@@ -691,14 +691,14 @@ See [[#naming-is-hard]] for general (cross-language) advice on naming.
691
691
692
692
<h3 id="css-content-should-be-visible">Content should be viewable and accessible by default</h3>
693
693
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.
696
696
697
697
<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
702
702
default as a result of something like `display: flex` or `position: relative`.
703
703
</div>
704
704
@@ -2334,8 +2334,8 @@ instead of blacklist and whitelist,
2334
2334
and source and replica
2335
2335
instead of master and slave.
2336
2336
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,
2339
2339
use the generic pronoun "they", "their", etc.
2340
2340
For example, "A user may wish to adjust their preferences".
2341
2341
<h3 id="naming-future-proofing">Future-proofing</h4>
0 commit comments