Skip to content

Commit 57d0b08

Browse files
committed
[css-shapes] add some missing <> for bikeshed
1 parent c441b5c commit 57d0b08

2 files changed

Lines changed: 18 additions & 15 deletions

File tree

css-shapes/Overview.html

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</a></p>
2222
<h1 class="p-name no-ref" id=title>CSS Shapes Module Level 1</h1>
2323
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
24-
<span class=dt-updated><span class=value-title title=20131008>8 October 2013</span></span></span></h2>
24+
<span class=dt-updated><span class=value-title title=20131009>9 October 2013</span></span></span></h2>
2525
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-shapes/>http://dev.w3.org/csswg/css-shapes/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-shapes/>http://www.w3.org/TR/css-shapes/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-shapes/>http://dev.w3.org/csswg/css-shapes/</a>
2626
<dt>Feedback:</dt>
2727
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-shapes%5D%20feedback">www-style@w3.org</a>
@@ -41,7 +41,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=abstract><span class
4141

4242
<h2 class="no-num no-toc no-ref heading settled heading" id=status><span class=content>Status of this document</span></h2>
4343
<div data-fill-with=status><p>
44-
This is a public copy of the editors' draft.
44+
This is a public copy of the editors draft.
4545
It is provided for discussion only and may change at any moment.
4646
Its publication here does not imply endorsement of its contents by W3C.
4747
Don’t cite this document other than as work in progress.
@@ -651,7 +651,7 @@ <h2 class="heading settled heading" data-level=5 id=declaring-shapes><span class
651651
<h3 class="heading settled heading" data-level=5.1 id=shape-outside-property><span class=secno>5.1 </span><span class=content>
652652
The <a class=property data-link-type=propdesc href=#propdef-shape-outside title=shape-outside>shape-outside</a> Property</span><a class=self-link href=#shape-outside-property></a></h3>
653653

654-
<table class=propdef><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-shape-outside>shape-outside<a class=self-link href=#propdef-shape-outside></a></dfn><tr><th>Value:<td>auto | <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>">&lt;basic-shape&gt;</a> | <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-images-3/#image-type title="<image>">&lt;image&gt;</a><tr><th>Initial:<td>auto<tr><th>Applies to:<td>floats<tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>computed lengths for <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>">&lt;basic-shape&gt;</a>, the <img> with its URI made absolute, otherwise as specified</table>
654+
<table class=propdef><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-shape-outside>shape-outside<a class=self-link href=#propdef-shape-outside></a></dfn><tr><th>Value:<td>auto | <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>">&lt;basic-shape&gt;</a> | <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-images-3/#image-type title="<image>">&lt;image&gt;</a><tr><th>Initial:<td>auto<tr><th>Applies to:<td>floats<tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>computed lengths for <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>">&lt;basic-shape&gt;</a>, the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-images-3/#image-type title="<image>">&lt;image&gt;</a> with its URI made absolute, otherwise as specified</table>
655655
<p> The values of this property have the following meanings:
656656

657657
<dl data-dfn-for=shape-outside data-dfn-type=value>
@@ -672,7 +672,7 @@ <h3 class="heading settled heading" data-level=5.1 id=shape-outside-property><sp
672672
The shape is extracted
673673
and computed based
674674
on the alpha channel
675-
of the specified <img>
675+
of the specified <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-images-3/#image-type title="<image>">&lt;image&gt;</a>
676676
as defined by <a class=property data-link-type=propdesc href=#propdef-shape-image-threshold title=shape-image-threshold>shape-image-threshold</a>.
677677

678678
<p> User agents must use the
@@ -1003,29 +1003,32 @@ <h3 class="no-num no-ref heading settled heading" id=informative><span class=con
10031003
<h2 class="no-num no-ref heading settled heading" id=index><span class=content>
10041004
Index</span><a class=self-link href=#index></a></h2>
10051005
<div data-fill-with=index><ul class=indexlist>
1006-
<li>auto (value), <a href=#valuedef-auto title="section 5.1">5.1</a>
1007-
<li>&lt;basic-shape&gt;, <a href=#typedef-basic-shape title="section 3">3</a>
1008-
<li>&lt;basic-shape&gt; (value), <a href=#valuedef-basic-shape title="section 5.1">5.1</a>
1009-
<li>circle(), <a href=#funcdef-circle title="section 3.1">3.1</a>
1006+
<li>auto, <a href=#valuedef-auto title="section 5.1">5.1</a>
1007+
<li>&lt;basic-shape&gt;<ul><li><small>(type), <a href=#typedef-basic-shape title="section 3">3</a></small>
1008+
<li><small>value for shape-outside, <a href=#valuedef-basic-shape title="section 5.1">5.1</a></small>
1009+
</ul><li>circle(), <a href=#funcdef-circle title="section 3.1">3.1</a>
10101010
<li>ellipse(), <a href=#funcdef-ellipse title="section 3.1">3.1</a>
10111011
<li>&lt;fill-rule&gt;, <a href=#typedef-fill-rule title="section 3.1">3.1</a>
10121012
<li>Float area, <a href=#float-area title="section 1.3">1.3</a>
1013-
<li>&lt;image&gt; (value), <a href=#valuedef-image title="section 5.1">5.1</a>
1013+
<li>&lt;image&gt;, <a href=#valuedef-image title="section 5.1">5.1</a>
10141014
<li>inset-rectangle(), <a href=#funcdef-inset-rectangle title="section 3.1">3.1</a>
1015-
<li>&lt;length&gt; (value), <a href=#valuedef-length title="section 5.3">5.3</a>
1016-
<li>&lt;number&gt; (value), <a href=#valuedef-number title="section 5.2">5.2</a>
1017-
<li>&lt;percentage&gt; (value), <a href=#valuedef-percentage title="section 5.3">5.3</a>
1015+
<li>&lt;length&gt;, <a href=#valuedef-length title="section 5.3">5.3</a>
1016+
<li>&lt;number&gt;, <a href=#valuedef-number title="section 5.2">5.2</a>
1017+
<li>&lt;percentage&gt;, <a href=#valuedef-percentage title="section 5.3">5.3</a>
10181018
<li>polygon(), <a href=#funcdef-polygon title="section 3.1">3.1</a>
10191019
<li>rectangle(), <a href=#funcdef-rectangle title="section 3.1">3.1</a>
10201020
<li>&lt;shape-arg&gt;, <a href=#typedef-shape-arg title="section 3.1">3.1</a>
1021+
<li>shape-image-threshold, <a href=#propdef-shape-image-threshold title="section 5.2">5.2</a>
1022+
<li>shape-margin, <a href=#propdef-shape-margin title="section 5.3">5.3</a>
1023+
<li>shape-outside, <a href=#propdef-shape-outside title="section 5.1">5.1</a>
10211024
<li>&lt;shape-radius&gt;, <a href=#typedef-shape-radius title="section 3.1">3.1</a>
10221025
<li>Wrap, <a href=#wrap title="section 1.3">1.3</a>
10231026
</ul></div>
10241027

10251028
<h2 class="no-num no-ref heading settled heading" id=property-index><span class=content>
10261029
Property index</span><a class=self-link href=#property-index></a></h2>
10271030
<div data-fill-with=property-index><table class=proptable><thead><tr><th scope=col>Name<th scope=col>Value<th scope=col>Initial<th scope=col>Applies to<th scope=col>Inh.<th scope=col>%ages<th scope=col>Media<th scope=col>Computed value<tbody>
1028-
<tr><th scope=row><a data-property="">shape-outside</a><td>auto | &lt;basic-shape&gt; | &lt;image&gt;<td>auto<td>floats<td>no<td><td>visual<td>computed lengths for &lt;basic-shape&gt;, the with its URI made absolute, otherwise as specified
1031+
<tr><th scope=row><a data-property="">shape-outside</a><td>auto | &lt;basic-shape&gt; | &lt;image&gt;<td>auto<td>floats<td>no<td><td>visual<td>computed lengths for &lt;basic-shape&gt;, the &lt;image&gt; with its URI made absolute, otherwise as specified
10291032
<tr><th scope=row><a data-property="">shape-image-threshold</a><td>&lt;number&gt;<td>0.0<td>floats<td>no<td><td>visual<td>The same as the specified value after clipping the &lt;number&gt; to the range [0.0,1.0]
10301033
<tr><th scope=row><a data-property="">shape-margin</a><td>&lt;length&gt; | &lt;percentage&gt;<td>0<td>floats<td>no<td><td>visual<td>the absolute length</table></div>
10311034

css-shapes/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ <h3 id="shape-outside-property">
584584
Initial: auto
585585
Applies To: floats
586586
Inherited: no
587-
Computed Value: computed lengths for <<basic-shape>>, the <image> with its URI made absolute, otherwise as specified
587+
Computed Value: computed lengths for <<basic-shape>>, the <<image>> with its URI made absolute, otherwise as specified
588588
Media: visual
589589
</pre>
590590

@@ -608,7 +608,7 @@ <h3 id="shape-outside-property">
608608
The shape is extracted
609609
and computed based
610610
on the alpha channel
611-
of the specified <image>
611+
of the specified <<image>>
612612
as defined by 'shape-image-threshold'.
613613

614614
User agents must use the

0 commit comments

Comments
 (0)