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 be796b2 commit 10d721dCopy full SHA for 10d721d
css-display-3/Overview.bs
@@ -590,6 +590,11 @@ Box Generation: the ''display/none'' and ''display/contents'' keywords</h3>
590
such as selector-matching, event handling,
591
and property <a>inheritance</a>,
592
are not affected.
593
+ <strong>As of writing, however,
594
+ <a href="https://github.com/w3c/csswg-drafts/issues/3040">this is not implemented correctly in major browsers</a>,
595
+ so using this feature on the Web must be done with care
596
+ as it can prevent accessibility tools
597
+ from accessing the element’s semantics.</strong>
598
599
This value computes to ''display: none'' on replaced elements
600
and other elements whose rendering is not entirely controlled by CSS;
0 commit comments