Skip to content

Commit

Permalink
Add <cite>, <p>, <pre>, and <q> (#1381)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
3 people authored Jul 19, 2024
1 parent 75ec245 commit 4c6d1e6
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 21 deletions.
6 changes: 6 additions & 0 deletions features/cite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: <cite>
description: The `<cite>` element represents the title of a quoted, referenced, or mentioned creative work, such as a film or book.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-cite-element
group: html-elements
compat_features:
- html.elements.cite
File renamed without changes.
7 changes: 0 additions & 7 deletions features/draft/html-elements/cite.yml

This file was deleted.

8 changes: 0 additions & 8 deletions features/draft/html-elements/pre.yml

This file was deleted.

5 changes: 2 additions & 3 deletions features/draft/html-elements/p.yml → features/p.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
draft_date: 2024-06-05
name: <p>
description: The `<p>` element TODO.
description: The `<p>` element represents a paragraph of text.
spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-p-element
group: html
group: html-elements
compat_features:
- api.HTMLParagraphElement
- html.elements.p
File renamed without changes.
7 changes: 7 additions & 0 deletions features/pre.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: <pre>
description: The `<pre>` element represents a block element of preformatted text that is presented exactly as written, including all white space.
spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-pre-element
group: html-elements
compat_features:
- api.HTMLPreElement
- html.elements.pre
File renamed without changes.
5 changes: 2 additions & 3 deletions features/draft/html-elements/q.yml → features/q.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
draft_date: 2024-06-05
name: <q>
description: The `<q>` element TODO.
description: The `<q>` element represents a short inline quotation.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-q-element
group: html
group: html-elements
compat_features:
- api.HTMLQuoteElement
- api.HTMLQuoteElement.cite
Expand Down
File renamed without changes.

0 comments on commit 4c6d1e6

Please sign in to comment.