[svgwg] 3 commits

https://github.com/w3c/svgwg/commit/cfb10e21368c61f1482164d5fed1838f9041461f
commit cfb10e21368c61f1482164d5fed1838f9041461f
Author: Cameron McCormack <cam@mcc.id.au>
Date:   Sat Aug 30 23:19:25 2014 +1000

    Fix <view> element's reference to global event attributes.

diff --git a/master/definitions.xml b/master/definitions.xml
index 8a17c06..629c763 100644
--- a/master/definitions.xml
+++ b/master/definitions.xml
@@ -659,8 +659,8 @@
       contentmodel='anyof'
       elementcategories='animation, descriptive'
       elements='script'
-      attributecategories='aria, core'
-      attributes='global event, viewBox, preserveAspectRatio, zoomAndPan'
+      attributecategories='aria, core, global event'
+      attributes='viewBox, preserveAspectRatio, zoomAndPan'
       interfaces='SVGViewElement'>
     <attribute name='viewTarget' elements='view' href='linking.html#ViewElementViewTargetAttribute'/>
   </element>

https://github.com/w3c/svgwg/commit/93d79d0d11ac2606fe974f2a3ee0af77b100a879
commit 93d79d0d11ac2606fe974f2a3ee0af77b100a879
Author: Cameron McCormack <cam@mcc.id.au>
Date:   Sat Aug 30 23:29:12 2014 +1000

    Fix some broken links.

diff --git a/master/feature.html b/master/feature.html
index 8839bb4..a413e3c 100644
--- a/master/feature.html
+++ b/master/feature.html
@@ -349,7 +349,13 @@ the SVG 1.0 feature strings can be considered deprecated.</p>
   http://www.w3.org/TR/SVG11/feature#DocumentEventsAttribute</dd>
   <dt>User Agent Supports:</dt>
   <dd>
-    the <a>'onunload'</a>, <a>'onabort'</a>, <a>'onerror'</a>, <a>'onresize'</a>, <a>'onscroll'</a> and <a>'onzoom'</a> attributes</dd>
+    the
+    <span class="attr-name">‘<a href="script.html#OnUnloadEventAttribute"><span>onunload</span></a>’</span>,
+    <a>'onabort'</a>,
+    <span class="attr-name">‘<a href="script.html#OnErrorEventAttribute"><span>onerror</span></a>’</span>,
+    <span class="attr-name">‘<a href="script.html#OnResizeEventAttribute"><span>onresize</span></a>’</span>,
+    <span class="attr-name">‘<a href="script.html#OnScrollEventAttribute"><span>onscroll</span></a>’</span>,
+    and <a>'onzoom'</a> attributes</dd>
 </dl>
 <dl id="GraphicalEventsAttribute">
   <dt>Feature String:</dt>

https://github.com/w3c/svgwg/commit/869995569c3338e10a39a2b9efffc25737943486
commit 869995569c3338e10a39a2b9efffc25737943486
Author: Cameron McCormack <cam@mcc.id.au>
Date:   Sat Aug 30 23:33:55 2014 +1000

    Fix <languageID> links.

diff --git a/master/definitions.xml b/master/definitions.xml
index 629c763..e95877d 100644
--- a/master/definitions.xml
+++ b/master/definitions.xml
@@ -1200,6 +1200,7 @@
   <symbol name='knockout-offset' href="painting.html#DataTypeKnockoutOffset"/>
   <symbol name='knockout-shape' href="painting.html#DataTypeKnockoutShape"/>
   <symbol name='length' href='types.html#DataTypeLength'/>
+  <symbol name='languageID' href='types.html#DataTypeLanguageID'/>
   <symbol name='list' href='types.html#DataTypeList'/>
   <symbol name='list-of-family-names' href='types.html#DataTypeListOfFamilyNames'/>
   <symbol name='list-of-strings' href='types.html#DataTypeListOfStrings'/>
diff --git a/master/struct.html b/master/struct.html
index 499a765..0df89aa 100644
--- a/master/struct.html
+++ b/master/struct.html
@@ -1545,7 +1545,7 @@ versions of a given extension.</p>
 
 <h3 id="ConditionalProcessingSystemLanguageAttribute">The <span class="attr-name">'systemLanguage'</span> attribute</h3>
 
-<p id="SystemLanguageAttribute">The attribute value is a comma-separated list of <a>'languageID'</a>, as defined in <a href="http://www.ietf.org/rfc/bcp/bcp47.txt">BCP 47</a>
+<p id="SystemLanguageAttribute">The attribute value is a comma-separated list of <a>&lt;languageID&gt;</a> values, as defined in <a href="http://www.ietf.org/rfc/bcp/bcp47.txt">BCP 47</a>
 [<a href="refs.html#ref-BCP47">BCP47</a>].</p>
 
 <p>Evaluates to "true" if one of the languages indicated by
@@ -1736,7 +1736,7 @@ of <span class="attr-name">'xml:lang'</span>? At minimum allow both lang and xml
       </tr>
       <tr>
         <td><dfn id="XMLLangAttribute">xml:lang</dfn></td>
-        <td><em><a>'languageID'</a></em></td>
+        <td><em><a>&lt;languageID&gt;</a></em></td>
         <td>(none)</td>
         <td>no</td>
       </tr>


============================================================
/home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --list-pages
/home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --build Overview toc intro concepts render types struct styling layout coords paths shapes text embedded painting color pservers masking filters interact linking script animate metadata backward extend svgdom idl implnote conform access i18n minimize refs eltindex attindex propidx idlindex feature mimereg changes
/home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --build-single-page

Received on Sunday, 31 August 2014 23:12:51 UTC