From fdb7b1cf7763a428075d1dca31979e9a11358452 Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Tue, 16 Jul 2024 14:26:41 -0400 Subject: [PATCH 1/3] Add `` element --- features/{draft/html-elements => }/kbd.yml | 3 +-- features/{draft/html-elements => }/kbd.yml.dist | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename features/{draft/html-elements => }/kbd.yml (51%) rename features/{draft/html-elements => }/kbd.yml.dist (100%) diff --git a/features/draft/html-elements/kbd.yml b/features/kbd.yml similarity index 51% rename from features/draft/html-elements/kbd.yml rename to features/kbd.yml index 57939dc5c6c..cdea6396323 100644 --- a/features/draft/html-elements/kbd.yml +++ b/features/kbd.yml @@ -1,6 +1,5 @@ -draft_date: 2024-06-05 name: -description: The `` element TODO. +description: The `` element represents a span of inline text denoting textual user input and is usually rendered in a monospace font. spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-kbd-element group: html compat_features: diff --git a/features/draft/html-elements/kbd.yml.dist b/features/kbd.yml.dist similarity index 100% rename from features/draft/html-elements/kbd.yml.dist rename to features/kbd.yml.dist From 58b879e9d8f66b3476439a1e136c9193c47938a7 Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Fri, 19 Jul 2024 10:14:34 -0400 Subject: [PATCH 2/3] html -> html-elements --- features/kbd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/kbd.yml b/features/kbd.yml index cdea6396323..2c93deddf2e 100644 --- a/features/kbd.yml +++ b/features/kbd.yml @@ -1,6 +1,6 @@ name: description: The `` element represents a span of inline text denoting textual user input and is usually rendered in a monospace font. spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-kbd-element -group: html +group: html-elements compat_features: - html.elements.kbd From 33628fde2f94d3f2d750fd41665594aaf8a2a260 Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Mon, 29 Jul 2024 13:55:23 -0400 Subject: [PATCH 3/3] Update features/kbd.yml Co-authored-by: Daniel D. Beck --- features/kbd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/kbd.yml b/features/kbd.yml index 2c93deddf2e..3412a145b08 100644 --- a/features/kbd.yml +++ b/features/kbd.yml @@ -1,5 +1,5 @@ name: -description: The `` element represents a span of inline text denoting textual user input and is usually rendered in a monospace font. +description: The `` element represents textual user input, such as keyboard or voice input, styling text in monospaced type by default. spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-kbd-element group: html-elements compat_features: