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

annevk commented on this pull request.



> @@ -5776,8 +5776,8 @@ This and <a lt="other applicable specifications">other specifications</a> may de
 
 <ol>
  <li>
-  <p>If <var>inserted</var> is [=connected=], and it has a content attribute (<var>attr</var>) whose
-  value is not the empty string, then:</p>
+  <p>If <var>inserted</var> is [=connected=], and it has a content attribute (<var>attr</var>) named
+  [=Attr/local name=] "<code>nonce</code>" whose [=Attr/value=] is not the empty string, then:</p>

You want to use https://dom.spec.whatwg.org/#concept-named-attribute since this is still not precise enough.

-- 
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-31874295

Received on Monday, 10 April 2017 15:22:57 UTC