Skip to content

Commit da77c68

Browse files
committed
[css-display-3] Be more specific in the warning note about 'visibility'. #6123
1 parent 1293f3f commit da77c68

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

css-display-3/Overview.bs

+7-5
Original file line numberDiff line numberDiff line change
@@ -1130,12 +1130,14 @@ Invisibility: the 'visibility' property</h2>
11301130
just like ''visibility/hidden''.
11311131
</dl>
11321132

1133-
Note: For certain constructs with strict hierarchical structure
1134-
such as tables
1135-
making parent elements with special roles (such as table rows) [=invisible=]
1133+
Note: Currently, many user agents and/or accessibility tools
1134+
don't correctly implement the accessibility implications of
1135+
visible elements contained within [=invisible=] elements,
1136+
so making parent elements with special roles (such as table rows) [=invisible=]
11361137
while leaving child elements with special roles (such as table cells) visible
1137-
can be problematic for accessibility tools.
1138-
Authors should avoid creating these situations.
1138+
can be problematic for users of those tools.
1139+
Authors should avoid creating these situations
1140+
until the tooling situation improves.
11391141

11401142
<dfn>Invisible</dfn> boxes are not rendered
11411143
(as if they were fully transparent),

0 commit comments

Comments
 (0)