Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename 'instant' value of scroll-behavior CSS property to 'auto' | ajuma@chromium.org | 2014-11-28 | 1 | -10/+10 |
| | | | | | | | | | | | | | | This changes the 'instant' value of scroll-behavior to 'auto', matching a change made in the CSSOM View spec (and also matching Firefox's implementation). Spec: http://dev.w3.org/csswg/cssom-view/#css-properties BUG=243871 Review URL: https://codereview.chromium.org/766023002 git-svn-id: svn://svn.chromium.org/blink/trunk@186196 bbb929c8-8fbe-4397-9dbb-9b2b20218538 | ||||
* | Implement 'scroll-behavior' parsing | ajuma@chromium.org | 2014-01-22 | 1 | -0/+73 |
This implements parsing for the 'scroll-behavior' CSS property, part of the CSSOM View smooth scroll API. This property is protected by a runtime flag. Intent-to-implement: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/YLWs9N46XjQ/mK7rCJ26BqAJ Spec: http://www.w3.org/TR/cssom-view/ BUG=243871 Review URL: https://codereview.chromium.org/140253004 git-svn-id: svn://svn.chromium.org/blink/trunk@165568 bbb929c8-8fbe-4397-9dbb-9b2b20218538 |