[Webkit-unassigned] [Bug 142411] New: CSS scroll-snap-desintation and scroll-snap-coordinate are not honoring position values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 6 14:16:22 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=142411

            Bug ID: 142411
           Summary: CSS scroll-snap-desintation and scroll-snap-coordinate
                    are not honoring position values
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The CSS specification for "scroll-snap-coordinate" and "scroll-snap-destination" (see <http://dev.w3.org/csswg/css-snappoints/#propdef-scroll-snap-coordinate> and <http://dev.w3.org/csswg/css-snappoints/#propdef-scroll-snap-destination>) state that the value of these properties are <position>.

This means the following are allowed:
<position> = [
    [ left | center | right | top | bottom | <percentage> | <length> ]
|
    [ left | center | right | <percentage> | <length> ]
    [ top | center | bottom | <percentage> | <length> ]
|
    [ center | [ left | right ] [ <percentage> | <length> ]? ] &&
    [ center | [ top | bottom ] [ <percentage> | <length> ]? ]
]

We currently only support percentage and length values.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150306/bab3f705/attachment-0002.html>


More information about the webkit-unassigned mailing list