Re: [whatwg/xhr] Integrate feature policy (#177)

clelland commented on this pull request.



> @@ -2031,6 +2039,19 @@ attributes initialized to false, so it is suggested that for consistency all
 {{ProgressEvent}} interface do the same.
 
 
+<h3 id=feature-policy>Feature Policy Integration</h3>
+
+<p>This specification defines a policy-controlled feature named <dfn>Synchronous
+XMLHttpRequest</dfn>.

I wanted to decouple the name of the feature from the character string used to denote it in policies

The spec just says that there are [policy-controlled features](https://wicg.github.io/feature-policy/#features), and they have a *feature name*, which is defined in the ABNF as `1*( ALPHA / DIGIT / "-")` 

-- 
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/xhr/pull/177#discussion_r157813638

Received on Tuesday, 19 December 2017 16:58:09 UTC