Skip to content

Commit

Permalink
docs: TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Apr 14, 2023
1 parent fa5af24 commit 7abe325
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,6 @@ See the [context.ts](src/context.ts)

## TODO

- [ ] unable to clone closed [shadowDom](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM)

`input::placeholder { color: red; }`

- [ ] unable to clone [css counters](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Counter_Styles/Using_CSS_counters)

`content: counter(step);`

- [ ] unable to clone [-webkit-scrollbar](https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-scrollbar)

`body::-webkit-scrollbar-thumb { background-color: red; }`
1 change: 1 addition & 0 deletions src/copy-pseudo-class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const ignoredStyles = [
const pseudoClasses = [
':before',
':after',
// ':placeholder', TODO
':-webkit-scrollbar',
':-webkit-scrollbar-button',
// ':-webkit-scrollbar:horizontal', TODO
Expand Down

1 comment on commit 7abe325

@vercel
Copy link

@vercel vercel bot commented on 7abe325 Apr 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

modern-screenshot – ./

modern-screenshot-git-main-qq15725.vercel.app
modern-screenshot-qq15725.vercel.app
modern-screenshot.vercel.app

Please sign in to comment.