Skip to content

Commit 24090d0

Browse files
committed
[css-flexbox] Ugh, <ins> and auto-closing <p>s have a terrible interaction.
1 parent 2555586 commit 24090d0

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2905,7 +2905,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
29052905
<li>a definite <i>cross size</i>
29062906
</ul>
29072907
<p>then the <i>flex base size</i> is calculated from its inner <i>cross size</i>
2908-
and the <i>flex item</i>&rsquo;s intrinsic aspect ratio.
2908+
and the <i>flex item</i>&rsquo;s intrinsic aspect ratio.</p>
29092909
</ins>
29102910
</blockquote>
29112911
<li id="change-2012-main-depend-cross">
@@ -2957,7 +2957,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
29572957
when sized under a <i title="min-size constraint">min-content</i>/<i>max-size constraint</i> (respectively).
29582958

29592959
<p>
2960-
See [[!CSS3-SIZING]] for a definition of the terms in this section.
2960+
See [[!CSS3-SIZING]] for a definition of the terms in this section.</p>
29612961
</ins>
29622962
</blockquote>
29632963
<li id="change-2012-flex-line-bug">
@@ -3145,7 +3145,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
31453145
<ins><p>If the specified 'display-outside' of an in-flow child of an element that generates a <a>flex container</a>
31463146
is ''inline-level'',
31473147
it computes to ''block-level''.
3148-
(This effectively converts any inline 'display' values to their block equivalents.)
3148+
(This effectively converts any inline 'display' values to their block equivalents.)</p>
31493149
</ins>
31503150
</blockquote>
31513151
<li id="clarify-2012-overflow-flex-containers">

css-flexbox/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,9 +2872,9 @@ <h3 class="heading settled heading" id=changes-2012><span class=content>
28722872
<li>a definite <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>
28732873
</ul>
28742874
<p>then the <a data-link-type=dfn href=#flex-base-size title="flex base size">flex base size</a> is calculated from its inner <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>
2875-
and the <a data-link-type=dfn href=#flex-item title="flex item">flex item</a>’s intrinsic aspect ratio.
2876-
2877-
</ins></blockquote>
2875+
and the <a data-link-type=dfn href=#flex-item title="flex item">flex item</a>’s intrinsic aspect ratio.</p>
2876+
</ins>
2877+
</blockquote>
28782878
<li id=change-2012-main-depend-cross><a class=self-link href=#change-2012-main-depend-cross></a>
28792879
Define <a data-link-type=dfn href=#hypothetical-main-size title="hypothetical main size">hypothetical main size</a> when the <a data-link-type=dfn href=#main-size title="main size">main size</a> depends on the <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>.
28802880
(<a href=http://dev.w3.org/csswg/css-flexbox-1/issues-cr-2012#issue-23>Issue 23</a>)
@@ -2921,9 +2921,9 @@ <h3 class="heading settled heading" id=changes-2012><span class=content>
29212921
when sized under a <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#min-size-constraint title="min-size constraint">min-content</a>/<a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#max-size-constraint title="max-size constraint">max-size constraint</a> (respectively).
29222922

29232923
<p>
2924-
See <a data-biblio-type=normative data-link-type=biblio href=#css3-sizing title=css3-sizing>[CSS3-SIZING]</a> for a definition of the terms in this section.
2925-
2926-
</ins></blockquote>
2924+
See <a data-biblio-type=normative data-link-type=biblio href=#css3-sizing title=css3-sizing>[CSS3-SIZING]</a> for a definition of the terms in this section.</p>
2925+
</ins>
2926+
</blockquote>
29272927
<li id=change-2012-flex-line-bug><a class=self-link href=#change-2012-flex-line-bug></a>
29282928
Correct an omission in the flex-line size determination,
29292929
so a <a data-link-type=dfn href=#single-line title=single-line>single-line</a> flexbox will size to its contents
@@ -3109,9 +3109,9 @@ <h3 class="heading settled heading" id=changes-2012><span class=content>
31093109
<ins><p>If the specified <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-display-3/#propdef-display-outside title=display-outside>display-outside</a> of an in-flow child of an element that generates a <a data-link-type=dfn href=#flex-container title="flex container">flex container</a>
31103110
is <span class=css data-link-type=maybe title=inline-level>inline-level</span>,
31113111
it computes to <span class=css data-link-type=maybe title=block-level>block-level</span>.
3112-
(This effectively converts any inline <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> values to their block equivalents.)
3113-
3114-
</ins></blockquote>
3112+
(This effectively converts any inline <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> values to their block equivalents.)</p>
3113+
</ins>
3114+
</blockquote>
31153115
<li id=clarify-2012-overflow-flex-containers><a class=self-link href=#clarify-2012-overflow-flex-containers></a>
31163116
Clarified that <a class=property data-link-type=propdesc href=http://www.w3.org/TR/css-overflow-3/#overflow title=overflow>overflow</a> applies to flex containers.
31173117
<li id=clarify-2012-first-line-letter><a class=self-link href=#clarify-2012-first-line-letter></a>

0 commit comments

Comments
 (0)