[Webkit-unassigned] [Bug 84296] New: Implement overlapping detection algorithm for positioning
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 18 16:05:46 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84296
Summary: Implement overlapping detection algorithm for
positioning
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Media Elements
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: vcarbune at adobe.com
CC: eric.carlson at apple.com, annacc at chromium.org
Blocks: 79750
When snap-to-lines flag is false the boxes should not overlap, if possible:
[...]
10.13.4 If there is a position to which the boxes in boxes can be moved while maintaining the relative positions of the boxes in boxes to each other such that none of the boxes in boxes would overlap any of the boxes in output, and all the boxes in output would be within the video's rendering area, then move the boxes in boxes to the closest such position to their current position, and then jump to the step labeled done positioning below. If there are multiple such positions that are equidistant from their current position, use the highest one amongst them; if there are several at that height, then use the leftmost one amongst them.
[...]
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list