Skip to content

Commit 2383a62

Browse files
committed
[various][editorial] Remove a handful of unnecessary/incorrect genderings.
1 parent 4c06e20 commit 2383a62

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

css-color-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ For historical reasons, this is also referred to as the X11 color set.
16941694

16951695
Note: The history of the X11 color system is interesting,
16961696
and was excellently summarized by
1697-
<a href="https://www.youtube.com/watch?v=HmStJQzclHc">Alex Sexton in his talk “Peachpuffs and Lemonchiffons”</a>.
1697+
<a href="https://www.youtube.com/watch?v=HmStJQzclHc">Alex Sexton in their talk “Peachpuffs and Lemonchiffons”</a>.
16981698

16991699
<wpt>
17001700
named-001.html

css-images-3/issues-cr-2012.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ issue:
9191
openness: closed
9292
resolved: editorial
9393
notes: >-
94-
Despite what Tab seems to be implying in the comment there, what he
95-
actually did was restrict color stops to two colors. Either way, he
94+
Despite what Tab seems to be implying in the comment there, what they
95+
actually did was restrict color stops to two colors. Either way, they
9696
resolved the issue.
9797
tag: []
9898
filtered: []

css-text-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7140,7 +7140,7 @@ Bidirectionality and Line Boxes</h3>
71407140

71417141
<xmp highlight=html>
71427142
<para style="display: block; direction: rtl; unicode-bidi:plaintext">
7143-
<quote style="unicode-bidi:plaintext">שלום!</quote>”, he said.
7143+
<quote style="unicode-bidi:plaintext">שלום!</quote>”, they said.
71447144
</para>
71457145
</xmp>
71467146
</div>

css-text-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6653,7 +6653,7 @@ Character-based Alignment in a Table Column</h3>
66536653
is consistent with the cell's?
66546654
(Consistent in the alignment character, or fully consistent?)
66556655

6656-
<p class="issue">This behavior of aligning as though he alignment character
6656+
<p class="issue">This behavior of aligning as though the alignment character
66576657
had been inserted at the end of the contents of the cell,
66586658
combined with center-of-character alignment,
66596659
will produce gaps on the end-side of lines
@@ -9351,7 +9351,7 @@ Bidirectionality and Line Boxes</h3>
93519351

93529352
<xmp highlight=html>
93539353
<para style="display: block; direction: rtl; unicode-bidi:plaintext">
9354-
<quote style="unicode-bidi:plaintext">שלום!</quote>”, he said.
9354+
<quote style="unicode-bidi:plaintext">שלום!</quote>”, they said.
93559355
</para>
93569356
</xmp>
93579357
</div>

css-transforms-1/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
2014-01-25 Simon Fraser <simon.fraser@apple.com>
5858
Change to note that transforms do affect getClientRects() and
5959
getBoundingClientRect(), and add a paragraph to the Module Interactions
60-
section about his.
60+
section about this.
6161

6262
Also change wording of the note on transforms not affecting layout,
6363
to note that they do affect overflow.

css-transforms-2/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ The box will be rotated toward the viewer, with the left edge staying fixed whil
595595

596596
Mathematically, the top right vertex of the box was originally (100, &minus;50), relative to the transform-origin. It is first expanded to (100, &minus;50, 0, 1). After applying the transform specified, this will get mapped to about (70.71, &minus;50, 70.71, &minus;0.4142). This has <var>w</var> = &minus;0.4142 &lt; 0, so we need to slice away the part of the box with <var>w</var> &lt; 0. This results in the new top-right vertex being (50, &minus;50, 50, 0). This is then mapped to some faraway point in the same direction, such as (5000, &minus;5000, 5000), which is up and to the right from the transform-origin. Something similar is done to the lower right corner, which gets mapped far down and to the right. The resulting box stretches far past the edge of the screen.
597597

598-
Again, the rendered box is still finite, so the user can scroll to see the whole thing if he or she chooses. However, the right part has been chopped off. No matter how far the user scrolls, the rightmost ''30px'' or so of the original box will not be visible. The blue border was only ''25px'' wide, so it will be visible on the left, top, and bottom, but not the right.
598+
Again, the rendered box is still finite, so the user can scroll to see the whole thing if they choose. However, the right part has been chopped off. No matter how far the user scrolls, the rightmost ''30px'' or so of the original box will not be visible. The blue border was only ''25px'' wide, so it will be visible on the left, top, and bottom, but not the right.
599599

600600
The same basic procedure would apply if one or three vertices had <var>w</var> &lt; 0. However, in that case the result of truncating the <var>w</var> &lt; 0 part would be a triangle or pentagon instead of a quadrilateral.
601601

css2/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3675,7 +3675,7 @@ than <samp>[id=p123]</samp> in terms of the <a href="#assigning">cascade</a>.
36753675
attribute contains an element's IDs is contained in a DTD. When
36763676
parsing XML, UAs do not always read the DTD, and thus may not know
36773677
what the ID of an element is. If a style sheet designer knows or
3678-
suspects that this will be the case, he should use normal attribute
3678+
suspects that this will be the case, they should use normal attribute
36793679
selectors instead: <code>[name=p371]</code> instead of
36803680
<code>#p371</code>. However, the cascading order of normal attribute
36813681
selectors is different from ID selectors. It may be necessary to add
@@ -10221,7 +10221,7 @@ and lists</h2>
1022110221
<p>In some cases, authors may want user agents to render content
1022210222
that does not come from the <a href="#doctree">document
1022310223
tree</a>. One familiar example of this is a numbered list; the author
10224-
does not want to list the numbers explicitly, he or she wants the
10224+
does not want to list the numbers explicitly, they want the
1022510225
user agent to generate them automatically. Similarly, authors
1022610226
may want the user agent to insert the word
1022710227
"Figure" before the caption of a figure, or "Chapter 7" before the

0 commit comments

Comments
 (0)