- From: <bugzilla@jessica.w3.org>
- Date: Tue, 03 Dec 2013 18:09:44 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23987
Bug ID: 23987
Summary: Empty path and drawSystemFocusRing
Product: HTML WG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: minor
Priority: P2
Component: CR HTML Canvas 2D Context
Assignee: jaymunro@microsoft.com
Reporter: plh@w3.org
QA Contact: public-html-bugzilla@w3.org
CC: public-html-admin@w3.org
What is expected from drawSystemFocusRing if the path is empty, e.g.
[[
var ctx = canvas.getContext("2D");
ctx.beginPath();
myInput.focus();
ctx.drawSystemFocusRing(myInput);
]]
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 3 December 2013 18:09:45 UTC