From 39098184f795a75887239af5a34d812f2994dd95 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Fri, 18 Oct 2019 20:27:08 -0400 Subject: [PATCH] Editorial: attribute domintro/index tweaks * Adds an annotation to prevent "is" and "dir" from getting over-explained, per https://github.com/whatwg/html-build/pull/210. * Removes the double description of the disabled attribute (attr-fe-disabled), once for form elements and once for form-associated custom elements. There is only one so there should be only one attribute index entry. --- source | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/source b/source index cec2605f0fa..27d7dafff7e 100644 --- a/source +++ b/source @@ -22284,7 +22284,7 @@ wormhole connection.</mark></p>
Phrasing content.
Content attributes:
Global attributes
-
Also, the dir global attribute has special semantics on this element.
+
Also, the dir global attribute has special semantics on this element.
DOM interface:
Uses HTMLElement.
@@ -22345,7 +22345,7 @@ wormhole connection.</mark></p>
Phrasing content.
Content attributes:
Global attributes
-
Also, the dir global attribute has special semantics on this element.
+
Also, the dir global attribute has special semantics on this element.
DOM interface:
Uses HTMLElement.
@@ -66865,7 +66865,7 @@ document.body.append(parent);
Content model:
Transparent.
Content attributes:
-
Global attributes, except the is attribute
+
Global attributes, except the is attribute
form, for form-associated custom elements
disabled, for form-associated custom elements
readonly, for form-associated custom elements
@@ -121283,15 +121283,10 @@ interface External { optgroup; option; select; - textarea + textarea; + form-associated custom elements Whether the form control is disabled Boolean attribute - - disabled - form-associated custom elements - Trigger "formDisabledCallback" reaction, and - disable form submission for the element's data. - Boolean attribute disabled fieldset