From 19639b8e2e195080b47c2f3caf06fddf2a7bacb1 Mon Sep 17 00:00:00 2001 From: edent Date: Sat, 17 Feb 2018 16:18:28 +0000 Subject: [PATCH] Sync with Chaals' changes Re #1215 --- sections/changes.include | 4 ++-- sections/semantics-forms.include | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sections/changes.include b/sections/changes.include index 7ca0fdfaed..0734588c81 100644 --- a/sections/changes.include +++ b/sections/changes.include @@ -29,11 +29,11 @@ and the HTML 5.3 First
Substantive change. Fixed issue 890
Removing magic alignment for dialog element
Removed due to lack of implementation. Fixed issue 1108
-
nonce now operate on the [[CryptographicNonce]]
+
nonce now uses the [[CryptographicNonce]]
Hide `nonce` content attribute
Removed section on anchor-points
Substantive change. Fixed issue 1104
-
Issue 1167 added <{media/disableRemotePlayback}> to the {{HTMLMediaElement}} interface
+
Added disableRemotePlayback to the HTMLMediaElement interface
Fixed issue 1047
Cleaned up the Fetch sections to apply the cryptographic nonce metadata, and the <{script/integrity}> attribute from [[SRI]]
diff --git a/sections/semantics-forms.include b/sections/semantics-forms.include index d613032320..8635c50b03 100644 --- a/sections/semantics-forms.include +++ b/sections/semantics-forms.include @@ -8633,7 +8633,7 @@ You cannot submit this form when the field is incorrect. current value relative to the maximum value, e.g. by filling an appropriate fraction of the widget in a contrasting color. -
Determinate progress bars
+
Determinate progress bars
Authors are encouraged to include the current value and the maximum value inline as text inside the element, so that the progress is made available to users of legacy user agents. @@ -8679,7 +8679,7 @@ You cannot submit this form when the field is incorrect. The {{HTMLProgressElement/position}} IDL attribute must return the result of dividing the current value by the maximum value. -
Indeterminate progress bars
+
Indeterminate progress bars
Here is a snippet of a Web application that shows whether a task is complete: