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

corrections to Character key shorts and Reflow #606

Merged
merged 2 commits into from
Jun 7, 2019
Merged
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 guidelines/sc/21/character-key-shortcuts.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h4>Character Key Shortcuts</h4>
<dd>A <a>mechanism</a> is available to turn the shortcut off;</dd> <dd>A <a>mechanism</a> is available to turn the shortcut off;</dd>


<dt>Remap</dt> <dt>Remap</dt>
<dd>A mechanism is available to remap the shortcut to use one or more non-printable keyboard characters (e.g. Ctrl, Alt, etc);</dd> <dd>A mechanism is available to remap the shortcut to include one or more non-printable keyboard keys (e.g., Ctrl, Alt);</dd>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree on the e.g./etc.

I think that use/include an be explained in understanding and probably needs to be clarified whether include or use is the term used/included in the SC text.



<dt>Active only on focus</dt> <dt>Active only on focus</dt>
<dd>The keyboard shortcut for a <a>user interface component</a> is only active when that component has focus.</dd> <dd>The keyboard shortcut for a <a>user interface component</a> is only active when that component has focus.</dd>
Expand Down
4 changes: 2 additions & 2 deletions guidelines/sc/21/reflow.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ <h4>Reflow</h4>
</ul> </ul>
<p>Except for parts of the content which require two-dimensional layout for usage or meaning.</p> <p>Except for parts of the content which require two-dimensional layout for usage or meaning.</p>


<p class="note">320 CSS pixels is equivalent to a starting viewport width of 1280 CSS pixels wide at 400% zoom. For web content which are designed to scroll horizontally (e.g. with vertical text), the 256 CSS pixels is equivalent to a starting viewport height of 1024px at 400% zoom.</p> <p class="note">320 CSS pixels is equivalent to a starting viewport width of 1280 CSS pixels wide at 400% zoom. For web content which is designed to scroll horizontally (e.g., with vertical text), 256 CSS pixels is equivalent to a starting viewport height of 1024px at 400% zoom.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yikes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh dear, I wonder if that got changed from "web pages which are designed" and not updated the is/are.



<p class="note">Examples of content which require two-dimensional layout are images, maps, diagrams, <p class="note">Examples of content which requires two-dimensional layout are images, maps, diagrams,
video, games, presentations, data tables, and interfaces where it is necessary to keep toolbars in view while video, games, presentations, data tables, and interfaces where it is necessary to keep toolbars in view while
manipulating content.</p> manipulating content.</p>


Expand Down