File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1182,11 +1182,13 @@ Invisibility: the 'visibility' property</h2>
1182
1182
<dt> <dfn>visible</dfn>
1183
1183
<dd>
1184
1184
The generated box is visible, as normal.
1185
+
1185
1186
<dt> <dfn>hidden</dfn>
1186
1187
<dd>
1187
1188
Any boxes generated by the element are [=invisible=] .
1188
1189
Descendants of the element can, however, be visible
1189
1190
if they have ''visibility: visible'' .
1191
+
1190
1192
<dt> <dfn>collapse</dfn>
1191
1193
<dd>
1192
1194
Indicates that the box is <dfn dfn for noexport>collapsed</dfn> ,
@@ -1210,7 +1212,7 @@ Invisibility: the 'visibility' property</h2>
1210
1212
Authors should avoid creating these situations
1211
1213
until the tooling situation improves.
1212
1214
1213
- <dfn>Invisible</dfn> boxes are not rendered
1215
+ <dfn export lt="invisible box" local-lt="invisible" >Invisible boxes </dfn> are not rendered
1214
1216
(as if they were fully transparent),
1215
1217
cannot be interacted with
1216
1218
(and behave as if they had ''pointer-events: none'' ),
Original file line number Diff line number Diff line change @@ -1523,7 +1523,7 @@ Invisibility: the 'visibility' property</h2>
1523
1523
Authors should avoid creating these situations
1524
1524
until the tooling situation improves.
1525
1525
1526
- <dfn>Invisible</dfn> boxes are not rendered
1526
+ <dfn export lt="invisible box" local-lt="invisible" >Invisible boxes </dfn> are not rendered
1527
1527
(as if they were fully transparent),
1528
1528
cannot be interacted with
1529
1529
(and behave as if they had ''pointer-events: none'' ),
You can’t perform that action at this time.
0 commit comments