Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1097)

Unified Diff: Source/core/html/HTMLProgressElement.idl

Issue 1028633005: Sync HTML element interfaces O-Q with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: clear up HTMLImageElement confusion Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLPreElement.idl ('k') | Source/core/html/HTMLQuoteElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLProgressElement.idl
diff --git a/Source/core/html/HTMLProgressElement.idl b/Source/core/html/HTMLProgressElement.idl
index ff4e4675b16b617d6af5b5231fd728fdd75f4b71..e686bd51cd85944e046edcb8629b145b5b90b952 100644
--- a/Source/core/html/HTMLProgressElement.idl
+++ b/Source/core/html/HTMLProgressElement.idl
@@ -17,11 +17,11 @@
* Boston, MA 02110-1301, USA.
*/
-// http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#htmlprogresselement
+// https://html.spec.whatwg.org/#htmlprogresselement
interface HTMLProgressElement : HTMLElement {
- attribute double value;
- attribute double max;
+ attribute double value;
+ attribute double max;
readonly attribute double position;
readonly attribute NodeList labels;
};
« no previous file with comments | « Source/core/html/HTMLPreElement.idl ('k') | Source/core/html/HTMLQuoteElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698