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

Commit

Permalink
Sync with Chaals' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
edent committed Feb 17, 2018
1 parent 3f69714 commit 19639b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sections/changes.include
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ and the <a href="https://www.w3.org/TR/2017/WD-html53-20171214/">HTML 5.3 First
<dd>Substantive change. Fixed <a href="https://github.com/w3c/html/issues/890">issue 890</a></dd>
<dt><a href="https://github.com/w3c/html/pull/1123">Removing magic alignment for <code>dialog</code> element</a></dt>
<dd>Removed due to lack of implementation. Fixed <a href="https://github.com/w3c/html/issues/1108">issue 1108</a></dd>
<dt><a href="https://github.com/w3c/html/pull/tbd">nonce now operate on the <a href="#cryptographicnonce">[[<span>CryptographicNonce</span>]]</a></dt>
<dt><a href="https://github.com/w3c/html/pull/tbd">nonce now uses</a> the <a href="#cryptographicnonce">[[<span>CryptographicNonce</span>]]</a></dt>
<dd><a href="https://github.com/w3c/html/issues/1121">Hide `nonce` content attribute</a></dd>
<dt><a href="https://github.com/w3c/html/pull/1152">Removed section on <code>anchor-points</code></a></dt>
<dd>Substantive change. Fixed <a href="https://github.com/w3c/html/issues/1104">issue 1104</a></dd>
<dt><a href="https://github.com/w3c/html/pull/1167">Issue 1167</a> added <{media/disableRemotePlayback}> to the {{HTMLMediaElement}} interface</dt>
<dt><a href="https://github.com/w3c/html/pull/1167">Added <code>disableRemotePlayback</code> to the <code>HTMLMediaElement</code> interface</a></dt>
<dd>Fixed <a href="https://github.com/w3c/html/issues/1047">issue 1047</a></dd>
<dt><a href="https://github.com/w3c/html/pull/1177">Cleaned up the Fetch sections</a> to apply the <a>cryptographic nonce metadata</a>,
and the <{script/integrity}> attribute from [[SRI]]</dt>
Expand Down
4 changes: 2 additions & 2 deletions sections/semantics-forms.include
Original file line number Diff line number Diff line change
Expand Up @@ -8633,7 +8633,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>
<a for="progress">current value</a> relative to the <a for="progress">maximum value</a>,
e.g. by filling an appropriate fraction of the widget in a contrasting color.

<h5 id="determinate-progress-bar">Determinate progress bars</h5>
<h5 id="sec-determinate-progress-bar">Determinate progress bars</h5>

Authors are encouraged to include the current value and the <a for="progress">maximum value</a> inline as text
inside the element, so that the progress is made available to users of legacy user agents.
Expand Down Expand Up @@ -8679,7 +8679,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>
The {{HTMLProgressElement/position}} IDL attribute must return the
result of dividing the <a for="progress">current value</a> by the <a for="progress">maximum value</a>.

<h5 id="indeterminate-progress-bar">Indeterminate progress bars</h5>
<h5 id="sec-indeterminate-progress-bar">Indeterminate progress bars</h5>

<div class="example">
Here is a snippet of a Web application that shows whether a task is complete:
Expand Down

0 comments on commit 19639b8

Please sign in to comment.