Fix `function-no-unknown` false positive for `scroll()`
See original GitHub issueWhat steps are needed to reproduce the bug?
use scroll()
with layout.css.scroll-linked-animations.enabled
enabled
Question
My question is more general; should we preemptively fix stuff or should we wait for issues to pop up once it’s not behind a flag anymore? i.e. preemptive measures or late fixes
ref
- https://www.w3.org/TR/scroll-animations-1/#scroll-notation
- https://caniuse.com/mdn-css_properties_animation-timeline_scroll
What Stylelint configuration is needed to reproduce the bug?
{
"rules": {
"function-no-unknown": "true"
}
}
Proposal to fix the bug
Issue Analytics
- State:
- Created 9 months ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
color contrast false positive in scrollable area #2728 - GitHub
Run the axe browser extension; Observe that several color contrast issues are returned for elements in the side navigation. Each of these issues ......
Read more >Synaptics TouchPad Driver (Logitech T650): How to fix false ...
I've been trying many Synaptics settings in synclient but can't find a configuration that reliably gets rid of false positive clicks while ...
Read more >Disable Scrolling on Body - Stack Overflow
In my case, I'm disabling scrolling based on a class toggle. Setting .someContainer {height: 100%; overflow: hidden;} when the container's height is smaller ......
Read more >Document: scroll event - Web APIs - MDN Web Docs - Mozilla
The scroll event fires when the document view has been scrolled. To detect when scrolling has completed, see the Document: scrollend event.
Read more >The scroll bar continues to scroll after you release the mouse ...
The scroll bar continuously scrolls even after you release the left mouse button. ... Calling ScrollWindow(), to scroll, generates paint messages.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Indeed, check the PR tests.
Alright, Ill give it a try.