- From: <bugzilla@jessica.w3.org>
- Date: Fri, 07 Nov 2014 02:26:09 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27264
Bug ID: 27264
Summary: Scrolling behaviour is too prescriptive. Should follow
behaviour of other focusable elements.
Product: HTML WG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: CR HTML Canvas 2D Context
Assignee: dave.null@w3.org
Reporter: mark.sadecki+w3c@gmail.com
QA Contact: public-html-bugzilla@w3.org
CC: public-html-admin@w3.org
When a canvas is not displayed in the viewport and focus is moved to a
focusable child element of the canvas, the spec says that the canvas should
scroll so that it aligns with the top of the screen. This is the expected
behaviour if the canvas is above the viewport. However, if it is below, one
would expect the page to scroll just enough so that the canvas is visible at
the bottom of the viewport, much like the behaviour expected when one moves
focus to any other focusable element that is beyond the bounds of the viewport.
Recommend changing the following:
If the focus area is not on the screen, then scroll the focus outline into view
by aligning it to the top when it receives focus.
to:
If the focus area is not on the screen, then scroll the focus outline into view
when it receives focus.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Friday, 7 November 2014 02:26:13 UTC