Skip to content

Commit 3c22b77

Browse files
committed
[css-display-3][css-display-4] Export 'invisible box' as a term
1 parent 0b7ee6c commit 3c22b77

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

css-display-3/Overview.bs

+3-1
Original file line numberDiff line numberDiff 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''),

css-display-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff 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''),

0 commit comments

Comments
 (0)