Skip to content

Commit 502441a

Browse files
committed
[css-shapes] fix validation errors
1 parent bbb76b7 commit 502441a

2 files changed

Lines changed: 23 additions & 17 deletions

File tree

css-shapes/Overview.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
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=20131009>9 October 2013</span></span></span></h2>
24+
<span class=dt-updated><span class=value-title title=20131010>10 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>
2828
with subject line
29-
<kbd>[css-shapes] <var>… message topic …</var></kbd>”(<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)<dt>Test Suite:<dd><a href='<a href="http://test.csswg.org/suites/css3-shapes/nightly-unstable/">http://test.csswg.org/suites/css3-regions/nightly-unstable/</a>'></a><a href=http://test.csswg.org/suites/css3-shapes/nightly-unstable/>http://test.csswg.org/suites/css3-regions/nightly-unstable/</a><dt>Editors:
30-
<dd class="p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:Inc., vhardy@adobe.com">Vincent Hardy</a> (<span class="p-org org">Adobe Systems</span>)<dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:ratan@microsoft.com>Rossen Atanassov</a> (<span class="p-org org">Microsoft Corporation</span>)<dd class="p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:Inc., stearns@adobe.com">Alan Stearns</a> (<span class="p-org org">Adobe Systems</span>)<dt>Issues List:<dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Shapes&amp;resolution=---&amp;cmdtype=doit">In Bugzilla</a></dl></div>
29+
<kbd>[css-shapes] <var>… message topic …</var></kbd>”(<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)<dt>Test Suite:<dd><a href=http://test.csswg.org/suites/css3-regions/nightly-unstable/>http://test.csswg.org/suites/css3-regions/nightly-unstable/</a><dt>Editors:
30+
<dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:vhardy@adobe.com>Vincent Hardy</a> (<span class="p-org org">Adobe Systems, Inc.</span>)<dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:ratan@microsoft.com>Rossen Atanassov</a> (<span class="p-org org">Microsoft Corporation</span>)<dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:stearns@adobe.com>Alan Stearns</a> (<span class="p-org org">Adobe Systems, Inc.</span>)<dt>Issues List:<dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Shapes&amp;resolution=---&amp;cmdtype=doit">In Bugzilla</a></dl></div>
3131
<div data-fill-with=warning></div>
3232
<p class=copyright data-fill-with=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2013 <a href=http://www.w3.org/><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.eu/><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>, <a href=http://ev.buaa.edu.cn/>Beihang</a>), All Rights Reserved. W3C <a href=http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer>liability</a>, <a href=http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks>trademark</a> and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply.</p>
3333
<hr title="Separator for header">
@@ -627,7 +627,7 @@ <h2 class="heading settled heading" data-level=4 id=shapes-from-image><span clas
627627
</ol>
628628

629629
<div class=figure>
630-
<img alt="A float shape around an image using its alpha-channel" src=images/shape-outside-image.png width=70%>
630+
<img alt="A float shape around an image using its alpha-channel" src=images/shape-outside-image.png style=width:70%>
631631

632632
<p class=caption>A float shape around an image using its alpha-channel.</p>
633633

@@ -688,7 +688,7 @@ <h3 class="heading settled heading" data-level=5.1 id=shape-outside-property><sp
688688
If this results in network errors
689689
such that there is no valid fallback image,
690690
the effect is as if
691-
the value <a class=css-code data-link-type=value forU00022shape-outsideU00022="" href=#valuedef-auto title=auto>auto</a>
691+
the value <a class=css-code data-link-for=shape-outside data-link-type=value href=#valuedef-auto title=auto>auto</a>
692692
had been specified.
693693
</dd>
694694
</dl>
@@ -792,7 +792,7 @@ <h3 class="heading settled heading" data-level=5.3 id=shape-margin-property><spa
792792
}
793793
</code>
794794
</pre> <div class=figure>
795-
<img alt="A float shape around an image using its alpha-channel with a 35 pixels shape-margin" src=images/shape-outside-image-with-margin.png width=70%>
795+
<img alt="A float shape around an image using its alpha-channel with a 35 pixels shape-margin" src=images/shape-outside-image-with-margin.png style=width:70%>
796796
<p class=caption>A float shape around an image using its alpha-channel with a 35-pixel <a class=property data-link-type=propdesc href=#propdef-shape-margin title=shape-margin>shape-margin</a></p>
797797
</div>
798798
</div>
@@ -1004,8 +1004,8 @@ <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>
10061006
<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>
1007+
<li>&lt;basic-shape&gt;<ul><li>(type), <a href=#typedef-basic-shape title="section 3">3</a>
1008+
<li>value for shape-outside, <a href=#valuedef-basic-shape title="section 5.1">5.1</a>
10091009
</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>
@@ -1019,9 +1019,15 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
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>
10211021
<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>
1024-
<li>&lt;shape-radius&gt;, <a href=#typedef-shape-radius title="section 3.1">3.1</a>
1022+
<dl><dt>Property Values:<dd>&lt;number&gt;, <a href=#valuedef-number title="section 5.2">5.2</a>
1023+
</dl><li>shape-margin, <a href=#propdef-shape-margin title="section 5.3">5.3</a>
1024+
<dl><dt>Property Values:<dd>&lt;length&gt;, <a href=#valuedef-length title="section 5.3">5.3</a>
1025+
<dd>&lt;percentage&gt;, <a href=#valuedef-percentage title="section 5.3">5.3</a>
1026+
</dl><li>shape-outside, <a href=#propdef-shape-outside title="section 5.1">5.1</a>
1027+
<dl><dt>Property Values:<dd>auto, <a href=#valuedef-auto title="section 5.1">5.1</a>
1028+
<dd>&lt;basic-shape&gt;, <a href=#valuedef-basic-shape title="section 5.1">5.1</a>
1029+
<dd>&lt;image&gt;, <a href=#valuedef-image title="section 5.1">5.1</a>
1030+
</dl><li>&lt;shape-radius&gt;, <a href=#typedef-shape-radius title="section 3.1">3.1</a>
10251031
<li>Wrap, <a href=#wrap title="section 1.3">1.3</a>
10261032
</ul></div>
10271033

css-shapes/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ <h1>CSS Shapes Module Level 1</h1>
66
Level: 1
77
TR: http://www.w3.org/TR/css-shapes/
88
ED: http://dev.w3.org/csswg/css-shapes/
9-
Editor: Vincent Hardy, Adobe Systems, Inc., vhardy@adobe.com
9+
Editor: Vincent Hardy, Adobe Systems&#44; Inc., vhardy@adobe.com
1010
Editor: Rossen Atanassov, Microsoft Corporation, ratan@microsoft.com
11-
Editor: Alan Stearns, Adobe Systems, Inc., stearns@adobe.com
11+
Editor: Alan Stearns, Adobe Systems&#44; Inc., stearns@adobe.com
1212
!Issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Shapes&amp;resolution=---&amp;cmdtype=doit">In Bugzilla</a>
13-
Test Suite: <a href="http://test.csswg.org/suites/css3-shapes/nightly-unstable/">http://test.csswg.org/suites/css3-regions/nightly-unstable/</a>
13+
Test Suite: http://test.csswg.org/suites/css3-regions/nightly-unstable/
1414
Abstract: CSS Shapes describe geometric shapes for use in CSS. For Level 1, CSS Shapes can be applied to floats. A circle shape on a float will cause inline content to <a>wrap</a> around the circle shape instead of the float's bounding box.
1515
</pre>
1616

@@ -554,7 +554,7 @@ <h2 id="shapes-from-image">
554554
</ol>
555555

556556
<div class='figure'>
557-
<img alt="A float shape around an image using its alpha-channel" src="images/shape-outside-image.png" width="70%"/>
557+
<img alt="A float shape around an image using its alpha-channel" src="images/shape-outside-image.png" style="width:70%"/>
558558

559559
<p class="caption">A float shape around an image using its alpha-channel.</p>
560560

@@ -624,7 +624,7 @@ <h3 id="shape-outside-property">
624624
If this results in network errors
625625
such that there is no valid fallback image,
626626
the effect is as if
627-
the value <a value for"shape-outside">auto</a>
627+
the value <a value for="shape-outside">auto</a>
628628
had been specified.
629629
</dd>
630630
</dl>
@@ -751,7 +751,7 @@ <h3 id="shape-margin-property">
751751
</code>
752752
</pre>
753753
<div class='figure'>
754-
<img alt="A float shape around an image using its alpha-channel with a 35 pixels shape-margin" src="images/shape-outside-image-with-margin.png" width="70%"/>
754+
<img alt="A float shape around an image using its alpha-channel with a 35 pixels shape-margin" src="images/shape-outside-image-with-margin.png" style="width:70%"/>
755755
<p class="caption">A float shape around an image using its alpha-channel with a 35-pixel 'shape-margin'</p>
756756
</div>
757757
</div>

0 commit comments

Comments
 (0)