- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Mon, 03 Feb 2014 21:27:05 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/20e7e8675da4
branches:
changeset: 605:20e7e8675da4
user: Cameron McCormack <cam@mcc.id.au>
date: Tue Feb 04 16:25:09 2014 +1100
description:
Copyediting.
diffstat:
master/struct.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff --git a/master/struct.html b/master/struct.html
--- a/master/struct.html
+++ b/master/struct.html
@@ -1926,18 +1926,18 @@ non-enumerable property named SVGDocumen
<dt class="attributes-header">Attributes:</dt>
<dd>
<dl class="attributes">
<dt id="__svg__SVGDocument__rootElement" class="attribute first-child"><b>rootElement</b><span class="idl-type-parenthetical"> (readonly <a class="idlinterface" href="struct.html#InterfaceSVGSVGElement">SVGSVGElement</a>)</span></dt>
<dd class="attribute">
<div>
The root <a>'svg'</a> in the document hierarchy.
- This attribute is deprecated, and may be removed in a future svg specification.
- Authors are encouraged to use the <a href="http://www.w3.org/TR/dom/#dom-document-documentelement">documentElement</a> attribute in Document instead.
+ <p>This attribute is deprecated, and may be removed in a future SVG specification.
+ Authors are encouraged to use the <a href="http://www.w3.org/TR/dom/#dom-document-documentelement">documentElement</a> attribute on <a>Document</a> instead.</p>
</div>
</dd>
</dl>
</dd>
</dl>
<p>The following IDL fragment must be supported only if the SVG implementation is also a
<a href="http://www.w3.org/TR/html/infrastructure.html#interactive">Web browser or other interactive user agent</a>,
Received on Tuesday, 4 February 2014 05:27:28 UTC