From 259a2dd29aee5ca782502a6e4eeaf4796bea00d2 Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Tue, 16 Jul 2024 15:34:42 -0400 Subject: [PATCH 1/3] Add `
` --- features/{draft/html-elements => }/blockquote.yml | 3 +-- features/{draft/html-elements => }/blockquote.yml.dist | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename features/{draft/html-elements => }/blockquote.yml (56%) rename features/{draft/html-elements => }/blockquote.yml.dist (100%) diff --git a/features/draft/html-elements/blockquote.yml b/features/blockquote.yml similarity index 56% rename from features/draft/html-elements/blockquote.yml rename to features/blockquote.yml index a85c23eee09..02586534046 100644 --- a/features/draft/html-elements/blockquote.yml +++ b/features/blockquote.yml @@ -1,6 +1,5 @@ -draft_date: 2024-06-05 name:
-description: The `
` element TODO. +description: The `
` element indicates that the enclosed text is an extended quotation, usually rendered as a block element that is indented. spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-blockquote-element group: html compat_features: diff --git a/features/draft/html-elements/blockquote.yml.dist b/features/blockquote.yml.dist similarity index 100% rename from features/draft/html-elements/blockquote.yml.dist rename to features/blockquote.yml.dist From 2e86d49bd83872525e6aa9e1de6bd9ffd44f3b58 Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Fri, 19 Jul 2024 10:16:03 -0400 Subject: [PATCH 2/3] html -> html-elements --- features/blockquote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/blockquote.yml b/features/blockquote.yml index 02586534046..f406cb9c2f2 100644 --- a/features/blockquote.yml +++ b/features/blockquote.yml @@ -1,7 +1,7 @@ name:
description: The `
` element indicates that the enclosed text is an extended quotation, usually rendered as a block element that is indented. spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-blockquote-element -group: html +group: html-elements compat_features: - html.elements.blockquote - html.elements.blockquote.cite From f19df71f267e3b8be606ca8845daa1fa864919b2 Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Mon, 29 Jul 2024 13:55:38 -0400 Subject: [PATCH 3/3] Update features/blockquote.yml Co-authored-by: Daniel D. Beck --- features/blockquote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/blockquote.yml b/features/blockquote.yml index f406cb9c2f2..a0e4e832d67 100644 --- a/features/blockquote.yml +++ b/features/blockquote.yml @@ -1,5 +1,5 @@ name:
-description: The `
` element indicates that the enclosed text is an extended quotation, usually rendered as a block element that is indented. +description: The `
` element represents an extended quotation, styling contents as an indented block by default. spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-blockquote-element group: html-elements compat_features: