- From: SVG Working Group repository <cam@mcc.id.au>
- Date: Tue, 21 Aug 2012 18:49:23 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/b75a5b203063 branches: changeset: 339:b75a5b203063 user: Cameron McCormack <cam@mcc.id.au> date: Wed Aug 22 11:19:17 2012 +1000 description: Fix broken link to SVG 1.1. details: https://svgwg.org/hg/svg2/rev/7b7a3c3dbdaf branches: changeset: 340:7b7a3c3dbdaf user: Cameron McCormack <cam@mcc.id.au> date: Wed Aug 22 11:19:35 2012 +1000 description: Fix broken links to filter properties that have moved to the Filter Effects specification. details: https://svgwg.org/hg/svg2/rev/ed8397f7277c branches: changeset: 341:ed8397f7277c user: Cameron McCormack <cam@mcc.id.au> date: Wed Aug 22 11:22:25 2012 +1000 description: Remove references to 'color-profile' property. details: https://svgwg.org/hg/svg2/rev/0c6933b25634 branches: changeset: 342:0c6933b25634 user: Cameron McCormack <cam@mcc.id.au> date: Wed Aug 22 11:23:37 2012 +1000 description: Fix broken link. details: https://svgwg.org/hg/svg2/rev/eba0d915b22c branches: changeset: 343:eba0d915b22c user: Cameron McCormack <cam@mcc.id.au> date: Wed Aug 22 11:26:37 2012 +1000 description: Fix broken link to 'core attributes' term. details: https://svgwg.org/hg/svg2/rev/c863879f368a branches: changeset: 344:c863879f368a user: Cameron McCormack <cam@mcc.id.au> date: Wed Aug 22 11:26:57 2012 +1000 description: Fix broken link to [BRADFORD]. details: https://svgwg.org/hg/svg2/rev/6e956e420ada branches: changeset: 345:6e956e420ada user: Cameron McCormack <cam@mcc.id.au> date: Wed Aug 22 11:27:54 2012 +1000 description: Fix duplicate ID. details: https://svgwg.org/hg/svg2/rev/fab31e7bd509 branches: changeset: 346:fab31e7bd509 user: Cameron McCormack <cam@mcc.id.au> date: Wed Aug 22 11:38:06 2012 +1000 description: Get rid of a redirect. details: https://svgwg.org/hg/svg2/rev/a864f0ba6d01 branches: changeset: 347:a864f0ba6d01 user: Cameron McCormack <cam@mcc.id.au> date: Wed Aug 22 11:38:38 2012 +1000 description: Get rid of a redirect. details: https://svgwg.org/hg/svg2/rev/9876408265e2 branches: changeset: 348:9876408265e2 user: Cameron McCormack <cam@mcc.id.au> date: Wed Aug 22 11:46:18 2012 +1000 description: Fix a reference. diffstat: master/color.html | 6 +++--- master/definitions.xml | 9 ++++----- master/index.html | 2 +- master/interact.html | 2 +- master/intro.html | 2 +- master/linking.html | 1 - master/mimereg.html | 2 +- master/propidx.html | 30 +----------------------------- master/styling.html | 1 - master/svgdom.html | 7 +------ 10 files changed, 13 insertions(+), 49 deletions(-) diffs (379 lines): diff --git a/master/color.html b/master/color.html --- a/master/color.html +++ b/master/color.html @@ -174,17 +174,17 @@ ICC-based color specification is provide <div class="example"> <pre> <circle fill="rgba(205,133,63, 0.25)"/> <circle fill="rgba(205,133,63, 1.0)" fill-opacity="0.25"/> <circle fill="rgba(205,133,63, 0.5)" fill-opacity="0.5"/></pre> </div> - <div class="requirement" id="assert_render_sRGB"> + <div class="requirement" id="assert_render_sRGB_alpha"> <p> When an sRGB color with alpha is used - because it is the sole color specification, or in a permitted fallback situation - a conformant SVG2 User Agent shall render it in conformance with the ICC profile for sRGB, to obtain the desired color appearance. </p> </div> @@ -212,17 +212,17 @@ ICC-based color specification is provide </div> <p class="note">Same syntax as SVG 1.1, increased conformance requirement.</p> <p>SVG2 uses the extended ICC color specification from SVG 1.1. In SVG 1.1, parsing the syntax was required but implementing the ICC colour itself was optional, as indicated by phrases such as "If ICC-based colors are provided and the SVG user agent supports ICC color, then...". An SVG 1.1 user agent which also conforms to this specification "supports ICC color" for the purposes of conforming to SVG 1.1.</p> <p> As with SVG Full 1.1, SVG Color content may specify color using an ICC profile (see - [<a href="#ref-ICC42">ICC42</a>]); an sRGB fallback must still be provided. + [<a href="refs.html#ref-ICC42">ICC42</a>]); an sRGB fallback must still be provided. </p> <p>An SVG2 User Agent searches the color profile description database for a <a href="#ColorProfileDescriptions">color profile description</a> entry whose name descriptor matches <name> and uses the last matching entry that is found; painting shall be done using the given ICC color, where the comma-separated list (with optional white space) of <strong><icccolorvalue></strong>'s is a set of ICC-profile-specific color values, expressed as <a href="http://www.w3.org/TR/SVGMobile12/types.html#DataTypeNumber"> @@ -263,17 +263,17 @@ ICC-based color specification is provide <p>An SVG2User Agent directly uses the CIE LAB or CIE LCHab values, where the comma-separated list (with optional white space) of <strong><icccolorvalue></strong>'s is a set of Lightness, a and b or Lightness, Hue and Chroma values, expressed as <a href="http://www.w3.org/TR/SVGMobile12/types.html#DataTypeNumber"> <number></a>s. A color profile is not referenced in the SVG, although profile-based implementations may choose to implement this by providing and using an LAB profile.</p> <p>The white point is D50, which is the whitepoint defined by the CIE for CIELab profile connection space and the whitepoint used for image editors that provide LAB functionality. - LAB measurements relative to a different whitepoint should be adapted to D50 to be used in SVG2; the linear Bradford chromatic adaptation transform [<a href="refs.html#ref-Bradford">BRADFORD</a>] is suggested for this.</p> + LAB measurements relative to a different whitepoint should be adapted to D50 to be used in SVG2; the linear Bradford chromatic adaptation transform [<a href="refs.html#ref-BRADFORD">BRADFORD</a>] is suggested for this.</p> <div class="requirement" id="assert_LABColorPrecedence"> <p> If LAB-based colors are provided, an SVG2 User Agent MUST use the the LAB-based color in preference to the sRGB fallback color.</p> </div> <div class="requirement" id="assert_useLAB"> <p>When rendering, if both LAB and sRGB fallback colors are provided, a Color-managed User Agent MUST render using the ICC color values, using the specified ICC profile as the input profile.</p> diff --git a/master/definitions.xml b/master/definitions.xml --- a/master/definitions.xml +++ b/master/definitions.xml @@ -830,33 +830,33 @@ href='intro.html#TermConditionalProcessingAttribute'> <attribute name='requiredFeatures' href='struct.html#RequiredFeaturesAttribute'/> <attribute name='requiredExtensions' href='struct.html#RequiredExtensionsAttribute'/> <attribute name='systemLanguage' href='struct.html#SystemLanguageAttribute'/> </attributecategory> <attributecategory name='core' - href='intro.html#TermCoreAttributes'> + href='intro.html#TermCoreAttribute'> <attribute name='id' href='struct.html#IDAttribute'/> <attribute name='xml:base' href='struct.html#XMLBaseAttribute'/> <attribute name='xml:lang' href='struct.html#XMLLangAttribute'/> <attribute name='xml:space' href='struct.html#XMLSpaceAttribute'/> </attributecategory> <attributecategory name='style'> <attribute name='class' href='styling.html#ClassAttribute' animatable='yes'/> <attribute name='style' href='styling.html#StyleAttribute'/> </attributecategory> <attributecategory name='presentation' href='intro.html#TermPresentationAttribute' - presentationattributes='alignment-baseline, baseline-shift, buffered-rendering, clip, clip-path, clip-rule, color, color-interpolation, color-interpolation-filters, color-profile, color-rendering, cursor, direction, display, dominant-baseline, enable-background, fill, fill-opacity, fill-rule, filter, flood-color, flood-opacity, font-family, font-size, font-size-adjust, font-stretch, font-style, font-variant, font-weight, glyph-orientation-horizontal, glyph-orientation-vertical, image-rendering, letter-spacing, lighting-color, marker-end, marker-mid, marker-pattern, marker-segment, marker-start, mask, opacity, overflow, paint-order, pointer-events, shape-rendering, solid-color, solid-opacity, stop-color, stop-opacity, stroke, stroke-dasharray, stroke-dashoffset, stroke-linecap, stroke-linejoin, stroke-miterlimit, stroke-opacity, stroke-width, text-anchor, text-decoration, text-overflow, text-rendering, transform, unicode-bidi, visibility, white-space, word-spacing, writin g-mode'/> + presentationattributes='alignment-baseline, baseline-shift, buffered-rendering, clip, clip-path, clip-rule, color, color-interpolation, color-interpolation-filters, color-rendering, cursor, direction, display, dominant-baseline, enable-background, fill, fill-opacity, fill-rule, filter, flood-color, flood-opacity, font-family, font-size, font-size-adjust, font-stretch, font-style, font-variant, font-weight, glyph-orientation-horizontal, glyph-orientation-vertical, image-rendering, letter-spacing, lighting-color, marker-end, marker-mid, marker-pattern, marker-segment, marker-start, mask, opacity, overflow, paint-order, pointer-events, shape-rendering, solid-color, solid-opacity, stop-color, stop-opacity, stroke, stroke-dasharray, stroke-dashoffset, stroke-linecap, stroke-linejoin, stroke-miterlimit, stroke-opacity, stroke-width, text-anchor, text-decoration, text-overflow, text-rendering, transform, unicode-bidi, visibility, white-space, word-spacing, writing-mode'/> <attributecategory name='document event' href='intro.html#TermDocumentEventAttribute'> <attribute name='onunload' href='script.html#OnUnloadEventAttribute'/> <attribute name='onabort' href='script.html#OnAbortEventAttribute'/> <attribute name='onerror' href='script.html#OnErrorEventAttribute'/> <attribute name='onresize' href='script.html#OnResizeEventAttribute'/> @@ -943,17 +943,16 @@ <property name='alignment-baseline' href='text.html#AlignmentBaselineProperty'/> <property name='baseline-shift' href='text.html#BaselineShiftProperty'/> <property name='buffered-rendering' href='painting.html#BufferedRenderingProperty'/> <property name='clip' href='masking.html#ClipProperty'/> <property name='clip-path' href='masking.html#ClipPathProperty'/> <property name='clip-rule' href='masking.html#ClipRuleProperty'/> <property name='color' href='color.html#ColorProperty'/> <property name='color-interpolation' href='painting.html#ColorInterpolationProperty'/> - <property name='color-profile' href='color.html#ColorProfileProperty'/> <property name='color-rendering' href='painting.html#ColorRenderingProperty'/> <property name='cursor' href='interact.html#CursorProperty'/> <property name='direction' href='text.html#DirectionProperty'/> <property name='dominant-baseline' href='text.html#DominantBaselineProperty'/> <property name='fill' href='painting.html#FillProperty'/> <property name='fill-opacity' href='painting.html#FillOpacityProperty'/> <property name='fill-rule' href='painting.html#FillRuleProperty'/> <property name='font' href='text.html#FontProperty'/> @@ -1216,18 +1215,18 @@ <term name='animation addition attribute' href='intro.html#TermAnimationAdditionAttribute'/> <term name='animation attribute target attribute' href='intro.html#TermAnimationAttributeTargetAttribute'/> <term name='animation event attribute' href='intro.html#TermAnimationEventAttribute'/> <term name='animation event attributes' href='intro.html#TermAnimationEventAttribute'/> <term name='animation timing attribute' href='intro.html#TermAnimationTimingAttribute'/> <term name='animation value attribute' href='intro.html#TermAnimationValueAttribute'/> <term name='conditional processing attribute' href='intro.html#TermConditionalProcessingAttribute'/> <term name='conditional processing attributes' href='intro.html#TermConditionalProcessingAttribute'/> - <term name='core attribute' href='intro.html#TermCoreAttributes'/> - <term name='core attributes' href='intro.html#TermCoreAttributes'/> + <term name='core attribute' href='intro.html#TermCoreAttribute'/> + <term name='core attributes' href='intro.html#TermCoreAttribute'/> <term name='document event attribute' href='intro.html#TermDocumentEventAttribute'/> <term name='document event attributes' href='intro.html#TermDocumentEventAttribute'/> <term name='event attribute' href='intro.html#TermEventAttribute'/> <term name='event attributes' href='intro.html#TermEventAttribute'/> <term name='graphical event attribute' href='intro.html#TermGraphicalEventAttribute'/> <term name='graphical event attributes' href='intro.html#TermGraphicalEventAttribute'/> <term name='presentation attribute' href='intro.html#TermPresentationAttribute'/> <term name='presentation attributes' href='intro.html#TermPresentationAttribute'/> diff --git a/master/index.html b/master/index.html --- a/master/index.html +++ b/master/index.html @@ -60,17 +60,17 @@ DOM.</p> <h2 id="status">Status of This Document</h2> <p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/</em>.</p> <p>This document is the <edit:date/> <strong><edit:longermaturity/></strong> of SVG 2. This version of SVG -builds upon <a href="http://www.w3.org/2011/08/REC-SVG11-20110816/">SVG 1.1 Second Edition</a> +builds upon <a href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">SVG 1.1 Second Edition</a> by improving the usability of the language and by adding new features commonly requested by authors. The <a href="changes.html">Changes</a> appendix lists all of the changes that have been made since SVG 1.1 Second Edition.</p> <p>Comments on this <edit:maturity/> are welcome. <!--Corrections against the specification will be published as errata, and subsequently will be incorporated into future editions of SVG 2.--> Comments can be sent to <a href="mailto:www-svg@w3.org" class='url'>www-svg@w3.org</a>, diff --git a/master/interact.html b/master/interact.html --- a/master/interact.html +++ b/master/interact.html @@ -136,17 +136,17 @@ the SVG language:</p> <div class="annotation requirement"> <table> <tr> <th>SVG 2 Requirement:</th> <td>Support drag & drop functionality.</td> </tr> <tr> <th>Resolution:</th> - <td><a href="http://www.w3.org/2011/12/22-svg-irc#T21-13-35">SVG 2 may require drag & drop functionality, and we'll investigate HTML5's functionality for that.</a></td> + <td><a href="http://www.w3.org/2011/12/22-svg-irc#T21-31-24">SVG 2 may require drag & drop functionality, and we'll investigate HTML5's functionality for that.</a></td> </tr> <tr> <th>Purpose:</th> <td>To allow easier drag & drop in SVG, and to align with HTML.</td> </tr> <tr> <th>Owner:</th> <td>Erik (<a href="http://www.w3.org/Graphics/SVG/WG/track/actions/3328">ACTION-3328</a>)</td> diff --git a/master/intro.html b/master/intro.html --- a/master/intro.html +++ b/master/intro.html @@ -267,17 +267,17 @@ expression "We recommend ...", "This spe <dt id="TermConditionalProcessingAttribute">conditional processing attribute</dt> <dd>A conditional processing attribute is one that controls whether or not the element on which it appears is processed. Most elements, but not all, may have conditional processing attributes specified on them. See <a href="struct.html#ConditionalProcessing">Conditional processing</a> for details. The conditional processing attributes defined in SVG 1.1 are <edit:attributecategory name='conditional processing'/>.</dd> - <dt id="TermCoreAttributes">core attributes</dt> + <dt id="TermCoreAttribute">core attributes</dt> <dd>The core attributes are those attributes that can be specified on any SVG element. See <a href="struct.html#CommonAttributes">Common attributes</a>. The core attributes are <edit:attributecategory name='core'/>.</dd> <dt id="TermCurrentInnermostSVGDocumentFragment"> current innermost SVG document fragment</dt> <dd>The XML document sub-tree which starts with the most immediate ancestor <a href="struct.html#SVGElement"><span class="element-name">'svg'</span></a> element of a given SVG diff --git a/master/linking.html b/master/linking.html --- a/master/linking.html +++ b/master/linking.html @@ -170,17 +170,16 @@ references and the valid target types fo <li>the <a>'a'</a> element can reference any local or non-local resource</li> <li>the <a>'altGlyph'</a> element must reference either an <a>'altGlyphDef'</a> element or a <a>'glyph'</a> element</li> <li>the <a>'animate'</a> element (see <a href="animate.html#TargetElement">Identifying the target element for an animation</a> for reference rules)</li> <li>the <a>'animateColor'</a> element (see <a href="animate.html#TargetElement">Identifying the target element for an animation</a> for reference rules)</li> <li>the <a>'animateMotion'</a> element (see <a href="animate.html#TargetElement">Identifying the target element for an animation</a> for reference rules)</li> <li>the <a>'animateTransform'</a> element (see <a href="animate.html#TargetElement">Identifying the target element for an animation</a> for reference rules)</li> <li>the <a>'clip-path'</a> property must reference a <a>'clipPath'</a> element</li> <li>the <a>'color-profile element'</a> element must reference an ICC profile resource</li> - <li>the <a>'color-profile property'</a> property must reference an ICC profile resource or a <a>'color-profile element'</a> element</li> <li>the <a href="color.html#ColorProfileSrcProperty">'src'</a> descriptor on an @color-profile definition must reference an ICC profile resource or a <a>'color-profile element'</a> element</li> <li>the <a>'cursor element'</a> element must reference a resource that can provide an image for the cursor graphic</li> <li>the <a>'cursor property'</a> property must reference a resource that can provide an image for the cursor graphic</li> <li>the <a>'feImage'</a> element must reference any local or non-local resource</li> <li>the <a>'fill'</a> property (see <a href="painting.html#SpecifyingPaint">Specifying paint</a> for reference rules)</li> <li>the <a>'filter element'</a> element must reference a <a>'filter element'</a> element</li> <li>the <a>'filter property'</a> property must reference a <a>'filter element'</a> element</li> <li>the <a>'image'</a> element must reference any local or non-local resource</li> diff --git a/master/mimereg.html b/master/mimereg.html --- a/master/mimereg.html +++ b/master/mimereg.html @@ -112,17 +112,17 @@ Because SVG is extensible, conformant "i SVG has a published Test Suite and associated implementation report showing which implementations passed which tests at the time of the report. This information is periodically updated as new tests are added or as implementations improve. </p> </dd> <dt> Published specification:</dt> <dd> <p> -This media type registration is extracted from Appendix P of the <a href="http://www.w3.org/TR/SVG11">SVG 1.1 specification</a>. +This media type registration is extracted from Appendix P of the <a href="http://www.w3.org/TR/SVG11/">SVG 1.1 specification</a>. </p> </dd> <dt> Applications that use this media type:</dt> <dd> <p> diff --git a/master/propidx.html b/master/propidx.html --- a/master/propidx.html +++ b/master/propidx.html @@ -144,27 +144,17 @@ other specifications.</p> <tr> <th><a>'color'</a></th> <td><a href="types.html#DataTypeColor"><color></a> | <a class="noxref" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/cascade.html#value-def-inherit"> <span class="value-inst-inherit noxref">inherit</span></a></td> <td>depends on user agent</td> - <td>elements to which properties <a - href="painting.html#FillProperty"><span - class="property">'fill'</span></a>, <a - href="painting.html#StrokeProperty"><span - class="property">'stroke'</span></a>, <a - href="pservers.html#StopColorProperty"><span - class="property">'stop-color'</span></a>, <a - href="filters.html#FloodColorProperty"><span - class="property">'flood-color'</span></a>, <a - href="filters.html#LightingColorProperty"><span - class="property">'lighting-color'</span></a> apply</td> + <td>elements to which properties <a>'fill'</a>, <a>'stroke'</a>, <a>'stop-color'</a>, <a>'flood-color'</a>, <a>'lighting-color'</a> apply</td> <td>yes</td> <td>N/A</td> <td><a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/media.html#visual-media-group"> visual</a></td> <td>yes</td> </tr> <tr> @@ -178,34 +168,16 @@ other specifications.</p> <td>yes</td> <td>N/A</td> <td><a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/media.html#visual-media-group"> visual</a></td> <td>yes</td> </tr> <tr> - <th><a>'color-profile property'</a></th> - <td>auto | sRGB | <author-ident> | <a - href="types.html#DataTypeFuncIRI"><funciri></a> | <a - class="noxref" - href="http://www.w3.org/TR/2011/REC-CSS2-20110607/cascade.html#value-def-inherit"> - <span - class="value-inst-inherit noxref">inherit</span></a></td> - <td>auto</td> - <td><a>'image'</a> elements that - refer to raster images</td> - <td>yes</td> - <td>N/A</td> - <td><a - href="http://www.w3.org/TR/2008/REC-CSS2-20080411/media.html#visual-media-group"> - visual</a></td> - <td>yes</td> - </tr> - <tr> <th><a>'color-rendering'</a></th> <td>auto | optimizeSpeed | optimizeQuality | <a class="noxref" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/cascade.html#value-def-inherit"> <span class="value-inst-inherit noxref">inherit</span></a></td> <td>auto</td> <td><a>container elements</a>, <a>graphics elements</a> and <a>'animateColor'</a></td> diff --git a/master/styling.html b/master/styling.html --- a/master/styling.html +++ b/master/styling.html @@ -138,17 +138,16 @@ this specification:</p> <li><a>'pointer-events'</a></li> </ul> </li> <li> <a href="color.html">Color</a> and <a href="painting.html">Painting</a> properties: <ul> <li><a>'color-interpolation'</a></li> - <li><a>'color-profile property'</a></li> <li><a>'color-rendering'</a></li> <li><a>'fill'</a></li> <li><a>'fill-opacity'</a></li> <li><a>'fill-rule'</a></li> <li><a>'image-rendering'</a></li> <li><a>'marker property'</a></li> <li><a>'marker-end'</a></li> <li><a>'marker-mid'</a></li> diff --git a/master/svgdom.html b/master/svgdom.html --- a/master/svgdom.html +++ b/master/svgdom.html @@ -61,17 +61,17 @@ <th>Owner:</th> <td>Cameron (no action)</td> </tr> </table> </div> <h2 id="SVGDOMOverview">SVG DOM overview</h2> -<p class="ready-for-wg-review">The SVG DOM is defined in terms of <a href="http://www.w3.org/TR/WebIDL">Web IDL</a> +<p class="ready-for-wg-review">The SVG DOM is defined in terms of <a href="http://www.w3.org/TR/WebIDL/">Web IDL</a> interfaces. All IDL fragments in this specification must be interpreted as required for <a href="http://www.w3.org/TR/WebIDL/#dfn-conforming-idl-fragment">conforming IDL fragments</a>, as described in the Web IDL specification. [<a href="refs.html#ref-WEBIDL">WEBIDL</a>]</p> <p>The SVG DOM builds upon a number of DOM specifications. In particular:</p> <ul> <li>The SVG DOM requires complete support for <a href="http://www.w3.org/TR/dom/">DOM4</a> @@ -505,21 +505,16 @@ interfaces, all of which are mandatory f <td> </td> </tr> <tr> <td><a>'color-interpolation'</a></td> <td>ident</td> <td> </td> </tr> <tr> - <td><a>'color-profile property'</a></td> - <td>list of strings, uri's and idents</td> - <td> </td> - </tr> - <tr> <td><a>'color-rendering'</a></td> <td>ident</td> <td> </td> </tr> <tr> <td><a>'cursor property'</a></td> <td>uri, ident</td> <td>no</td>
Received on Wednesday, 22 August 2012 01:50:31 UTC