From 5b458b1fd3ca189aef9d9d4835ba0026c32cf7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 7 Oct 2015 13:45:11 +0200 Subject: [PATCH] Remove the HTMLAreaElement.hreflang and type IDL attributes The content attributes are left as conforming, the IDL attributes are removed simply because they are not implemented, and implementing them would not be particularly worthwhile, while temporarily decreasing interoperability until all browsers have implemented them. Fixes https://github.com/whatwg/html/issues/232 --- source | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source b/source index 0f21842fb73..df277634234 100644 --- a/source +++ b/source @@ -36768,8 +36768,6 @@ dictionary TrackEventInit : EventInit { [PutForwards=value] readonly attribute DOMSettableTokenList ping; attribute DOMString rel; readonly attribute DOMTokenList relList; - attribute DOMString hreflang; - attribute DOMString type; }; HTMLAreaElement implements HTMLHyperlinkElementUtils; @@ -36939,9 +36937,12 @@ dictionary TrackEventInit : EventInit { -

The IDL attributes alt, coords, target, download, ping, rel, - hreflang, and type, each must reflect the respective - content attributes of the same name.

+

The IDL attributes alt, coords, target, download, ping, and rel, + each must reflect the respective content attributes of the same name.

The IDL attribute shape must reflect the shape content attribute.