Skip to content

Commit

Permalink
fix: resolve repeated terms (like “the the”)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
  • Loading branch information
j9t authored and svgeesus committed May 18, 2024
1 parent 3d3cf7a commit 62e119d
Show file tree
Hide file tree
Showing 11 changed files with 9,982 additions and 9,954 deletions.
235 changes: 117 additions & 118 deletions css-color-4/Overview.bs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css-conditional-5/font-tech-format-explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ discussed in this proposal.

## Proposed Syntax

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

Examples:
Expand Down Expand Up @@ -127,4 +127,4 @@ if (CSS.supports("font-tech(palettes)") {
} else {
// Don't include palette override stylesheet, load monochromatic font here.
}
```
```
4 changes: 2 additions & 2 deletions css-contain-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ This appendix is <em>informative</em>.

<li>
List cases where various types of containment do not apply
at the end rather than the start of of each section,
at the end rather than the start of each section,
to start with the general behavior
and go into exceptions later.
</ul>
Expand Down Expand Up @@ -1887,4 +1887,4 @@ content-visibility/slot-content-visibility-7-crash.html
content-visibility/slot-content-visibility-8-crash.html
content-visibility/slot-content-visibility-9-crash.html
quote-scoping-empty-style-boundaries.html
</wpt>
</wpt>
622 changes: 311 additions & 311 deletions css-contain-1/annotated-2022-09-06.html

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions css-content-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Quotation Mark System: the 'quotes' property</h4>

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

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

No new security considerations have been reported on this specification.

No new security considerations have been reported on this specification.
Loading

0 comments on commit 62e119d

Please sign in to comment.