Skip to content

Commit 26fb7eb

Browse files
authored
[css-?] Correct instances of “the these” (#10207)
1 parent 7e992cb commit 26fb7eb

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

css-fonts-3/Overview.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -2723,7 +2723,7 @@ <h3 id=unicode-range-desc><span class=secno>4.5. </span>Character range:
27232723
href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><code
27242724
title="UNICODE-RANGE token">UNICODE-RANGE</code></a> token made up of a
27252725
"U+" or "u+" prefix followed by a codepoint range in one of the three
2726-
forms listed below. Ranges that do not fit one of the these forms are
2726+
forms listed below. Ranges that do not fit one of these forms are
27272727
invalid and cause the declaration to be ignored.
27282728

27292729
<dl>
@@ -6364,6 +6364,4 @@ <h2 class=no-num id=property-index>Property index</h2>
63646364
}
63656365
</script>
63666366
<script src="//www.w3.org/scripts/TR/2016/fixup.js"
6367-
type="application/javascript"></script>
6368-
6369-
6367+
type="application/javascript"></script>

web-animations-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2931,7 +2931,7 @@ Animation effects {#animation-effects}
29312931
is incorporated in the calculation of the [=active time=]
29322932
in [[#calculating-the-active-time]].
29332933

2934-
Some examples of the these [=fill modes=] are illustrated below.
2934+
Some examples of these [=fill modes=] are illustrated below.
29352935

29362936
<figure>
29372937
<img src="images/animation-state-and-fill-behavior.svg" width="600"
@@ -7268,4 +7268,4 @@ Animation of 'box-shadow' and 'text-shadow' {#animating-shadow-lists}
72687268
follows the matching rules for interpolation above,
72697269
performing addition on each component according to its type,
72707270
or falling back to [=discrete=] animation
7271-
if the ''shadow/inset'' values do not match.
7271+
if the ''shadow/inset'' values do not match.

0 commit comments

Comments
 (0)