diff --git a/docs/docs/components/page.md b/docs/docs/components/page.md index 4ec882fa2..031742cd1 100644 --- a/docs/docs/components/page.md +++ b/docs/docs/components/page.md @@ -1,16 +1,30 @@ --- title: Page -description: Layouts offer an easy way to scaffold pages using minimal markup. +description: Pages offer an easy way to scaffold entire page layouts using minimal markup. layout: component isPro: true --- -The layout component is designed to power full webpages. It is flexible enough to handle most modern designs and includes a simple mechanism for handling desktop and mobile navigation. +The page component is designed to power full webpages. It is flexible enough to handle most modern designs and includes a simple mechanism for handling desktop and mobile navigation. -A number of sections are available as part of the layout, most of which are optional. Content is populated by [slotting elements](/docs/usage/#slots) into various locations. +## Using `wa-page` + +A number of sections are available as part of the page component, most of which are optional. Content is populated by [slotting elements](/docs/usage/#slots) into various locations. This component _does not_ implement any [content sectioning](https://developer.mozilla.org/en-US/docs/Web/HTML/Element#content_sectioning) or "semantic elements" internally (such as `
`, `
`, `