This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22396 - scrollIntoView assumes element and scrolling box has the same writing mode
Summary: scrollIntoView assumes element and scrolling box has the same writing mode
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM View (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 13:59 UTC by Simon Pieters
Modified: 2013-08-08 13:28 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-06-18 13:59:27 UTC
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.
Comment 1 Simon Pieters 2013-06-18 21:49:53 UTC
https://dvcs.w3.org/hg/csswg/rev/cbfc51757179