Skip to content

Commit f9cb671

Browse files
committed
[css-grid] Expand grid's restriction on ::first-line/letter to match Flexbox.
1 parent 5283c3b commit f9cb671

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,8 @@ Establishing Grid Containers: the ''display/grid'' and ''inline-grid'' 'display'
563563
'vertical-align' has no effect on a grid item.
564564

565565
<li>
566-
the ''::first-line'' and ''::first-letter'' pseudo-elements do not apply to <a>grid containers</a>.
566+
the ''::first-line'' and ''::first-letter'' pseudo-elements do not apply to <a>grid containers</a>,
567+
and <a>grid containers</a> do not contribute a first formatted line or first letter to their ancestors.
567568
</ul>
568569

569570
If an element's specified 'display' is ''inline-grid''

css-grid/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,8 @@ <h3 class="heading settled" data-level=3.1 id=grid-containers><span class=secno>
13361336
<a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visudet.html#propdef-vertical-align>vertical-align</a> has no effect on a grid item.
13371337

13381338
<li>
1339-
the <a class=css data-link-type=maybe href=http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line>::first-line</a> and <span class=css>::first-letter</span> pseudo-elements do not apply to <a data-link-type=dfn href=#grid-container>grid containers</a>.
1339+
the <a class=css data-link-type=maybe href=http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line>::first-line</a> and <span class=css>::first-letter</span> pseudo-elements do not apply to <a data-link-type=dfn href=#grid-container>grid containers</a>,
1340+
and <a data-link-type=dfn href=#grid-container>grid containers</a> do not contribute a first formatted line or first letter to their ancestors.
13401341
</ul>
13411342

13421343
<p>If an element’s specified <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visuren.html#propdef-display>display</a> is <a class=css data-link-type=maybe href=#valdef-display-inline-grid>inline-grid</a>

0 commit comments

Comments
 (0)