Skip to content

Commit d7d4ddd

Browse files
committed
[css-overflow] Forgot to apply "Applies to:" change to the longhand in addition to the shorthands.
1 parent 2558534 commit d7d4ddd

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

css-overflow/Overview.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Overflow Module Level 3" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-04-18 name=dcterms.date>
14+
<meta content=2013-06-03 name=dcterms.date>
1515
<meta content="L. David Baron" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css-overflow-3/"
@@ -127,7 +127,7 @@
127127

128128
<h1>CSS Overflow Module Level 3</h1>
129129

130-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 April 2013</h2>
130+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 June 2013</h2>
131131

132132
<dl>
133133
<dt>This version:
@@ -466,7 +466,12 @@ <h2 id=overflow-properties><span class=secno>2. </span>Overflow properties</h2>
466466
<tr>
467467
<th>Applies to:
468468

469-
<td>block containers
469+
<td>block containers <a href="#CSS21"
470+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, flex containers <a
471+
href="#CSS3-FLEXBOX"
472+
rel=biblioentry>[CSS3-FLEXBOX]<!--{{!CSS3-FLEXBOX}}--></a>, and grid
473+
containers <a href="#CSS3-GRID-LAYOUT"
474+
rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{!CSS3-GRID-LAYOUT}}--></a>
470475

471476
<tr>
472477
<th>Inherited:
@@ -1482,11 +1487,11 @@ <h3 class=no-num id=normative-references> Normative references</h3>
14821487

14831488
<dt id=CSS3-GRID-LAYOUT>[CSS3-GRID-LAYOUT]
14841489

1485-
<dd>Alex Mogilevsky; et al. <a
1486-
href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/"><cite>CSS
1487-
Grid Layout.</cite></a> 6 November 2012. W3C Working Draft. (Work in
1490+
<dd>Tab Atkins Jr.; Elika J. Etemad; Rossen Atanassov. <a
1491+
href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/"><cite>CSS
1492+
Grid Layout.</cite></a> 2 April 2013. W3C Working Draft. (Work in
14881493
progress.) URL: <a
1489-
href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/">http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/</a>
1494+
href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/</a>
14901495
</dd>
14911496
<!---->
14921497

@@ -1713,7 +1718,8 @@ <h2 class=no-num id=property-index> Property index</h2>
17131718

17141719
<td>see individual properties
17151720

1716-
<td>block containers
1721+
<td>block containers [CSS21], flex containers [CSS3-FLEXBOX], and grid
1722+
containers [CSS3-GRID-LAYOUT]
17171723

17181724
<td>no
17191725

css-overflow/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h2 id="overflow-properties">Overflow properties</h2>
305305
<td>see individual properties
306306
<tr>
307307
<th>Applies to:
308-
<td>block containers
308+
<td>block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
309309
<tr>
310310
<th>Inherited:
311311
<td>no

0 commit comments

Comments
 (0)