Skip to content

[css-scrollbars][css-scrollbars-1] 'overflow' does not apply to all FC roots #1963

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

Closed
Loirooriol opened this issue Nov 9, 2017 · 0 comments

Comments

@Loirooriol
Copy link
Contributor

From https://drafts.csswg.org/css-scrollbars/#scrollbar-color-properties,

Applies to: block containers and boxes that establish a formatting context [same as elements that overflow applies to]

However, they are not the same. overflow does not apply to

  • Inline formatting context roots. overflow makes the block container establish a BFC instead, and an anonymous IFC root without overflow is generated.
  • Ruby formatting context roots. They are inline-like boxes, so overflow does not apply.
  • Table formatting context roots. overflow is used on the table wrapper box instead of on the table box.

So I would just say

Applies to: [same as elements that overflow applies to]

@fantasai fantasai added the css-scrollbars-1 Current Work label Dec 4, 2017
@tantek tantek changed the title [css-scrollbars] 'overflow' does not apply to all FC roots [css-scrollbars][css-scrollbars-1] 'overflow' does not apply to all FC roots Mar 31, 2018
fantasai added a commit that referenced this issue Jul 30, 2018
upsuper added a commit that referenced this issue Aug 3, 2018
[css-scrollbars-1] Applies to boxes to which 'overflow' applies... which isn't quite FC roots. #1963
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants