Add some single quote to attribute values
authorBrian Birtles <birtles@gmail.com>
Tue, 31 Jul 2012 16:18:20 +0900
changeset 220 c1fa5f71386a
parent 219 08ba71043b8c
child 221 e07a1681ad6f
Add some single quote to attribute values
master/masking.html
--- a/master/masking.html	Tue Jul 31 15:59:28 2012 +0900
+++ b/master/masking.html	Tue Jul 31 16:18:20 2012 +0900
@@ -982,17 +982,17 @@
       <li>Create a new <a>'mask element'</a> element as a sibling of the
           paint server element.</li>
       <li>Let the <a>'maskUnits'</a> attribute be <span
-          class="attr-value">userSpaceOnUse</span>.</li>
+          class="attr-value">'userSpaceOnUse'</span>.</li>
       <li>Let the dimensions of the mask 
           (<a>'x'</a>, <a>'y'</a>, <a>'width'</a>, and <a>'height'</a>)
           match the dimensions of the decorated bounding box of the mask
           target.</li>
       <li>Let the <a>'maskContentUnits'</a> attribute be <span
-          class="attr-value">objectBoundingBox</span>.</li>
+          class="attr-value">'objectBoundingBox'</span>.</li>
       <li>Create a new <a>'rect'</a> element as a child of the newly
           created <a>'mask element'</a> element.</li>
       <li>Let both the width and the height of the <a>'rect'</a> element be
-          <span class="attr-value">100%</span>.</li>
+          <span class="attr-value">'100%'</span>.</li>
       <li>Let the <a>'fill'</a> property of the <a>'rect'</a> element
           refer to the paint server element.</li>
       <li>Use the newly created <a>'mask element'</a> as the mask source.</li>
@@ -1010,7 +1010,7 @@
       <li>Create a new <a>'mask element'</a> element as a sibling of the
           source element.</li>
       <li>Let the <a>'maskUnits'</a> attribute be <span
-          class="attr-value">userSpaceOnUse</span>.</li>
+          class="attr-value">'userSpaceOnUse'</span>.</li>
       <li>Let the dimensions of the mask 
           (<a>'x'</a>, <a>'y'</a>, <a>'width'</a>, and <a>'height'</a>)
           match the dimensions of the decorated bounding box of the mask