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/H70.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@
21
21
<p>This technique is appropriate when framesets are already used to organize the content
22
22
of the page; other techniques are preferred for pages that are not already using
23
23
framesets, because many people using assistive technology have trouble with frames . An
24
-
advisory technique about using noframes is available in <ahref="https://www.w3.org/WAI/WCAG21/Understanding/non-text-content">Success Criterion 1.1.1</a>. </p>
25
-
<p>In HTML5 the <code>frame</code> element is marked as obsolete.</p>
24
+
advisory technique about using noframes is available in <ahref="https://www.w3.org/WAI/WCAG22/Understanding/non-text-content">Success Criterion 1.1.1</a>. </p>
25
+
<p>In HTML5 the <codeclass="el">frame</code> element is marked as obsolete.</p>
Copy file name to clipboardExpand all lines: techniques/html/H73.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@
25
25
elements and to conform to the coding practice of separating presentation from content.
26
26
However, if a layout table is used, then the <code>summary</code> attribute is not used or
27
27
is null. The purpose of a layout table is simply to control the placement of content;
28
-
the table itself is “transparent" to the user. A <code>summary</code> would “break" this
29
-
transparency by calling attention to the table. A null <code>summary</code>
30
-
(<code>summary</code>="") on layout tables is acceptable. See <ahref="https://www.w3.org/WAI/WCAG21/Techniques/failures/F46">F46</a> for details.</p>
28
+
the table itself is “transparent" to the user. A <codeclass="att">summary</code> would “break" this
29
+
transparency by calling attention to the table. A null <codeclass="att">summary</code>
30
+
(<codeclass="att">summary</code>="") on layout tables is acceptable. See <ahref="https://www.w3.org/WAI/WCAG22/Techniques/failures/F46">F46</a> for details.</p>
0 commit comments