Skip to content
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: 0 additions & 2 deletions guidelines/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,6 @@ <h1>Glossary</h1>

<dt data-include="terms/20/normative.html" data-include-replace="true"></dt>

<dt data-include="terms/20/on-a-full-screen-window.html" data-include-replace="true"></dt>

<dt data-include="terms/20/paused.html" data-include-replace="true"></dt>

<dt data-include="terms/22/perimeter.html" data-include-replace="true"></dt>
Expand Down
2 changes: 1 addition & 1 deletion guidelines/sc/20/visual-presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4>Visual Presentation</h4>
<li>Width is no more than 80 characters or glyphs (40 if CJK).</li>
<li>Text is not justified (aligned to both the left and the right margins).</li>
<li>Line spacing (leading) is at least space-and-a-half within paragraphs, and paragraph spacing is at least 1.5 times larger than the line spacing.</li>
<li>Text can be resized without <a>assistive technology</a> up to 200 percent in a way that does not require the user to scroll horizontally to read a line of text <a>on a full-screen window</a>.</li>
<li>Text can be resized without <a>assistive technology</a> up to 200 percent in a way that does not require the user to scroll horizontally to read a line of text when displayed with the <a>viewport</a> maximized.</li>
</ul>

<p class="note">Content is not required to use these values. The requirement is that a mechanism is available for users to change these presentation aspects. The mechanism can be provided by the browser or other user agent. Content is not required to provide the mechanism.</p>
Expand Down
11 changes: 0 additions & 11 deletions guidelines/terms/20/on-a-full-screen-window.html

This file was deleted.

2 changes: 1 addition & 1 deletion techniques/general/G206.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</section>
<section class="example">

<p>A financial spreadsheet is online. It includes text explaining changes in the housing market in January. Off-screen to the right, there is a column with an explanation of changes to the market in September. The user can horizontally scroll to the September area and read each line of text without any further scrolling when the window size is maximized. </p>
<p>A financial spreadsheet is online. It includes text explaining changes in the housing market in January. Off-screen to the right, there is a column with an explanation of changes to the market in September. The user can horizontally scroll to the September area and read each line of text without any further scrolling when the viewport (i.e., window) is maximized. </p>

</section>
</section><section id="tests"><h2>Tests</h2>
Expand Down
2 changes: 1 addition & 1 deletion understanding/understanding.11tydata.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ export default function (data) {
},
{
title:
"Fifth Requirement: Techniques to ensure text can be resized without assistive technology up to 200 percent in a way that does not require the user to scroll horizontally to read a line of text on a full-screen window",
"Fifth Requirement: Techniques to ensure text can be resized without assistive technology up to 200 percent in a way that does not require the user to scroll horizontally to read a line of text when displayed with the viewport maximized",
techniques: [
"G204",
{
Expand Down
Loading