You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: techniques/html/H35.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
---
2
-
obsoleteMessage: The Java-specific <codeclass="el">applet</code> element is obsolete.
2
+
obsoleteMessage: |
3
+
The Java-specific <code>applet</code> element is
4
+
<ahref="https://html.spec.whatwg.org/multipage/obsolete.html#applet">obsolete in the HTML Living Standard</a>.
5
+
Use <code>embed</code> or <code>object</code> instead.
3
6
obsoleteSince: 20
4
7
---
5
8
<!DOCTYPE html><htmllang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><title> Providing text alternatives on applet elements </title><linkrel="stylesheet" type="text/css" href="../../css/sources.css" class="remove"></link></head><body><h1> Providing text alternatives on <codeclass="el">applet</code> elements </h1><sectionclass="meta"><pclass="id">ID: H35</p><pclass="technology">Technology: html</p><pclass="type">Type: Technique</p></section><sectionid="applicability"><h2>When to Use</h2>
Copy file name to clipboardExpand all lines: techniques/html/H70.html
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
---
2
-
obsoleteMessage: The <codeclass="el">frameset</code> and <codeclass="el">frame</code> elements are obsolete.
2
+
obsoleteMessage: |
3
+
The <code>frameset</code> and <code>frame</code> elements are
4
+
<ahref="https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features:frameset">obsolete in the HTML Living Standard</a>.
5
+
Either use <code>iframe</code> and CSS instead,
6
+
or use server-side includes to generate complete pages with the various invariant parts merged in.
3
7
obsoleteSince: 20
4
8
---
5
9
<!DOCTYPE html><htmllang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><title>Using frame elements to group blocks of repeated material</title><linkrel="stylesheet" type="text/css" href="../../css/sources.css" class="remove"></link></head><body><h1>Using frame elements to group blocks of repeated material</h1><sectionclass="meta"><pclass="id">ID: H70</p><pclass="technology">Technology: html</p><pclass="type">Type: Technique</p></section><sectionid="applicability"><h2>When to Use</h2>
Copy file name to clipboardExpand all lines: techniques/html/H73.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
---
2
-
obsoleteMessage: The <codeclass="att">summary</code> attribute is obsolete as of HTML5.
2
+
obsoleteMessage: |
3
+
The <code>summary</code> attribute is
4
+
<ahref="https://html.spec.whatwg.org/multipage/obsolete.html#attr-table-summary">obsolete in the HTML Living Standard</a>.
5
+
Use one of the <ahref="https://html.spec.whatwg.org/multipage/tables.html#table-descriptions-techniques">techniques for describing tables</a> instead.
3
6
obsoleteSince: 20
4
7
---
5
8
<!DOCTYPE html><htmllang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><title>Using the summary attribute of the table element to give an overview of data
0 commit comments