Migrate HTML 5.0 references to HTML 5.1? #396

Closed
mfoltzgoogle opened this Issue Dec 19, 2016 · 1 comment

Comments

Projects
None yet
1 participant
Contributor

mfoltzgoogle commented Dec 19, 2016

The spec currently has a mix of references to HTML 5.0 and HTML 5.1. Now that HTML 5.1 is Technical Recommendation, it might be clearer to convert all term definitions to references to HTML 5.1, assuming there are no significant behavioral differences implied.

tidoust referenced this issue Dec 19, 2016

Closed

Check references category and stability #295

14 of 14 tasks complete

@tidoust tidoust pushed a commit to tidoust/presentation-api that referenced this issue Jan 10, 2017

François Daoust 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 HMTL 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).
65928d2

@mfoltzgoogle mfoltzgoogle added a commit that referenced this issue Jan 11, 2017

@tidoust @mfoltzgoogle tidoust + mfoltzgoogle Issue #396: Migrate HTML 5.0 references to HTML 5.1 (#404)
* 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 HMTL 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).

* HTML 5.1 terms moved to a list, () dropped from method references

Addressing @mfoltzgoogle comments on previous commit, the list of HTML 5.1
terms are now defined in a list, sorted by alphabetic order.

Parentheses next to method names now dropped throughout the specification.
4df5120

@mfoltzgoogle mfoltzgoogle added a commit that referenced this issue Jan 11, 2017

@mfoltzgoogle mfoltzgoogle Move throw to WEBIDL-1 definition list.
Followup to close out Issue #396: Migrate HTML 5.0 references to HTML 5.1.
5a05c85
Contributor

mfoltzgoogle commented Jan 11, 2017 edited

Closed by the two commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment