Skip to content

Commit

Permalink
[e] (0) making it consistent. dunno whether it's the best value thoug…
Browse files Browse the repository at this point in the history
…h...

git-svn-id: http://svn.whatwg.org/webapps@1532 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 6, 2008
1 parent 727b7b3 commit 0ef936b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -17451,7 +17451,7 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
boolean <a href="#ispointinpath" title=dom-context-2d-isPointInPath>isPointInPath</a>(in float x, in float y);

// text
attribute DOMString <a href="#font" title=dom-context-2d-font>font</a>; // (default 8px sans-serif)
attribute DOMString <a href="#font" title=dom-context-2d-font>font</a>; // (default 10px sans-serif)
attribute DOMString <a href="#textalign" title=dom-context-2d-textAlign>textAlign</a>; // "start", "end", "left", "right", "center" (default: "start")
attribute DOMString <a href="#textbaseline" title=dom-context-2d-textBaseline>textBaseline</a>; // "top", "hanging", "middle", "alphabetic", "ideographic", "bottom" (default: "alphabetic")
void <a href="#filltext" title=dom-context-2d-fillText>fillText</a>(in DOMString text, in float x, in float y);
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -15147,7 +15147,7 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
boolean <span title="dom-context-2d-isPointInPath">isPointInPath</span>(in float x, in float y);

// text
attribute DOMString <span title="dom-context-2d-font">font</span>; // (default 8px sans-serif)
attribute DOMString <span title="dom-context-2d-font">font</span>; // (default 10px sans-serif)
attribute DOMString <span title="dom-context-2d-textAlign">textAlign</span>; // "start", "end", "left", "right", "center" (default: "start")
attribute DOMString <span title="dom-context-2d-textBaseline">textBaseline</span>; // "top", "hanging", "middle", "alphabetic", "ideographic", "bottom" (default: "alphabetic")
void <span title="dom-context-2d-fillText">fillText</span>(in DOMString text, in float x, in float y);
Expand Down

0 comments on commit 0ef936b

Please sign in to comment.