File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -1130,12 +1130,14 @@ Invisibility: the 'visibility' property</h2>
1130
1130
just like ''visibility/hidden'' .
1131
1131
</dl>
1132
1132
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=]
1136
1137
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.
1139
1141
1140
1142
<dfn>Invisible</dfn> boxes are not rendered
1141
1143
(as if they were fully transparent),
You can’t perform that action at this time.
0 commit comments