-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add <cite>, <p>, <pre>, and <q> #1381
Conversation
Co-authored-by: Philip Jägenstedt <[email protected]>
Co-authored-by: Daniel D. Beck <[email protected]>
updated based on feedback |
@petele yes, |
Ah - got it. From the error message, it wasn't clear if the error was in the Fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I'm suggesting the group changes for consistency with #1467. But after those changes are applied, this is ready.
features/cite.yml
Outdated
name: <cite> | ||
description: The `<cite>` element TODO. | ||
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
group: html | |
group: html-elements |
features/p.yml
Outdated
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
group: html | |
group: html-elements |
features/pre.yml
Outdated
name: <pre> | ||
description: The `<pre>` element TODO. | ||
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
group: html | |
group: html-elements |
features/q.yml
Outdated
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
group: html | |
group: html-elements |
@petele you read my mind on the group changes! Thank you! |
No description provided.