Skip to content

Commit f47463f

Browse files
committed
[css-flexbox] Reword first-letter/line to match Selectors3 wording.
1 parent c9e8082 commit f47463f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Former Editor: Neil Deakin, Mozilla Corporation, enndeakin@gmail.com
2424
Former Editor: Ian Hickson, formerly of Opera Software, ian@hixie.ch
2525
Former Editor: David Hyatt, formerly of Netscape Corporation, hyatt@apple.com
2626
!Issues List: http://dev.w3.org/csswg/css-flexbox-1/issues-cr-2012
27-
Ignored Terms: column-*, auto
27+
Ignored Terms: column-*, auto, first formatted line, first letter
2828
Link Defaults: css21 (property) margin/min-width/min-height/max-width/max-height, css-break-3 (property) break-after
2929
</pre>
3030
<style>
@@ -533,9 +533,9 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
533533
'vertical-align' has no effect on a flex item.
534534

535535
<li>
536-
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.
536+
the ''::first-line'' and ''::first-letter'' pseudo-elements do not apply to <a>flex containers</a>,
537+
and <a>flex containers</a> do not contribute a <a>first formatted line</a> or <a>first letter</a>
538+
to their ancestors.
539539

540540
Issue: When the Pseudo-Elements spec exists,
541541
align this language with whatever algo we define for figuring out where to search for first-line/letter content.

css-flexbox/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,9 +707,9 @@ <h2 class="heading settled" data-level=3 id=flex-containers><span class=secno>3
707707
<a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visudet.html#propdef-vertical-align title=vertical-align>vertical-align</a> has no effect on a flex item.
708708

709709
<li>
710-
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.
710+
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+
and <a data-link-type=dfn href=#flex-container title="flex containers">flex containers</a> do not contribute a <a data-link-type=dfn title="first formatted line">first formatted line</a> or <a data-link-type=dfn title="first letter">first letter</a>
712+
to their ancestors.
713713

714714
<p class=issue id=issue-e8d79531><a class=self-link href=#issue-e8d79531></a>When the Pseudo-Elements spec exists,
715715
align this language with whatever algo we define for figuring out where to search for first-line/letter content.</p>

0 commit comments

Comments
 (0)