Skip to content

Commit 98bb0d4

Browse files
authored
Trim the trailing whitespace introduced in 298466e. (#305)
1 parent 8134f7f commit 98bb0d4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -691,14 +691,14 @@ See [[#naming-is-hard]] for general (cross-language) advice on naming.
691691

692692
<h3 id="css-content-should-be-visible">Content should be viewable and accessible by default</h3>
693693

694-
Design CSS properties or CSS layout systems (which are typically values of the `display` property),
695-
to preserve the content as viewable, accessible and usable by default.
694+
Design CSS properties or CSS layout systems (which are typically values of the `display` property),
695+
to preserve the content as viewable, accessible and usable by default.
696696

697697
<div class="example">
698-
For example, the default behavior of all layout systems in CSS will not lead to content being clipped,
699-
content overlapping other content, or content being unreachable by scrolling.
700-
These things should only happen if CSS features are used that are more explicitly choosing
701-
such a behavior (for example, `overflow: hidden` or `left: -40em`). They should not happen by
698+
For example, the default behavior of all layout systems in CSS will not lead to content being clipped,
699+
content overlapping other content, or content being unreachable by scrolling.
700+
These things should only happen if CSS features are used that are more explicitly choosing
701+
such a behavior (for example, `overflow: hidden` or `left: -40em`). They should not happen by
702702
default as a result of something like `display: flex` or `position: relative`.
703703
</div>
704704

@@ -2334,8 +2334,8 @@ instead of blacklist and whitelist,
23342334
and source and replica
23352335
instead of master and slave.
23362336

2337-
If you need to refer to a generic persona,
2338-
such as an author or user,
2337+
If you need to refer to a generic persona,
2338+
such as an author or user,
23392339
use the generic pronoun "they", "their", etc.
23402340
For example, "A user may wish to adjust their preferences".
23412341
<h3 id="naming-future-proofing">Future-proofing</h4>

0 commit comments

Comments
 (0)