- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Mon, 10 Feb 2014 06:22:35 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/42ec880c9cbd branches: changeset: 631:42ec880c9cbd user: Erik Dahlstrom <ed@opera.com> date: Mon Feb 10 15:20:28 2014 +0100 description: ACTION-3561: Clarify that <script> is not affected by <switch>. diffstat: master/changes.html | 2 ++ master/struct.html | 3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) diffs (45 lines): diff --git a/master/changes.html b/master/changes.html --- a/master/changes.html +++ b/master/changes.html @@ -119,16 +119,18 @@ have been made.</p> <li class="added-since-last-wd">Defined event handler content attributes and IDL attributes on the root <a>'svg'</a> element to be for events fired at the <a>Window</a>, like HTML's event handler content attributes and IDL attribute on <code>body</code>.</li> <li class="added-since-last-wd">Moved the <a>'image'</a> element to the <a href='embedded.html'>Embedded Content chapter</a>.</li> <li class="added-since-last-wd">Removed the <code>SVGElementInstance</code> and <code>SVGElementInstanceList</code> interfaces, and the corresponding attributes on the <a>SVGUseElement</a> interface.</li> <li class="added-since-last-wd">Changed the <a>'use'</a> element event flow to follow the Shadow DOM spec.</li> + + <li class="added-since-last-wd">Clarified that the <a>'switch'</a> element does not affect processing of <a>'script'</a> elements.</li> </ul> <h3 id="styling">Styling chapter</h3> <ul> <li>Removed the <span class="attr-name">'contentStyleType'</span> attribute.</li> </ul> diff --git a/master/struct.html b/master/struct.html --- a/master/struct.html +++ b/master/struct.html @@ -1486,16 +1486,19 @@ bypassed/not rendered.</p> <p>Note that the values of properties <a>'display'</a> and <a>'visibility'</a> have no effect on <a>'switch'</a> element processing. In particular, setting <a>'display'</a> to <span class="prop-value">none</span> on a child of a <a>'switch'</a> element has no effect on true/false testing associated with <a>'switch'</a> element processing.</p> +<p>The <a>'switch'</a> element does not affect processing of +<a>'script'</a> elements.</p> + <p>For more information and an example, see <a href="extend.html#ForeignObjectElement">Embedding foreign object types</a>.</p> <h3 id="ConditionalProcessingRequiredFeaturesAttribute">The <span class='attr-name'>'requiredFeatures'</span> attribute</h3> <dl class="attrdef-list"> <dt>
Received on Monday, 10 February 2014 14:23:03 UTC