Skip to content

Commit a2fc11b

Browse files
committed
[css-flexbox] markup fixes
1 parent 1402152 commit a2fc11b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2993,7 +2993,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
29932993
this gives better behavior in shrink-wrapped flex containers.
29942994
(<a href="http://dev.w3.org/csswg/css-flexbox-1/issues-cr-2012#issue-20">Issue 20</a>)
29952995
<blockquote>
2996-
<p>When omitted from the 'flex' shorthand, its specified value is <ins>''0%''</ins> <del>the length zero</ins>.
2996+
<p>When omitted from the 'flex' shorthand, its specified value is <ins>''0%''</ins> <del>the length zero</del>.
29972997
</blockquote>
29982998
<blockquote>
29992999
<dl>
@@ -3111,7 +3111,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
31113111
<td>order
31123112
<tr>
31133113
<th>Applies to:
3114-
<td><i>flex items</i> <ins>and absolutely-positioned children of <i>flex containers</i>
3114+
<td><i>flex items</i> <ins>and absolutely-positioned children of <i>flex containers</i></ins>
31153115
</table>
31163116
</blockquote>
31173117
<blockquote>

css-flexbox/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2957,8 +2957,8 @@ <h3 class="heading settled heading" id=changes-2012><span class=content>
29572957
this gives better behavior in shrink-wrapped flex containers.
29582958
(<a href=http://dev.w3.org/csswg/css-flexbox-1/issues-cr-2012#issue-20>Issue 20</a>)
29592959
<blockquote>
2960-
<p>When omitted from the <a class=property data-link-type=propdesc href=#propdef-flex title=flex>flex</a> shorthand, its specified value is <ins><span class=css data-link-type=maybe title=0%>0%</span></ins> <del>the length zero.
2961-
</del></blockquote>
2960+
<p>When omitted from the <a class=property data-link-type=propdesc href=#propdef-flex title=flex>flex</a> shorthand, its specified value is <ins><span class=css data-link-type=maybe title=0%>0%</span></ins> <del>the length zero</del>.
2961+
</blockquote>
29622962
<blockquote>
29632963
<dl>
29642964
<dt><a class=css data-link-type=propdesc href=#propdef-flex title=flex>flex: &lt;positive-number&gt;</a>
@@ -3075,8 +3075,8 @@ <h3 class="heading settled heading" id=changes-2012><span class=content>
30753075
<td>order
30763076
<tr>
30773077
<th>Applies to:
3078-
<td><a data-link-type=dfn href=#flex-item title="flex items">flex items</a> <ins>and absolutely-positioned children of <a data-link-type=dfn href=#flex-container title="flex containers">flex containers</a>
3079-
</ins></table>
3078+
<td><a data-link-type=dfn href=#flex-item title="flex items">flex items</a> <ins>and absolutely-positioned children of <a data-link-type=dfn href=#flex-container title="flex containers">flex containers</a></ins>
3079+
</table>
30803080
</blockquote>
30813081
<blockquote>
30823082
<p>Re-order the flex items <ins>and absolutely positioned flex container children</ins> according to their <a class=property data-link-type=propdesc href=#propdef-order title=order>order</a>.

0 commit comments

Comments
 (0)