Skip to content

Commit 46c9f23

Browse files
committed
[css-align-3][css-ui-3][css-ui-4][css-shapes-1][css-rhythm-1][css-overflow-3][css-flexbox-1] Fix markup error. #2912
1 parent ea1c587 commit 46c9f23

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

css-flexbox-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ Flex Direction and Wrap: the 'flex-flow' shorthand</h3>
12151215

12161216
<pre class='propdef shorthand'>
12171217
Name: flex-flow
1218-
Value: <'flex-direction'> || <'flex-wrap'>
1218+
Value: <<'flex-direction'>> || <<'flex-wrap'>>
12191219
</pre>
12201220

12211221
The 'flex-flow' property is a shorthand for setting the 'flex-direction' and 'flex-wrap' properties,

css-overflow-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h3>
917917

918918
<pre class=propdef>
919919
Name: line-clamp
920-
Value: none | <<integer>> <'block-overflow'>?
920+
Value: none | <<integer>> <<'block-overflow'>>?
921921
Initial: none
922922
Applies to: see individual properties
923923
Inherited: see individual properties

css-rhythm-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Block Step Adjustment Shorthand: the 'block-step' shorthand {#block-step}
319319

320320
<pre class="propdef">
321321
Name: block-step
322-
Value: <'block-step-size'> || <'block-step-insert'> || <'block-step-align'> || <'block-step-round'>
322+
Value: <<'block-step-size'>> || <<'block-step-insert'>> || <<'block-step-align'>> || <<'block-step-round'>>
323323
Initial: See individual properties
324324
Applies to: block-level boxes
325325
Inherited: no

css-shapes-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Computed Values of Basic Shapes</h3>
484484
A <<position>> value in ''circle()'' or ''ellipse()'' is computed as a pair of offsets (horizontal then vertical) from the top left origin, each given as a combination of an absolute length and a percentage.
485485
</li>
486486
<li>
487-
A <'border-radius'> value in ''inset()'' is computed as an expanded list of all eight <<length>> or percentage values.
487+
A <<'border-radius'>> value in ''inset()'' is computed as an expanded list of all eight <<length>> or percentage values.
488488
</li>
489489
</ul>
490490

css-ui-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ The rendering of applying transforms to outlines is left explicitly undefined in
294294

295295
<pre class="propdef">
296296
Name: outline
297-
Value: [ <'outline-color'> || <'outline-style'> || <'outline-width'> ]
297+
Value: [ <<'outline-color'>> || <<'outline-style'>> || <<'outline-width'>> ]
298298
Initial: see individual properties
299299
Applies to: all elements
300300
Inherited: no

css-ui-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The rendering of applying transforms to outlines is left explicitly undefined in
226226

227227
<pre class="propdef">
228228
Name: outline
229-
Value: [ <'outline-color'> || <'outline-style'> || <'outline-width'> ]
229+
Value: [ <<'outline-color'>> || <<'outline-style'>> || <<'outline-width'>> ]
230230
Initial: see individual properties
231231
Applies to: all elements
232232
Inherited: no

0 commit comments

Comments
 (0)