- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 07 Oct 2016 14:41:05 +0000
- To: public-css-archive@w3.org
I don't understand why this needs to cascade separately. This isn't an independent piece of behavior - it's modifying the behavior of *one* value in 'overflow'. Effectively these are just two new 'overflow' values; the argument against actually doing that is that 'overflow' is already overloaded in handling multiple overflow-related things, and adding more values here would just increase the confusion. In other words, there's no reason for the user to set "overflow: auto" if they really want the stable/always behavior. It doesn't offer them anything additional; it doesn't make their life easier for some other reason. They should just be setting the "stable" or "always" value directly on those elements, and only use "auto" if they actually want "auto" behavior. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/92#issuecomment-252270539 using your GitHub account
Received on Friday, 7 October 2016 14:41:14 UTC