Skip to content

Commit e0f4549

Browse files
committed
[css-flexbox] More clarity in how first-line/letter don't apply.
1 parent a92d51b commit e0f4549

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

css-flexbox/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,12 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
534534

535535
<li>
536536
the ''::first-line'' and ''::first-letter'' pseudo-elements do not apply to <i>flex containers</i>.
537+
<a>flex containers</a> never generate ''::first-line'' or ''::first-letter'' pseudo-elements,
538+
and do not participate in those pseudo-elements generated by their ancestors.
539+
540+
Issue: When the Pseudo-Elements spec exists,
541+
align this language with whatever algo we define for figuring out where to search for first-line/letter content.
542+
537543
</ul>
538544

539545
<p>

css-flexbox/Overview.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,12 @@ <h2 class="heading settled" data-level=3 id=flex-containers><span class=secno>3
708708

709709
<li>
710710
the <span class=css>::first-line</span> and <span class=css>::first-letter</span> pseudo-elements do not apply to <a data-link-type=dfn href=#flex-container title="flex containers">flex containers</a>.
711+
<a data-link-type=dfn href=#flex-container title="flex containers">flex containers</a> never generate <span class=css>::first-line</span> or <span class=css>::first-letter</span> pseudo-elements,
712+
and do not participate in those pseudo-elements generated by their ancestors.
713+
714+
<p class=issue id=issue-e8d79531><a class=self-link href=#issue-e8d79531></a>When the Pseudo-Elements spec exists,
715+
align this language with whatever algo we define for figuring out where to search for first-line/letter content.</p>
716+
711717
</ul>
712718

713719
<p>
@@ -3824,6 +3830,7 @@ <h2 class="no-num no-ref heading settled" id=property-index><span class=content>
38243830
<tr><th scope=row><a class=css data-link-type=property href=#propdef-align-content title=align-content>align-content</a><td>flex-start | flex-end | center | space-between | space-around | stretch<td>stretch<td>multi-line flex containers<td>no<td><td>visual<td><td><td>specified value</table></div>
38253831

38263832

3827-
<h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>This section is worded badly,
3833+
<h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>When the Pseudo-Elements spec exists,
3834+
align this language with whatever algo we define for figuring out where to search for first-line/letter content.<a href=#issue-e8d79531></a></div><div class=issue>This section is worded badly,
38283835
because 2.1 is incoherent about what "static position" really is.<a href=#issue-bb26f057></a></div><div class=issue>This value was originally named "auto",
38293836
but that was confusing<a href=#issue-cdba524f></a></div></div>

0 commit comments

Comments
 (0)