Skip to content
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

Create organizes-content-into-sections.html #544

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion outcomes/conveys-hierarchy-with-semantic-structure.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Outcome</title>
<title>Outcome: Conveys hierarchy with semantic structure</title>
</head>
<body>
<main>
Expand Down
5 changes: 3 additions & 2 deletions outcomes/headings-organize-content.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Outcome: Headings meaningfully organize content</title>
<title>Outcome: Introduces related organized content with a heading that describes it</title>
</head>
<body>
<main>
<h1>Outcome: Headings meaningfully organize content</h1>
<h1>Outcome: Introduces related organized content with a heading that describes it</h1>

<p class="outcome">Organize content into logical blocks with heading text relevant to the subsequent content to make locating and navigating information easier and faster.</p>

<p>This outcome relates to guideline <a href="http://w3c.github.io/silver/guidelines/#structured-content" class="guideline-link">Structured content</a>.</p>
Expand Down
19 changes: 19 additions & 0 deletions outcomes/organizes-content-into-sections.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Outcome: Organizes content into sections</title>
</head>
<body>
<main>
<h1>Outcome: Organizes content into sections</h1>
<p class="outcome">Organize content into logical blocks.</p>

<p>This outcome relates to guideline <a href="http://w3c.github.io/silver/guidelines/#structured-content" class="guideline-link">Structured content</a>.</p>

<p>Methods:</p>
<ol>
<li><a class="method-link" href="https://www.w3.org/WAI/GL/WCAG3/2020/methods/relevant-headings/">Relevant headings (All)</a></li>
</ol>
</main>
</body>
</html>
4 changes: 2 additions & 2 deletions outcomes/uses-visually-distinct-headings.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Outcome</title>
<title>Outcome: Uses visually distinct headings</title>
</head>
<body>
<main>
Expand All @@ -14,4 +14,4 @@ <h1>Outcome: Uses visually distinct headings</h1>
</ol>
</main>
</body>
</html>
</html>