Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8208368

Browse files
typo: Double words (#5951)
Co-authored-by: Rachel Andrew <[email protected]>
1 parent 7e02cd2 commit 8208368

File tree

60 files changed

+93
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+93
-93
lines changed

css-2015/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Vendor-prefixing Unstable Features</h5>
556556
This in turn allows UA vendors to retire
557557
their prefixed syntax once the feature is stable,
558558
with a lower risk of breaking existing content.
559-
It also reduces the need occasionally felt by by some vendors
559+
It also reduces the need occasionally felt by some vendors
560560
to support a feature with the prefix of another vendor,
561561
due to content depending on that syntax.
562562
</details>

css-2017/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ Vendor-prefixing Unstable Features</h5>
602602
This in turn allows UA vendors to retire
603603
their prefixed syntax once the feature is stable,
604604
with a lower risk of breaking existing content.
605-
It also reduces the need occasionally felt by by some vendors
605+
It also reduces the need occasionally felt by some vendors
606606
to support a feature with the prefix of another vendor,
607607
due to content depending on that syntax.
608608
</details>

css-2018/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ Vendor-prefixing Unstable Features</h5>
622622
This in turn allows UA vendors to retire
623623
their prefixed syntax once the feature is stable,
624624
with a lower risk of breaking existing content.
625-
It also reduces the need occasionally felt by by some vendors
625+
It also reduces the need occasionally felt by some vendors
626626
to support a feature with the prefix of another vendor,
627627
due to content depending on that syntax.
628628
</details>

css-2020/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ Vendor-prefixing Unstable Features</h5>
688688
This in turn allows UA vendors to retire
689689
their prefixed syntax once the feature is stable,
690690
with a lower risk of breaking existing content.
691-
It also reduces the need occasionally felt by by some vendors
691+
It also reduces the need occasionally felt by some vendors
692692
to support a feature with the prefix of another vendor,
693693
due to content depending on that syntax.
694694
</details>

css-align-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ Effects on Sizing of Absolutely Positioned Boxes with Static-Position Insets</h3
17151715
the <a>available space</a> for calculating the <a>inline size</a>
17161716
is also affected by alignment.
17171717

1718-
Note: In [[CSS2]], the [=available space=] is keyed off of the the 'direction' property
1718+
Note: In [[CSS2]], the [=available space=] is keyed off of the 'direction' property
17191719
of the <a>static-position containing block</a>.
17201720
(See <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">CSS2&sect;10.3.7</a>
17211721
and <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-replaced-width">CSS2&sect;10.3.8</a>.)

css-backgrounds-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,7 +2377,7 @@ by default correspond to the border box, see 'border-image-outset'.
23772377

23782378
<p>The four values of 'border-image-width' specify offsets that are used
23792379
to divide the border image area into nine parts. They represent inward
2380-
distances from the the top, right, bottom, and left sides of the
2380+
distances from the top, right, bottom, and left sides of the
23812381
area, respectively.
23822382

23832383
<p>If there is only one component value,
@@ -2714,7 +2714,7 @@ has been moved to the <a href="https://www.w3.org/TR/css3-break/">CSS Fragmentat
27142714
and appending blank shadows (''transparent 0 0 0 0'')
27152715
with a corresponding ''box-shadow/inset'' keyword as needed
27162716
to match the longer list
2717-
if the the shorter list is otherwise compatible with the longer one
2717+
if the shorter list is otherwise compatible with the longer one
27182718
</table>
27192719

27202720
<p>The 'box-shadow' property attaches one or more drop-shadows to the box.

css-box-3/block-layout.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2178,7 +2178,7 @@ set to the height of the largest rectangle that has a 2:1 ratio, has a
21782178
height not greater than 150px, and has a width not greater than the
21792179
device width.
21802180

2181-
<p class=issue>Theoretically, a device may be wider than than 300px
2181+
<p class=issue>Theoretically, a device may be wider than 300px
21822182
but not tall enough for 150px. In that case the resulting replaced
21832183
element will be too tall. But this is the formulation in CSS 2.1 and
21842184
it seems not worth improving such an edge case.

css-cascade-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ Additions Since Level 3</h3>
13761376
* Introduced ''supports()'' syntax for supports-conditional ''@import'' rules.
13771377
* Added [=encapsulation context=] to the [=cascade=] sort criteria
13781378
to accommodate Shadow DOM. [[DOM]]
1379-
* Defined the property two aliasing mechanisms CSS uses to support legacy syntaxes. See See [[#aliasing]].
1379+
* Defined the property two aliasing mechanisms CSS uses to support legacy syntaxes. See [[#aliasing]].
13801380
<!--
13811381
* Added definition of how scoped styles would cascade
13821382
(deferred from Level 3)

css-cascade-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ Additions Since Level 3</h3>
15291529
* Introduced ''supports()'' syntax for supports-conditional ''@import'' rules.
15301530
* Added [=encapsulation context=] to the [=cascade=] sort criteria
15311531
to accommodate Shadow DOM. [[DOM]]
1532-
* Defined the property two aliasing mechanisms CSS uses to support legacy syntaxes. See See [[#aliasing]].
1532+
* Defined the property two aliasing mechanisms CSS uses to support legacy syntaxes. See [[#aliasing]].
15331533
<!--
15341534
* Added definition of how scoped styles would cascade
15351535
(deferred from Level 3)

css-color-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3148,7 +3148,7 @@ Profiled, Device-dependent Colors</h2>
31483148

31493149
An out of gamut color has component values
31503150
less than 0 or 0%, or greater than 1 or 100%.
3151-
These are are not invalid; instead, for display, they are
3151+
These are not invalid; instead, for display, they are
31523152
<a>gamut-mapped</a> using a relative colorimetric intent
31533153
which brings the values within the range 0/0% to 1/100%
31543154
at computed-value time.

0 commit comments

Comments
 (0)