You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the item pages, the name, subtitle and description are all heading tags.
Subtitle and Description are not headings.
Also these pages do not have an h1.
Suggestion
Use h1 for the item name.
Use a <p> or <div> tag with font-size: 1.6rem as subtitle.
Use a <p> tag with font-size: 1rem as description.
For multi-line descriptions, use <span> with display: block to emulate a <div>, while conforming to the HTML spec.
The tooltips on the keyboard bindings can probably also be done with <span>.
Elements like <div> and <p> are not permitted inside <p> itself.
Issue
On the item pages, the name, subtitle and description are all heading tags.
Subtitle and Description are not headings.
Also these pages do not have an
h1
.Suggestion
Use
h1
for the item name.Use a
<p>
or<div>
tag withfont-size: 1.6rem
as subtitle.Use a
<p>
tag withfont-size: 1rem
as description.For multi-line descriptions, use
<span>
withdisplay: block
to emulate a<div>
, while conforming to the HTML spec.The tooltips on the keyboard bindings can probably also be done with
<span>
.Elements like
<div>
and<p>
are not permitted inside<p>
itself.See Content Categories on MDN
Here's an example of what I mean:
![html_mockup](https://private-user-images.githubusercontent.com/91371655/355758230-32bce32b-dc37-47c0-a691-ee63909d9404.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzc3MTUsIm5iZiI6MTczOTI3NzQxNSwicGF0aCI6Ii85MTM3MTY1NS8zNTU3NTgyMzAtMzJiY2UzMmItZGMzNy00N2MwLWE2OTEtZWU2MzkwOWQ5NDA0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEyMzY1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk0NGZhY2Q2Njg2YTUyMWU0NTcxNmZkMjliOThjNjU4ZjU5YmI3ZmUyZjBkNjg3ZGNhZTU0YTQ1YTdjYjNmNmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KZebW7VgieyS8Q5VP8GEvrkhBcBv3s1bI_fydt9SQ2U)
The text was updated successfully, but these errors were encountered: