- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Aug 2008 23:29:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7718
Modified Files:
Overview.html
Log Message:
typo (credit: avk) (whatwg r2087)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1259
retrieving revision 1.1260
diff -u -d -r1.1259 -r1.1260
--- Overview.html 19 Aug 2008 23:07:53 -0000 1.1259
+++ Overview.html 19 Aug 2008 23:29:55 -0000 1.1260
@@ -7726,7 +7726,7 @@
void <a href="#blur" title=dom-blur>blur</a>();
attribute boolean <a href="#draggable0" title=dom-draggable>draggable</a>;
attribute DOMString <a href="#contenteditable1" title=dom-contentEditable>contentEditable</a>;
- readonly attribute DOMString <a href="#iscontenteditable" title=dom-isContentEditable>isContentEditable</a>;
+ readonly attribute boolean <a href="#iscontenteditable" title=dom-isContentEditable>isContentEditable</a>;
attribute <a href="#htmlmenuelement">HTMLMenuElement</a> <a href="#contextmenu0" title=dom-contextMenu>contextMenu</a>;
// <span>styling</span>
Received on Tuesday, 19 August 2008 23:30:39 UTC