Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CSS): delete and redirect not implemented nth-col() and nth-last-col() pages #28965

Merged
merged 2 commits into from
Sep 6, 2023
Merged
Changes from 1 commit
Commits
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
Next Next commit
chore(CSS): delete unsupported nth-col() and nth-last-col() pseudos
  • Loading branch information
bsmth committed Sep 6, 2023
commit 7e032f68371824a5d58bbc6680c52cd51cb740bb
2 changes: 2 additions & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
@@ -11289,7 +11289,9 @@
/en-US/docs/Web/CSS/:matches() /en-US/docs/Web/CSS/:is
/en-US/docs/Web/CSS/:not() /en-US/docs/Web/CSS/:not
/en-US/docs/Web/CSS/:nth-child() /en-US/docs/Web/CSS/:nth-child
/en-US/docs/Web/CSS/:nth-col /en-US/docs/Web/CSS/:nth-child
bsmth marked this conversation as resolved.
Show resolved Hide resolved
/en-US/docs/Web/CSS/:nth-last-child() /en-US/docs/Web/CSS/:nth-last-child
/en-US/docs/Web/CSS/:nth-last-col /en-US/docs/Web/CSS/:nth-last-child
bsmth marked this conversation as resolved.
Show resolved Hide resolved
/en-US/docs/Web/CSS/:nth-last-of-type() /en-US/docs/Web/CSS/:nth-last-of-type
/en-US/docs/Web/CSS/:nth-of-type() /en-US/docs/Web/CSS/:nth-of-type
/en-US/docs/Web/CSS/@-moz-document /en-US/docs/Web/CSS/@document
8 changes: 0 additions & 8 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
@@ -75247,10 +75247,6 @@
"miken32"
]
},
"Web/CSS/:nth-col": {
"modified": "2020-11-26T07:28:19.633Z",
"contributors": ["rachelandrew"]
},
"Web/CSS/:nth-last-child": {
"modified": "2020-10-15T21:09:22.146Z",
"contributors": [
@@ -75277,10 +75273,6 @@
"McGurk"
]
},
"Web/CSS/:nth-last-col": {
"modified": "2020-11-26T07:28:40.507Z",
"contributors": ["rachelandrew"]
},
"Web/CSS/:nth-last-of-type": {
"modified": "2020-10-15T21:09:23.189Z",
"contributors": [
82 changes: 0 additions & 82 deletions files/en-us/web/css/_colon_nth-col/index.md

This file was deleted.

82 changes: 0 additions & 82 deletions files/en-us/web/css/_colon_nth-last-col/index.md

This file was deleted.