Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

feat(css): Add CSS and WebKit scrollbar specifications #645

Closed
wants to merge 1 commit into from

Conversation

ExE-Boss
Copy link
Contributor

@ExE-Boss ExE-Boss commented Nov 1, 2018

Both @erikadoyle and @jpmedley have confirmed the Microsoft Edge and Google Chrome statuses respectively in mdn/browser-compat-data#2424 (comment) and mdn/browser-compat-data#2424 (comment).


review?(@alrra)

@msftclas
Copy link

msftclas commented Nov 1, 2018

CLA assistant check
All CLA requirements met.

@alrra
Copy link
Contributor

alrra commented Nov 1, 2018

Cc: @FremyCompany @gregwhitworth

@FremyCompany
Copy link
Contributor

The spec linked by @ExE-Boss and the description he gives it are not correct. The latest version of the spec has scrollbar-color: auto | light | dark and scrollbar-width: auto | thin | none and it is currently too early to signify either support or no support for the feature as the spec hasn't finished maturing yet. I recommend not merging this PR.

@FremyCompany
Copy link
Contributor

The second part of the PR is however accurate, we could merge that:

  { 
    "name": "WebKit Scrollbars", 
    "category": "CSS", 
    "summary": "The ::-webkit-scrollbar CSS pseudo-element affects the style of the scrollbar of an element.", 
    "standardStatus": "De-facto standard", 
    "ieStatus": { 
      "text": "Under Consideration", 
      "priority": "Medium" 
    }, 
    "ff_views": { 
      "text": "In Development" 
    }, 
    "impl_status_chrome": "Shipped", 
    "uservoiceid": 9081910, 
    "statusid": 333 
  }

@alrra
Copy link
Contributor

alrra commented Nov 2, 2018

Thanks, @FremyCompany!

@alrra alrra closed this in 47991e3 Nov 2, 2018
@alrra
Copy link
Contributor

alrra commented Nov 2, 2018

The second part of the PR is however accurate, we could merge that:

Done! Thanks, @ExE-Boss!

@SelenIT
Copy link

SelenIT commented Nov 3, 2018

@FremyCompany, are you sure that it’s correct to say that WebKit scrollbars styling is in development in Firefox? I understand the current Firefox status as they are implementing the newly proposed spec, which is mostly developed by the same people who implement it, instead of the WebKit’s pseudo-element-based approach.

@FremyCompany
Copy link
Contributor

@SelenIT Ah, yes, sorry, I didn't catch that. I'll fix it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants