hixie: xref fix (whatwg r4683)

hixie: xref fix (whatwg r4683)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3736&r2=1.3737&f=h
http://html5.org/tools/web-apps-tracker?from=4682&to=4683

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3736
retrieving revision 1.3737
diff -u -d -r1.3736 -r1.3737
--- Overview.html 6 Feb 2010 10:50:50 -0000 1.3736
+++ Overview.html 6 Feb 2010 10:55:58 -0000 1.3737
@@ -7121,7 +7121,7 @@
   must return a <code>CSSStyleDeclaration</code> whose value
   represents the declarations specified in the attribute, if
   present. Mutating the <code>CSSStyleDeclaration</code> object must
-  create a <code title="attr-font-style">style</code> attribute on the
+  create a <code title="attr-style"><a href="#the-style-attribute">style</a></code> attribute on the
   element (if there isn't one already) and then change its value to be
   a value representing the serialized form of the
   <code>CSSStyleDeclaration</code> object. <a href="#refsCSSOM">[CSSOM]</a>

Received on Saturday, 6 February 2010 10:56:41 UTC