-
Notifications
You must be signed in to change notification settings - Fork 715
[css-scrollbars-1][unclear-issue] #2007
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
Comments
I'm not sure what you're trying to say here? |
Definitive "NO" for this draft. I propose: Pseudoclasses: We don't need scrollbar-3dlight-color etc. It is possible to describe scrollbar with use of standard styles for example border-bottom. Reason: The manipulation of scrollbars shall be complete. The scrollbar is composed with real elements: background, thumb, buttons and there shall be reflected in CSS. Edit: If the width of scrollbar will be defined as 16px and user will select zoom:200% in their browser settings, the scrollbar shall have visual size equivalent to 32px (200%*16px). This also shall be clarified in future draft. Edit 2: still not ideal due to fact the pseudoelements cannot have pseudocalsses. I proposed new solution. #2153 |
Additionally: Security/privacy problem of the css-scrollbars-1 @ 14 Nov 2107 draft: Thus: the standard width/height of scrollbar shall be standarized to 17px (it is the most often value), the colours of each pseudoelement of scrollbar also shall be standarized for PC browsers and smartphones. Web-developers shall be possible to mainpulate these values but shall not be able to read colours of OS composition. If the ThreeDDarkShadow etc. are used in any working draft/recommendation, PLEASE define standard values for them. For example ThreeDDarkShadow ::= #808080 (I propose grayscale for them). |
From testing, I’ve determined that Firefox doesn’t scale the scrollbars to match the web content. |
Link to spec: https://drafts.csswg.org/css-scrollbars-1/
These new css properties allow you to influence only the color of the scrollbar.
Is it inherent in the complexity of realization?
would like ::-webkit-scrollbar CSS pseudo-element?
The text was updated successfully, but these errors were encountered: