[Bug 13391] Add a ScrollElementIntoView function

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13391

--- Comment #12 from Charles Pritchard <chuck@jumis.com> 2011-09-22 16:33:03 UTC ---
(In reply to comment #10)
> Status: Did Not Understand Request
> Change Description: no spec change
> Rationale: Marking closed per reporter.


The request is similar to the WHATWG proposed method scrollPathIntoView():
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#dom-context-2d-scrollpathintoview

scrollPathIntoView() works with the current path. scrollIntoView(element) would
work with an element present in the Canvas subtree. This is already covered by
CSSOM, we simply need to improve UA handling of DOM elements in the Canvas
subtree. That work will likely move forward as development of Web Components
(and the shadow tree) moves forward.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 22 September 2011 16:33:09 UTC