From 4c51c537b0fde55836a6b49c78ee829a558e1021 Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Mon, 11 Nov 2024 12:40:26 -0800 Subject: [PATCH 1/3] [css-ui-4] Add 'interactivity' property, per #10711 --- css-ui-4/Overview.bs | 98 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/css-ui-4/Overview.bs b/css-ui-4/Overview.bs index c5353cc3f39..14af8932cd0 100644 --- a/css-ui-4/Overview.bs +++ b/css-ui-4/Overview.bs @@ -62,6 +62,7 @@ Ignore Can I Use URL Failure: https://drafts.csswg.org/css-ui-4/ Ignore Can I Use URL Failure: http://drafts.csswg.org/css-ui-4/ Ignore Can I Use URL Failure: https://www.w3.org/TR/css-ui-4/ Ignore Can I Use URL Failure: http://www.w3.org/TR/css-ui-4/ +Indent: 2
 urlPrefix: https://html.spec.whatwg.org/multipage/; spec:HTML
-	text:password; type:attr-value; for:input/type; url: input.html#attr-input-type-password-keyword
+	type:attr-value; text:password; for:input/type; url: input.html#attr-input-type-password-keyword
+	type:element-attr; text:inert; for:html-global; url: interaction.html#the-inert-attribute