Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Integrate WHATWG changes into 5.2 (Hijacked) #747

Merged
merged 33 commits into from Dec 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ebcc9a9
Reflecting a broken URL should return the unparsed value
arronei Aug 31, 2016
18fa0d5
Allow currentScript to return SVGScriptElement
arronei Aug 31, 2016
57756aa
Merge branch 'master' of https://github.com/w3c/html into integrate
arronei Sep 19, 2016
2752118
Add MathML and SVG to dependencies and cross reference them correctly
arronei Sep 19, 2016
77b4e7e
Resetting a textarea should reset its dirty value flag
arronei Sep 19, 2016
a00a76e
Editorial: formatting changes
arronei Sep 19, 2016
3f1e8c3
Editorial: formatting fixes
arronei Sep 19, 2016
dae0d95
remove domain to ascii term
arronei Sep 19, 2016
a33bd5b
Editorial: Linking and formatting issues
arronei Sep 20, 2016
4fb1f3d
Add recursion check to frame elements
arronei Sep 20, 2016
36e9926
Editorial: formatting lines
arronei Sep 20, 2016
a206467
Make document.open() and close() check for XML document
arronei Sep 20, 2016
1a2908a
Fix linking error
arronei Sep 20, 2016
0495f10
Editorial: formatting and linking
arronei Sep 20, 2016
1877728
Change data type for HashChageEvent to match reality
arronei Sep 20, 2016
b82b33c
Add missing p tag
arronei Sep 20, 2016
603b3ec
Give more media controls examples
arronei Sep 21, 2016
1c09c3d
Editorial: define Event attribute defaults through IDL
arronei Sep 21, 2016
63b3fe3
Editorial: clarify the special and ordinary parser categories
arronei Sep 21, 2016
db056d6
Editorial: linking and formatting
arronei Sep 21, 2016
22dd3d4
Make marker of summary inside
arronei Sep 21, 2016
6a7a874
Editorial fixes and linking
arronei Sep 21, 2016
9e24b16
Editorial: synchronize with the DOM Standard
arronei Sep 22, 2016
0c747ad
Editorial: Remove duplicate paragraph
arronei Sep 23, 2016
9f28262
Editorial: unwrap link
arronei Sep 23, 2016
e35fea6
Editorial: linking fixes and line wrapping
arronei Sep 23, 2016
7114220
Make selection members nullable types
arronei Sep 23, 2016
89e1e14
Formalize bogus comment state
arronei Sep 23, 2016
9e7d71e
Fix linking errors
arronei Sep 23, 2016
219fcde
Merge branch 'master' of https://github.com/w3c/html into integrate
arronei Nov 4, 2016
203301f
Merge branch 'master' of https://github.com/w3c/html into integrate
arronei Nov 10, 2016
97320a6
Merge branch 'master' of https://github.com/w3c/html into integrate
arronei Nov 29, 2016
1711c12
Merge branch 'master' into hijack-arronei-integrate
travisleithead Dec 7, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions sections/semantics-document-metadata.include
Expand Up @@ -498,8 +498,8 @@
<var>url</var> and <var>corsAttributeState</var>.
5. Set <var>request</var>'s <a>client</a> to the <{link}> element's <a>node document</a>'s
{{Window}} object's <a>environment settings object</a>.
6. Set <var>request</var>'s <span>cryptographic
nonce metadata</span> to the current state of the <{link}> element's <{link/nonce}> content attribute.
6. Set <var>request</var>'s <a>cryptographic nonce metadata</a> to the current state of the
<{link}> element's <{link/nonce}> content attribute.
7. <a>Fetch</a> <var>request</var>.

User agents may opt to only try to obtain such resources when they are needed, instead of
Expand Down
6 changes: 3 additions & 3 deletions sections/semantics-embedded-content.include
Expand Up @@ -1147,8 +1147,8 @@

<li>&#x231B; <a>Queue a task</a> to change the <a>current request</a>'s <a>current URL</a> to
the empty string, and then, if the element has a
<code>src</code> attribute or it uses <code>srcset</code> or <code>picture</code>, <a>fire a simple
event</a> named <code>error</code> at the <{img}>
<code>src</code> attribute or it uses <code>srcset</code> or <code>picture</code>,
<a>fire a simple event</a> named <code>error</code> at the <{img}>
element.</li>

<li>&#x231B; Abort this algorithm.</li>
Expand Down Expand Up @@ -5480,7 +5480,7 @@ attribute's value is a type that a <a>plugin</a> supports, then the value of the
(e.g., fullscreen or in an independent resizable window). Captions, subtitles or other additional
visual tracks should remain available and visible when enabled. As for the other user interface
features, controls to enable this should not interfere with the page's normal rendering unless
the user agent is exposing a user interfaceAs for the other user interface features, controls to
the user agent is exposing a user interface. As for the other user interface features, controls to
enable this should not interfere with the page's normal rendering unless the user agent is
<a>exposing a user interface</a>. In such an independent context, however, user agents may make
full user interfaces visible e.g., play, pause, seeking, and volume controls even if the
Expand Down
4 changes: 2 additions & 2 deletions sections/semantics-grouping-content.include
Expand Up @@ -1570,7 +1570,7 @@
<dt><a>Categories</a>:</dt>
<dd>None.</dd>
<dt><a>Contexts in which this element can be used</a>:</dt>
<dd>As a child of a <{figure}> element.</dd>
<dd>As a descendant of a <{figure}> element.</dd>
<dt><a>Content model</a>:</dt>
<dd><a>Flow content</a>.</dd>
<dt><a>Tag omission in text/html</a>:</dt>
Expand All @@ -1588,7 +1588,7 @@
</dl>

The <{figcaption}> element <a>represents</a> a caption or legend for the rest of the
contents of the <{figcaption}> element's nearest ancestor <{figure}> element, if any.
contents of the <{figcaption}> element's parent <{figure}> element, if any.

<h4 id="the-main-element">The <dfn element><code>main</code></dfn> element</h4>
<dl class="element">
Expand Down