[presentation-api] Pull Request: Issue #396: Migrate HTML 5.0 references to HTML 5.1

tidoust has just submitted a new pull request for 
https://github.com/w3c/presentation-api:

== Issue #396: Migrate HTML 5.0 references to HTML 5.1 ==
This commit updates all HTML 5.0 references to HTML 5.1.

To help assess references stability (issue #295), the spec now also 
directly references the WebIDL Level 1 Recommendation, pointing out 
that NotAllowedError is defined in WebIDL Level 2. References to the 
WHATWG version of HTML for "current settings object" and "relevant 
settings object" now target HTML 5.1 as well.

Other changes introduced in this commit:
- Correct nesting of `<a>`, `<code>`, `<dfn>` to make sure code 
definitions get styled in red as expected
- ReSpec now automatically supports aliases such as "start()" for 
method, so dropped the now redundant alias definitions.
- Turned references incorrectly marked as informative into normative 
references (UUID, cookies, RFCs).

See https://github.com/w3c/presentation-api/pull/404

Received on Tuesday, 10 January 2017 20:33:23 UTC