| Index: third_party/WebKit/Source/core/dom/Element.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl
|
| index a17419e191db8e96c7e181d0b68cc43e9d0b9b98..544f15ac91f8cd13707dde8622f9727a53809cc8 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Element.idl
|
| @@ -83,13 +83,13 @@ interface Element : Node {
|
| [ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement? assignedSlot;
|
|
|
| // DOM Parsing and Serialization
|
| - // https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#extensions-to-the-element-interface
|
| + // https://w3c.github.io/DOM-Parsing/#extensions-to-the-element-interface
|
| [TreatNullAs=NullString, CEReactions, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML;
|
| [TreatNullAs=NullString, CEReactions, CustomElementCallbacks, RaisesException=Setter] attribute DOMString outerHTML;
|
| [CEReactions, CustomElementCallbacks, RaisesException] void insertAdjacentHTML(DOMString position, DOMString text);
|
|
|
| // Pointer Lock
|
| - // https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#extensions-to-the-element-interface
|
| + // https://w3c.github.io/pointerlock/#extensions-to-the-element-interface
|
| [MeasureAs=ElementRequestPointerLock] void requestPointerLock();
|
|
|
| // CSSOM View Module
|
|
|