Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Use <header><h1><p> rather than <h1><h2> in: /getting-started/your-first-multi-screen-site/content.html #50

Closed
stevefaulkner opened this issue May 1, 2014 · 0 comments
Milestone

Comments

@stevefaulkner
Copy link

Consider the heading/subheading markup patterns suggested in the HTML spec http://www.w3.org/html/wg/drafts/html/master/common-idioms.html#sub-head rather than advising multiple headings

example: current

<h1>Mobile Web Development </h1>
<h2>Building Mobile Web Experiences </h2>

suggested:
<header>
<h1>Mobile Web Development </h1>
<p>Building Mobile Web Experiences </p>
</header>

@PaulKinlan PaulKinlan added the bug label May 1, 2014
@PaulKinlan PaulKinlan added this to the 1.0 launch milestone May 9, 2014
@PaulKinlan PaulKinlan changed the title Issue in: /getting-started/your-first-multi-screen-site/content.html Use <header><h1><p> rather than <h1><h2> in: /getting-started/your-first-multi-screen-site/content.html Jun 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants