- From: SVG Working Group repository <cam@mcc.id.au>
- Date: Tue, 21 Aug 2012 20:15:22 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/abcb7c00f367 branches: changeset: 356:abcb7c00f367 user: Cameron McCormack <cam@mcc.id.au> date: Wed Aug 22 13:08:55 2012 +1000 description: Markup fix. diffstat: master/color.html | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diffs (59 lines): diff --git a/master/color.html b/master/color.html --- a/master/color.html +++ b/master/color.html @@ -323,17 +323,17 @@ ICC-based color specification is provide shall render it in conformance with the specified ICC profile to obtain the desired color appearance.</p> </div> </div> <div class="ready-for-wider-review"> <h2 id="Unmanaged">Unmanaged colors</h2> - <h3 id="#device"> + <h3 id="device"> Uncalibrated device color</h3> <p class="note"> New in SVG 2.</p> <p class="prop-value"><a href="#fallback"><fallback></a> <a href="#devicegray">device-gray(<gray>)</a> | <br /> <a href="#fallback"><fallback></a> @@ -464,17 +464,17 @@ first.</p> <p><em>Attribute definitions:</em></p> <dl> <dt id="ColorProfileElementHrefAttribute"><span class="adef">href</span> = "<span class="attr-value"><a href="types.html#DataTypeIRI"><iri></a></span>"</dt> <dd>The location of an ICC profile resource.<br /> <span class="anim-target"><a href="animate.html#Animatable">Animatable</a>: - no.</span> + no.</span></dd> <dt id="ColorProfileElementLocalAttribute"><span class="adef">local</span> = sRGB | "<span class="attr-value"><string></span>"</dt> <dd>The unique ID for a locally stored color profile. <string> is the profile's unique ID as specified by <a href="http://www.color.org/">International Color Consortium</a>. <div class="requirement" id="assert_sRGBCaseInsensitive"> @@ -491,17 +491,16 @@ first.</p> <a href="#ColorProfileElementHrefAttribute"><span class="attr-name">href</span></a> attribute.</div> (Note: Profile description fields do <em>not</em> represent a profile's unique ID. With current ICC proposals, the profile's unique ID is an MD5-encoded value within the profile header.).<br /> <span class="anim-target"><a href="animate.html#Animatable">Animatable</a>: no.</span></dd> - </dd> <dt id="ColorProfileElementNameAttribute"><span class="adef">name</span> = "<span class="attr-value"><identifier></span>"</dt> <dd>The name which is used as the first parameter for <span class="prop-value">icc-color</span> specifications within <a>'fill'</a>, <a>'stroke'</a>, <a>'stop-color'</a>, <a>'flood-color'</a> and <a>'lighting-color'</a> property values to identify the color profile to use for the ICC color specification and the name which can be the value of
Received on Wednesday, 22 August 2012 03:16:32 UTC