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

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

Trying again in https://github.com/whatwg/dom/pull/436/commits/78db5fb120d10477b70f3f570ebea88def16d4bd. :)

-- 
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#discussion_r110686293

Received on Monday, 10 April 2017 15:26:36 UTC