[Bug 22396] New: scrollIntoView assumes element and scrolling box has the same writing mode

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22396

            Bug ID: 22396
           Summary: scrollIntoView assumes element and scrolling box has
                    the same writing mode
    Classification: Unclassified
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM View
          Assignee: dave.null@w3.org
          Reporter: simonp@opera.com
        QA Contact: public-css-bugzilla@w3.org

http://dev.w3.org/csswg/cssom-view/#element-scrolling-members

[[
If element's border box beginning edge and ending edge in the inline base
direction are both outside box's beginning edge and ending edge in the inline
base direction
]]

The element doesn't necessarily have the same writing mode as the scrolling
box. The rules should use the scrolling box's writing mode and use the same
physical sides on the element regardless of its writing mode, I think.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 18 June 2013 13:59:29 UTC