Skip to content

Commit 62e119d

Browse files
j9tsvgeesus
authored andcommitted
fix: resolve repeated terms (like “the the”)
Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
1 parent 3d3cf7a commit 62e119d

File tree

11 files changed

+9982
-9954
lines changed

11 files changed

+9982
-9954
lines changed

css-color-4/Overview.bs

Lines changed: 117 additions & 118 deletions
Large diffs are not rendered by default.

css-conditional-5/font-tech-format-explainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ discussed in this proposal.
7979

8080
## Proposed Syntax
8181

82-
See "2. Extensions to the the `@supports` rule" in [CSS Conditionals
82+
See "2. Extensions to the `@supports` rule" in [CSS Conditionals
8383
5](https://www.w3.org/TR/css-conditional-5/#at-supports-ext).
8484

8585
Examples:
@@ -127,4 +127,4 @@ if (CSS.supports("font-tech(palettes)") {
127127
} else {
128128
// Don't include palette override stylesheet, load monochromatic font here.
129129
}
130-
```
130+
```

css-contain-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ This appendix is <em>informative</em>.
14001400

14011401
<li>
14021402
List cases where various types of containment do not apply
1403-
at the end rather than the start of of each section,
1403+
at the end rather than the start of each section,
14041404
to start with the general behavior
14051405
and go into exceptions later.
14061406
</ul>
@@ -1887,4 +1887,4 @@ content-visibility/slot-content-visibility-7-crash.html
18871887
content-visibility/slot-content-visibility-8-crash.html
18881888
content-visibility/slot-content-visibility-9-crash.html
18891889
quote-scoping-empty-style-boundaries.html
1890-
</wpt>
1890+
</wpt>

css-contain-1/annotated-2022-09-06.html

Lines changed: 311 additions & 311 deletions
Large diffs are not rendered by default.

css-content-3/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Quotation Mark System: the 'quotes' property</h4>
444444

445445
<dt><dfn>match-parent</dfn>
446446
<dd>
447-
Specifies the same [=quotation mark system=] as the the parent.
447+
Specifies the same [=quotation mark system=] as the parent.
448448
In general this is equivalent to inheriting the parent's [=computed value=],
449449
except that ''quotes/auto'' it resolves
450450
using the same [=content language=] that the parent used.
@@ -1397,5 +1397,4 @@ No new privacy considerations have been reported on this specification.
13971397

13981398
<h2 class=no-num id=security>Security Considerations</h2>
13991399

1400-
No new security considerations have been reported on this specification.
1401-
1400+
No new security considerations have been reported on this specification.

0 commit comments

Comments
 (0)