- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Mon, 03 Feb 2014 22:31:20 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/c647ef1899b0
branches:
changeset: 606:c647ef1899b0
user: Cameron McCormack <cam@mcc.id.au>
date: Tue Feb 04 17:28:07 2014 +1100
description:
Typos.
details: https://svgwg.org/hg/svg2/rev/2fe973bbe9b0
branches:
changeset: 607:2fe973bbe9b0
user: Cameron McCormack <cam@mcc.id.au>
date: Tue Feb 04 17:29:18 2014 +1100
description:
Note that Text chapter is being substantially rewritten.
diffstat:
master/changes.html | 2 +-
master/text.html | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (82 lines):
diff --git a/master/changes.html b/master/changes.html
--- a/master/changes.html
+++ b/master/changes.html
@@ -112,17 +112,17 @@ have been made.</p>
<li>Added section on WAI-ARIA attributes.</li>
<li>Clarified that CSS transforms on an <a>outermost svg element</a> do not affect <a href="struct.html#__svg__SVGSVGElement__currentScale">currentScale</a> or <a href="struct.html#__svg__SVGSVGElement__currentTranslate">currentTranslate</a>. Defined the returned values on <a>'svg'</a> elements that are not <a>outermost svg element</a>.</li>
<li class="added-since-last-wd">Deprecated the <a href="struct.html#__svg__SVGDocument__rootElement">rootElement</a> attribute.</li>
<li class="added-since-last-wd">Defined event handler content attributes and IDL attributes on the root <a>'svg'</a> element to be for events fired at the <a>Window</a>, like HTML's event handler content attributes and IDL attribute on <code>body</code>.</li>
- <li class="added-since-last-wd">Moved thed <a>'image'</a> element to the <a href='embedded.html'>Embedded Content chapter</a>.</li>
+ <li class="added-since-last-wd">Moved the <a>'image'</a> element to the <a href='embedded.html'>Embedded Content chapter</a>.</li>
</ul>
<h3 id="styling">Styling chapter</h3>
<ul>
<li>Removed the <span class="attr-name">'contentStyleType'</span> attribute.</li>
</ul>
diff --git a/master/text.html b/master/text.html
--- a/master/text.html
+++ b/master/text.html
@@ -9,16 +9,18 @@
<!--
<link rel="alternate stylesheet" title="CSS3 Unmodified" type="text/css" media="screen" href="style/default.css"/>
<link rel="alternate stylesheet" title="SVG 1.1" type="text/css" media="screen" href="style/svg-style.css"/>
-->
<!-- W3C style sheet will be added here during processing. -->
</head>
<body>
+<p class='issue'>Note that this chapter is in the process of being substantially rewritten.</p>
+
<h1>Text</h1>
<!-- THESE ANNOTATIONS NEED TO BE MOVED TO PROPER SECTIONS -->
<div class="annotation svg2-requirement">
<table>
<tr>
<th>SVG 2 Requirement:</th>
@@ -2834,17 +2836,17 @@
Two properties control the glyph orientation relative to the
reference orientation for each of the two possible
inline-progression-directions. <a>'glyph-orientation-vertical'</a>
controls glyph orientation when the inline-progression-direction
is vertical. <a>'glyph-orientation-horizontal'</a> controls glyph
orientation when the inline-progression-direction is horizontal.
</p>
-<h4 id="GlyphOrientationVertical">The <span class="property">'glypn-orientation-vertical'</span> property</h4>
+<h4 id="GlyphOrientationVertical">The <span class="property">'glyph-orientation-vertical'</span> property</h4>
<p class="issue">
Reference CSS3 text? CSS3 has additional values: upright, inline.
</p>
<table class="propdef">
<tr>
<th>Name:</th>
@@ -3031,17 +3033,17 @@
alt="Layout of mixed glyphs in vertical mode. All glyphs are upright."
class="example" width="42" height="342"
src="images/text/lf-v.png" />
<img alt="Example of mixed Japanese and English in vertical layout. All glyphs are upright."
class="example" width="38" height="340"
src="images/text/GlyphOrientZero.png" />
</p>
-<h4 id="GlyphOrientationVertical">The <span class="property">'glypn-orientation-horizontal'</span> property</h4>
+<h4 id="GlyphOrientationVertical">The <span class="property">'glyph-orientation-horizontal'</span> property</h4>
<p class="issue">Reference CSS3 text? CSS3 has additional values: auto, inline.</p>
<table class="propdef">
<tr>
<th>Name:</th>
<td><dfn id="GlyphOrientationHorizontalProperty">glyph-orientation-horizontal</dfn></td>
</tr>
Received on Tuesday, 4 February 2014 06:31:44 UTC