- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Mon, 25 Aug 2014 07:26:49 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/1031fbd25ff0 branches: changeset: 701:1031fbd25ff0 user: Cameron McCormack <cam@mcc.id.au> date: Tue Aug 26 00:24:26 2014 +1000 description: Fix markup errors. diffstat: master/masking.html | 2 +- master/types.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diffs (44 lines): diff --git a/master/masking.html b/master/masking.html --- a/master/masking.html +++ b/master/masking.html @@ -180,17 +180,17 @@ going to work in the furture. Sadly, the no scrolling user interface should be provided. </li> <li>The initial value for <a>'overflow'</a> as defined in [<a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visufx.html#overflow">CSS21-overflow</a>] is 'visible', and this applies also to the <a>rootmost 'svg' element</a>; however, for child elements of an SVG document, SVG's <a href="styling.html#UAStyleSheet">user agent style sheet</a> overrides this initial value and sets the <a>'overflow'</a> property on the - <a>'svg'</a>, ,a>'image'</a>, <a>'pattern'</a> and <a>'iframe'</a> elements + <a>'svg'</a>, <a>'image'</a>, <a>'pattern'</a> and <a>'iframe'</a> elements to the value <span class="prop-value">hidden</span>.</li> </ul> <p>As a result of the above, the default behavior of SVG user agents is to establish a clipping path to the bounds of the initial <a href="coords.html#SVGViewport">viewport</a> and to establish a new clipping path for each <a href="coords.html#ElementsThatEstablishViewports">element which establishes a new viewport</a> and each <a>'pattern'</a> and diff --git a/master/types.html b/master/types.html --- a/master/types.html +++ b/master/types.html @@ -376,17 +376,17 @@ attributes, including presentation attri <p>Within the SVG DOM, an <integer> is represented as a <span class="DOMInterfaceName">long</span> or an <a>SVGAnimatedInteger</a>.</p> </dd> <dt id="DataTypeLanguageID"><languageID></dt> <dd>A language identifier specifies the language of text or other items in SVG. - The syntax is given by [<a href='refs.html#ref-BCP47'>BCP47</a>]. + The syntax is given by [<a href='refs.html#ref-BCP47'>BCP47</a>].</dd> <dt id="DataTypeLength"><length></dt> <dd> <p>A length is a distance measurement, given as a number along with a unit which may be optional. Lengths are specified in one of two ways depending upon whether they are used in CSS <a>property</a> syntax or SVG <a>presentation attribute</a> syntax:</p>
Received on Monday, 25 August 2014 14:27:17 UTC