File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 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>
11821182 <dt> <dfn>visible</dfn>
11831183 <dd>
11841184 The generated box is visible, as normal.
1185+
11851186 <dt> <dfn>hidden</dfn>
11861187 <dd>
11871188 Any boxes generated by the element are [=invisible=] .
11881189 Descendants of the element can, however, be visible
11891190 if they have ''visibility: visible'' .
1191+
11901192 <dt> <dfn>collapse</dfn>
11911193 <dd>
11921194 Indicates that the box is <dfn dfn for noexport>collapsed</dfn> ,
@@ -1210,7 +1212,7 @@ Invisibility: the 'visibility' property</h2>
12101212 Authors should avoid creating these situations
12111213 until the tooling situation improves.
12121214
1213- <dfn>Invisible</dfn> boxes are not rendered
1215+ <dfn export lt="invisible box" local-lt="invisible" >Invisible boxes </dfn> are not rendered
12141216 (as if they were fully transparent),
12151217 cannot be interacted with
12161218 (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>
15231523 Authors should avoid creating these situations
15241524 until the tooling situation improves.
15251525
1526- <dfn>Invisible</dfn> boxes are not rendered
1526+ <dfn export lt="invisible box" local-lt="invisible" >Invisible boxes </dfn> are not rendered
15271527 (as if they were fully transparent),
15281528 cannot be interacted with
15291529 (and behave as if they had ''pointer-events: none'' ),
You can’t perform that action at this time.
0 commit comments