Skip to content

File tree

6 files changed

+23
-6
lines changed

6 files changed

+23
-6
lines changed

techniques/html/H35.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
2-
obsoleteMessage: The Java-specific <code class="el">applet</code> element is obsolete.
2+
obsoleteMessage: |
3+
The Java-specific <code>applet</code> element is
4+
<a href="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.
36
obsoleteSince: 20
47
---
58
<!DOCTYPE html><html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><title> Providing text alternatives on applet elements </title><link rel="stylesheet" type="text/css" href="../../css/sources.css" class="remove"></link></head><body><h1> Providing text alternatives on <code class="el">applet</code> elements </h1><section class="meta"><p class="id">ID: H35</p><p class="technology">Technology: html</p><p class="type">Type: Technique</p></section><section id="applicability"><h2>When to Use</h2>

techniques/html/H45.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
obsoleteMessage: The <code class="att">longdesc</code> attribute is obsolete and not widely supported.
2+
obsoleteMessage: |
3+
The <code>longdesc</code> attribute is
4+
<a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-img-longdesc">obsolete in the HTML Living Standard</a>,
5+
and was never widely supported.
6+
Use an <code>a</code> element or an image map to link to the description.
37
obsoleteSince: 20
48
---
59
<!DOCTYPE html><html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><title>Using longdesc</title><link rel="stylesheet" type="text/css" href="../../css/sources.css" class="remove"></link></head><body><h1>Using longdesc</h1><section class="meta"><p class="id">ID: H45</p><p class="technology">Technology: html</p><p class="type">Type: Technique</p></section><section id="applicability"><h2>When to Use</h2>

techniques/html/H46.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
2-
obsoleteMessage: <code class="el">noembed</code> is obsolete. Use <code class="el">object</code> instead when fallback is necessary.
2+
obsoleteMessage: |
3+
<code>noembed</code> is
4+
<a href="https://html.spec.whatwg.org/multipage/obsolete.html#noembed">obsolete in the HTML Living Standard</a>.
5+
Use <code>object</code> instead when fallback is necessary.
36
obsoleteSince: 20
47
---
58
<!DOCTYPE html><html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><title>Using noembed with embed

techniques/html/H59.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
obsoleteMessage: <code class="att">prev</code> and <code class="att">next</code> typically have no effect on browser navigation controls.
2+
obsoleteMessage: <code>prev</code> and <code>next</code> typically have no effect on browser navigation controls.
33
obsoleteSince: 20
44
---
55
<!DOCTYPE html>

techniques/html/H70.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
obsoleteMessage: The <code class="el">frameset</code> and <code class="el">frame</code> elements are obsolete.
2+
obsoleteMessage: |
3+
The <code>frameset</code> and <code>frame</code> elements are
4+
<a href="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.
37
obsoleteSince: 20
48
---
59
<!DOCTYPE html><html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><title>Using frame elements to group blocks of repeated material</title><link rel="stylesheet" type="text/css" href="../../css/sources.css" class="remove"></link></head><body><h1>Using frame elements to group blocks of repeated material</h1><section class="meta"><p class="id">ID: H70</p><p class="technology">Technology: html</p><p class="type">Type: Technique</p></section><section id="applicability"><h2>When to Use</h2>

techniques/html/H73.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
2-
obsoleteMessage: The <code class="att">summary</code> attribute is obsolete as of HTML5.
2+
obsoleteMessage: |
3+
The <code>summary</code> attribute is
4+
<a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-table-summary">obsolete in the HTML Living Standard</a>.
5+
Use one of the <a href="https://html.spec.whatwg.org/multipage/tables.html#table-descriptions-techniques">techniques for describing tables</a> instead.
36
obsoleteSince: 20
47
---
58
<!DOCTYPE html><html lang="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

Comments
 (0)