Skip to content

Commit fcc820a

Browse files
committed
[css-shapes] add link to what ? and # mean
1 parent 2d49437 commit fcc820a

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

css-shapes/Overview.html

Lines changed: 7 additions & 11 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=20131018>18 October 2013</span></span></span></h2>
24+
<span class=dt-updated><span class=value-title title=20131101>1 November 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>
@@ -356,7 +356,9 @@ <h3 class="heading settled heading" data-level=3.1 id=supported-basic-shapes><sp
356356

357357
<p> The following shapes are supported.
358358
All <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>">&lt;basic-shape&gt;</a> values use
359-
<a href=http://www.w3.org/TR/css3-values/#functional-notation>functional notation</a>.
359+
<a href=http://www.w3.org/TR/css3-values/#functional-notation>functional notation</a>
360+
and are defined here using the
361+
<a href=http://www.w3.org/TR/css3-values/#value-defs>Value Definition Syntax</a>.
360362

361363
<dl>
362364
<dt><dfn class=css-code data-dfn-type=function data-export="" id=funcdef-rectangle title=rectangle()>rectangle()<a class=self-link href=#funcdef-rectangle></a></dfn> =
@@ -1023,15 +1025,9 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
10231025
<li>rectangle(), <a href=#funcdef-rectangle title="section 3.1">3.1</a>
10241026
<li>&lt;shape-arg&gt;, <a href=#typedef-shape-arg title="section 3.1">3.1</a>
10251027
<li>shape-image-threshold, <a href=#propdef-shape-image-threshold title="section 5.2">5.2</a>
1026-
<dl><dt>Property Values:<dd>&lt;number&gt;, <a href=#valuedef-number title="section 5.2">5.2</a>
1027-
</dl><li>shape-margin, <a href=#propdef-shape-margin title="section 5.3">5.3</a>
1028-
<dl><dt>Property Values:<dd>&lt;length&gt;, <a href=#valuedef-length title="section 5.3">5.3</a>
1029-
<dd>&lt;percentage&gt;, <a href=#valuedef-percentage title="section 5.3">5.3</a>
1030-
</dl><li>shape-outside, <a href=#propdef-shape-outside title="section 5.1">5.1</a>
1031-
<dl><dt>Property Values:<dd>auto, <a href=#valuedef-auto title="section 5.1">5.1</a>
1032-
<dd>&lt;basic-shape&gt;, <a href=#valuedef-basic-shape title="section 5.1">5.1</a>
1033-
<dd>&lt;image&gt;, <a href=#valuedef-image title="section 5.1">5.1</a>
1034-
</dl><li>&lt;shape-radius&gt;, <a href=#typedef-shape-radius title="section 3.1">3.1</a>
1028+
<li>shape-margin, <a href=#propdef-shape-margin title="section 5.3">5.3</a>
1029+
<li>shape-outside, <a href=#propdef-shape-outside title="section 5.1">5.1</a>
1030+
<li>&lt;shape-radius&gt;, <a href=#typedef-shape-radius title="section 3.1">3.1</a>
10351031
<li>Wrap, <a href=#wrap title="section 1.3">1.3</a>
10361032
</ul></div>
10371033

css-shapes/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ <h3 id="supported-basic-shapes">
281281

282282
The following shapes are supported.
283283
All <<basic-shape>> values use
284-
<a href="http://www.w3.org/TR/css3-values/#functional-notation">functional notation</a>.
284+
<a href="http://www.w3.org/TR/css3-values/#functional-notation">functional notation</a>
285+
and are defined here using the
286+
<a href="http://www.w3.org/TR/css3-values/#value-defs">Value Definition Syntax</a>.
285287

286288
<dl>
287289
<dt><dfn>rectangle()</dfn> =

0 commit comments

Comments
 (0)