Skip to content

Commit

Permalink
Remove reference to error processing (that does not talk about invali…
Browse files Browse the repository at this point in the history
…ding attributes) for invalid viewbox. Closes #52.
  • Loading branch information
nikosandronikos committed Jun 21, 2016
1 parent 85ba249 commit bd5e6fb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions master/coords.html
Expand Up @@ -277,11 +277,10 @@ <h2 id="ViewBoxAttribute">The <span class="attr-name">'viewBox'</span> attribute
<a href="#ComputingAViewportsTransform">Computing the equivalent transform of an SVG viewport</a>.
</p>

<p>A negative value for <span
class="attr-value">&lt;width&gt;</span> or <span
class="attr-value">&lt;height&gt;</span> is an error (see <a
href="implnote.html#ErrorProcessing">Error processing</a>). A
value of zero disables rendering of the element.</p>
<p>A negative value for <span class="attr-value">&lt;width&gt;</span> or
<span class="attr-value">&lt;height&gt;</span> is an error and invalidates
the <a>'viewBox'</a> attribute. A value of zero disables rendering of the
element.</p>

<div class="example">
<p id="ExampleViewBox"><span class="example-ref">Example ViewBox</span> illustrates
Expand Down

0 comments on commit bd5e6fb

Please sign in to comment.