Skip to content

Commit 0aa2354

Browse files
Semigradskyjonathantneal
authored andcommitted
Update README.md
Update links to specifications
1 parent 337a79c commit 0aa2354

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
[![Support Chat][git-img]][git-url]
77

88
[PostCSS color-mod() Function] lets you modify colors using the `color-mod()`
9-
function in CSS, following the [CSS Color Module Level 4] specification (05 July 2016).
9+
function in CSS, following the outdated version of [CSS Color Module Level 4] specification (05 July 2016).
1010

11-
**⚠️ `color-mod()` has been removed from [the draft of Color Module Level 4 specification](https://drafts.csswg.org/css-color/).**
11+
**⚠️ `color-mod()` has been removed from [Color Module Level 4 specification](https://www.w3.org/TR/css-color-4/#changes-from-20160705).**
1212

1313
```pcss
1414
:root {
@@ -45,7 +45,7 @@ The `color-mod()` function accepts `rgb()`, legacy comma-separated `rgb()`,
4545
colors without the need for additional plugins.
4646

4747
Implemention details are available in
48-
[the specification](https://www.w3.org/TR/css-color-4/#funcdef-color-mod).
48+
[the specification](https://www.w3.org/TR/2016/WD-css-color-4-20160705/#funcdef-color-mod).
4949

5050
### Supported Color Adjusters
5151

@@ -199,7 +199,7 @@ be used.
199199
[npm-img]: https://img.shields.io/npm/v/postcss-color-mod-function.svg
200200
[npm-url]: https://www.npmjs.com/package/postcss-color-mod-function
201201

202-
[CSS Color Module Level 4]: https://www.w3.org/TR/css-color-4/#funcdef-color-mod
202+
[CSS Color Module Level 4]: https://www.w3.org/TR/2016/WD-css-color-4-20160705/#funcdef-color-mod
203203
[Gulp PostCSS]: https://github.com/postcss/gulp-postcss
204204
[Grunt PostCSS]: https://github.com/nDmitry/grunt-postcss
205205
[PostCSS]: https://github.com/postcss/postcss

0 commit comments

Comments
 (0)