You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>The coordinate system has its origin at the top left corner of the <i>concrete object size</i> it's being drawn into, and the same width and height as the <i>concrete object size</i>. <ahref="http://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a> are sized equivalently to the CSS ''px'' unit.</dd>
472
472
</dl>
473
473
474
-
<p>Because paint sources have an intrinsic appearance, it's not necessary for the element providing them to be in a document - for example, one can simply create an element with JavaScript and directly assign it to the CSSElementMap in HTML. However, some paint sources (such as an SVG <code><pattern></code>) depend on style information for their appearance, and it's currently largely undefined how styling information is assigned to an element fragment that's not part of a document. (For example, does the fragment receive styles from the active document? What if it has its own <code><style></code> or <code><link rel=stylesheet></code> in it?) This specification explicitly does not define how such a fragment is styled; it is expected that CSS will define it in sufficient detail in the future.</p>
474
+
<divclass='note'>
475
+
<p>Because paint sources have an intrinsic appearance, it's not necessary for the element providing them to be in a document - for example, one can simply create an element with JavaScript and directly assign it to the CSSElementMap in HTML. However, some paint sources (such as an SVG <code><pattern></code>) depend on style information for their appearance, and it's currently largely undefined how styling information is assigned to an element fragment that's not part of a document. (For example, does the fragment receive styles from the active document? What if it has its own <code><style></code> or <code><link rel=stylesheet></code> in it?) This specification explicitly does not define how such a fragment is styled; it is expected that CSS will define it in sufficient detail in the future.</p>
475
476
476
-
<p>For now, it is recommended that such fragments be inserted into a document before being referenced. For example, a <code><pattern></code> element may be placed into a ''display:none'' <code><svg></code> element's <code><defs></code> element within a document; this has no rendering or layout effects on the document, but the style inheritance is well-defined.</p>
477
+
<p>For now, it is recommended that such fragments be inserted into a document before being referenced. For example, a <code><pattern></code> element may be placed into a ''display:none'' <code><svg></code> element's <code><defs></code> element within a document; this has no rendering or layout effects on the document, but the style inheritance is well-defined.</p>
0 commit comments