Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
91c210e
[css-multicol-1] removing inline issue that was resolved in 4689
rachelandrew Feb 8, 2021
c721ee4
typo: Double word "is"
nschonni Feb 8, 2021
9f06763
typo: Double word "the"
nschonni Feb 8, 2021
b7b714f
typo: Double word "of"
nschonni Feb 8, 2021
3bd7261
typo: Double word "we"
nschonni Feb 8, 2021
6301b93
typo: Double word "to"
nschonni Feb 8, 2021
8c42c5f
typo: Double word "and"
nschonni Feb 8, 2021
385e474
typo: Double word "not"
nschonni Feb 8, 2021
cda3b7c
typo: Double word "by"
nschonni Feb 8, 2021
a9cd1ad
typo: Double word "than"
nschonni Feb 8, 2021
26bc927
typo: Double word "See"
nschonni Feb 8, 2021
14635a0
typo: Double word "are"
nschonni Feb 8, 2021
d6f18c2
typo: Double word "values"
nschonni Feb 8, 2021
dc38856
typo: Double word "this"
nschonni Feb 8, 2021
9967090
typo: Double word "for"
nschonni Feb 8, 2021
a4bad69
typo: Double word "with"
nschonni Feb 8, 2021
17a7c45
typo: Double word "must"
nschonni Feb 8, 2021
ef68a3b
typo: Double word "be"
nschonni Feb 8, 2021
d565ab1
typo: Double word "other"
nschonni Feb 8, 2021
d8507b1
typo: Double word "an"
nschonni Feb 8, 2021
307bbad
typo: Double word "they"
nschonni Feb 8, 2021
61387f8
typo: Double word "as"
nschonni Feb 8, 2021
bc06895
typo: Double word "a"
nschonni Feb 8, 2021
573ffde
typo: Double word "it"
nschonni Feb 8, 2021
b3afd14
typo: Double word "is"
nschonni Feb 8, 2021
a4ada0f
chore: Add back notation character
nschonni Feb 8, 2021
0935ca1
typo: as it it -> as if it
nschonni Feb 8, 2021
72453cf
typo: As as -> As an
nschonni Feb 8, 2021
08ed15c
typo: is is -> it is
nschonni Feb 8, 2021
03da618
typo: he -> the
nschonni Feb 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo: Double word "are"
  • Loading branch information
nschonni committed Feb 8, 2021
commit 14635a052d3247ac45b1de5a5249be6ff0f0db43
2 changes: 1 addition & 1 deletion css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3148,7 +3148,7 @@ Profiled, Device-dependent Colors</h2>

An out of gamut color has component values
less than 0 or 0%, or greater than 1 or 100%.
These are are not invalid; instead, for display, they are
These are not invalid; instead, for display, they are
<a>gamut-mapped</a> using a relative colorimetric intent
which brings the values within the range 0/0% to 1/100%
at computed-value time.
Expand Down
2 changes: 1 addition & 1 deletion css-ui-3/transition-cr-2017-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There are 4 normative changes, all based on feedback from actual implementations
* Allow, but stop requiring support for SVG images without intrinsic sizes for cursors (corresponding test update).
* Align the spec with implementations, and make cursor: auto look like text over selectable text, and over editable elements (corresponding tests).

The first 3 changes are are small tweaks and cannot make an implementation that conformed to the spec prior to the changes become non-conformant.
The first 3 changes are small tweaks and cannot make an implementation that conformed to the spec prior to the changes become non-conformant.

The 4th change could theoretically impact conformance, but in practice does not.
Zero known implementations (Gecko/Edge/Webkit/Blink/Presto) conformed with the previous wording (the [issue 1598 was openly reviewed and discussed](https://github.com/w3c/csswg-drafts/issues/1598) for several months),
Expand Down
2 changes: 1 addition & 1 deletion css-ui-3/transition-pr-2017-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There are 4 normative changes, all based on feedback from actual implementations
* Allow, but stop requiring support for SVG images without intrinsic sizes for cursors (corresponding test update).
* Align the spec with implementations, and make cursor: auto look like text over selectable text, and over editable elements (corresponding tests).

The first 3 changes are are small tweaks and cannot make an implementation that conformed to the spec prior to the changes become non-conformant.
The first 3 changes are small tweaks and cannot make an implementation that conformed to the spec prior to the changes become non-conformant.

The 4th change could theoretically impact conformance, but in practice does not.
Zero known implementations (Gecko/Edge/Webkit/Blink/Presto) conformed with the previous wording (the [issue 1598 was openly reviewed and discussed](https://github.com/w3c/csswg-drafts/issues/1598) for several months),
Expand Down