svg2: modified struct.html to change HTML element to SVG element

details:   https://svgwg.org/hg/svg2/rev/9d5f3e37470b
branches:  
changeset: 417:9d5f3e37470b
user:      Richard Schwerdtfeger <schwer@us.ibm.com>
date:      Wed Jan 16 12:40:20 2013 -0600
description:
modified struct.html to change HTML element to SVG element

diffstat:

 master/struct.html |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (22 lines):

diff --git a/master/struct.html b/master/struct.html
--- a/master/struct.html
+++ b/master/struct.html
@@ -2050,17 +2050,17 @@ of <span class="attr-name">'xlink:lang'<
 
 <p>Rendered SVG elements may have an ARIA role attribute specified. The
 attribute, if specified, must have a value that is a set of space-separated
 tokens representing the various WAI-ARIA roles that the element belongs to.
 These tokens are role values defined in
 <a href="http://www.w3.org/TR/wai-aria/roles#role_definitions">Definition of Roles</a>
 ([<a href="refs.html#ref-ARIA">ARIA</a>], section 5.4).</p>
 
-<p>The WAI-ARIA role that an HTML element has assigned to it is the first
+<p>The WAI-ARIA role that an SVG element has assigned to it is the first
 non-abstract role found in the list of values generated when the role attribute
 is split on spaces.</p>
 
 <h3 id="ARIAStateandPropertyAttributes">State and property attributes (all aria- attributes)</h3>
 
 <p>Every renderable SVG element may have WAI-ARIA state and property attributes
 specified. These attributes are defined by ARIA in
 <a href="http://www.w3.org/TR/wai-aria/states_and_properties#state_prop_def">Definitions of States and Properties (all aria-* attributes)</a>

Received on Wednesday, 16 January 2013 18:38:37 UTC