We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a680a commit d42754bCopy full SHA for d42754b
techniques/html/H73.html
@@ -27,7 +27,7 @@
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 <a href="https://www.w3.org/WAI/WCAG21/Techniques/failures/F46">F46</a> for details.</p>
+ (<code>summary=""</code>) on layout tables is acceptable. See <a href="https://www.w3.org/WAI/WCAG21/Techniques/failures/F46">F46</a> for details.</p>
31
</div>
32
</section><section id="examples"><h2>Examples</h2>
33
<section class="example">
0 commit comments