- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Jan 2010 14:21:57 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo in idl (whatwg r4468) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3567&r2=1.3568&f=h http://html5.org/tools/web-apps-tracker?from=4467&to=4468 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3567 retrieving revision 1.3568 diff -u -d -r1.3567 -r1.3568 --- Overview.html 5 Jan 2010 03:07:52 -0000 1.3567 +++ Overview.html 5 Jan 2010 05:21:45 -0000 1.3568 @@ -21573,7 +21573,7 @@ boolean <a href="#dom-context-2d-ispointinpath" title="dom-context-2d-isPointInPath">isPointInPath</a>(in float x, in float y); // focus management - boolean <a href="#dom-context-2d-drawfocusring" title="dom-context-2d-drawFocusRing">drawFocusRing</a>(in <span>Element</span> element, in float xCaret, in float yCaret, in optional canDrawCustom); + boolean <a href="#dom-context-2d-drawfocusring" title="dom-context-2d-drawFocusRing">drawFocusRing</a>(in <span>Element</span> element, in float xCaret, in float yCaret, in optional boolean canDrawCustom); // text attribute DOMString <a href="#dom-context-2d-font" title="dom-context-2d-font">font</a>; // (default 10px sans-serif)
Received on Tuesday, 5 January 2010 05:22:26 UTC