Re: [whatwg/dom] Hide `nonce` content attribute values from non-script sources. (#436)

annevk commented on this pull request.

Overall this seems fine. Small meta-concern about when to use HTMLElement and SVGElement and when to use Element, but if everyone is happy that is good enough and this does follow the precedent we've established for a couple other attributes.

> @@ -5769,6 +5772,33 @@ This and <a lt="other applicable specifications">other specifications</a> may de
 <a for=/>elements</a>. The algorithm is passed <var>element</var>, <var>localName</var>,
 <var>oldValue</var>, <var>value</var>, and <var>namespace</var>.
 
+<p>The [=insertion steps=] for an {{Element}} (<var>inserted</var>) are as follows:
+
+<ol>
+ <li>
+  <p>If <var>inserted</var> is [=connected=], and it has a content attribute (<var>attr</var>) whose

Shouldn't this actually name the attribute in question?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/436#pullrequestreview-31862362

Received on Monday, 10 April 2017 14:44:52 UTC