[e] (0) Based on feedback about videos on links, give up on giving vi…
…deos activation behaviours. Clean up some conformance criteria in the canvas lines section.
git-svn-id: http://svn.whatwg.org/webapps@3642 340c8d12-0b0e-0410-8428-c7bf67bfef74
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
attribute defines the type of corners that UAs will place where two
lines meet. The three valid values are <code>bevel</code>,
<code>round</code>, and <code>miter</code>.</p>
<p>On setting, any other value than the literal strings
<code>bevel</code>, <code>round</code>, and <code>miter</code> must
be ignored, leaving the value unchanged.</p>
<p>On getting, it must return the current value. On setting, if the
new value is one of the literal strings <code>bevel</code>,
<code>round</code>, and <code>miter</code>, then the current value
must be changed to the new value; other values must be ignored,
leaving the value unchanged.</p>
<p>When the context is created, the <code title=dom-context-2d-lineJoin><a href=#dom-context-2d-linejoin>lineJoin</a></code> attribute must
initially have the value <code>miter</code>.</p>
<p>A join exists at any point in a subpath shared by two consecutive
<hr><p>A join exists at any point in a subpath shared by two consecutive
lines. When a subpath is closed, then a join also exists at its
first point (equivalent to its last point) connecting the first and
last lines in the subpath.</p>
@@ -24142,19 +24134,15 @@ idea from Mihai:
the miter limit ratio to be exceeded, this second triangle must not
be rendered.</p>
<p>The miter limit ratio can be explicitly set using the <dfn id=dom-context-2d-miterlimit title=dom-context-2d-miterLimit><code>miterLimit</code></dfn>
attribute. On setting, zero, negative, infinite, and NaN values must
be ignored, leaving the value unchanged.</p>
attribute. On getting, it must return the current value. On setting,
zero, negative, infinite, and NaN values must be ignored, leaving
the value unchanged; other values must change the current value to
the new value.</p>
<p>When the context is created, the <code title=dom-context-2d-miterLimit><a href=#dom-context-2d-miterlimit>miterLimit</a></code> attribute must
initially have the value <code>10.0</code>.</p>
<!-- XXX this section doesn't say what these attributes return or
what they do on setting. not a big deal; it's pretty obvious. but if
anyone complains, we'll have to add it -->
<!--
v4: dashed lines have been requested. Philip Taylor provides these
notes on what would need to be defined for dashed lines:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters