- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 17 Jan 2010 08:03:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14871
Modified Files:
Overview.html
Log Message:
idl typo in earlier checkin (whatwg r4599)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3672
retrieving revision 1.3673
diff -u -d -r1.3672 -r1.3673
--- Overview.html 17 Jan 2010 07:55:59 -0000 1.3672
+++ Overview.html 17 Jan 2010 08:03:00 -0000 1.3673
@@ -9272,7 +9272,7 @@
attribute DOMString <a href="#dom-link-media" title="dom-link-media">media</a>;
attribute DOMString <a href="#dom-link-hreflang" title="dom-link-hreflang">hreflang</a>;
attribute DOMString <a href="#dom-link-type" title="dom-link-type">type</a>;
- [PutForwards=<a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> attribute DOMString <a href="#dom-link-sizes" title="dom-link-sizes">sizes</a>;
+ [PutForwards=<a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="#dom-link-sizes" title="dom-link-sizes">sizes</a>;
};
<a href="#htmllinkelement">HTMLLinkElement</a> implements <span>LinkStyle</span>;</pre>
</dd>
Received on Sunday, 17 January 2010 08:03:05 UTC