@@ -1467,7 +1467,7 @@ Invisibility: the 'visibility' property</h2>
1467
1467
1468
1468
<pre class="propdef">
1469
1469
Name : visibility
1470
- Value : visible | hidden | collapse
1470
+ Value : visible | hidden | force-hidden | collapse
1471
1471
Initial : visible
1472
1472
Applies to : all elements
1473
1473
Inherited : yes
@@ -1486,11 +1486,20 @@ Invisibility: the 'visibility' property</h2>
1486
1486
<dt> <dfn>visible</dfn>
1487
1487
<dd>
1488
1488
The generated box is visible, as normal.
1489
+
1489
1490
<dt> <dfn>hidden</dfn>
1490
1491
<dd>
1491
1492
Any boxes generated by the element are [=invisible=] .
1492
1493
Descendants of the element can, however, be visible
1493
1494
if they have ''visibility: visible'' .
1495
+
1496
+ <dt> <dfn>force-hidden</dfn>
1497
+ <dd>
1498
+ Any boxes generated by the element
1499
+ <em> and its descendants</em>
1500
+ are [=invisible=]
1501
+ (regardless of their 'visibility' value).
1502
+
1494
1503
<dt> <dfn>collapse</dfn>
1495
1504
<dd>
1496
1505
Indicates that the box is <dfn dfn for noexport>collapsed</dfn> ,
@@ -2238,7 +2247,15 @@ Acknowledgments</h2>
2238
2247
<h2 class=no-num id="changes">
2239
2248
Changes</h2>
2240
2249
2241
- <h3 id="changes-2020">
2250
+ <h3 id="recent-changes">
2251
+ Recent Changes</h3>
2252
+
2253
+ Significant changes since the <a href="https://www.w3.org/TR/2024/WD-css-display-4-20241219/">19 December 2024 First Public Working Draft</a> :
2254
+
2255
+ * Added a new ''force-hidden'' value to 'visibility' .
2256
+ (<a href="https://github.com/w3c/csswg-drafts/issues/10182">Issue 10182</a> )
2257
+
2258
+ <h3 id="changes-L3">
2242
2259
Additions since Level 3</h3>
2243
2260
2244
2261
The following features were added since <a href="https://www.w3.org/TR/css-display-3/">CSS Display Module Level 3</a> :
@@ -2247,6 +2264,7 @@ Additions since Level 3</h3>
2247
2264
(<a href="https://github.com/w3c/csswg-drafts/issues/8589#issuecomment-1721504153">Issue 8589</a> )
2248
2265
* The 'reading-order' property (<a href="https://github.com/w3c/csswg-drafts/issues/11208#issuecomment-2625850559">Issue </a> )
2249
2266
* The ability to animate 'display'
2267
+ * The ''force-hidden'' value of 'visibility'
2250
2268
2251
2269
<h2 id="priv" class="no-num">
2252
2270
Privacy Considerations</h2>
0 commit comments