Closed
Bug 599752
Opened 15 years ago
Closed 15 years ago
SVG implement dynamic pseudo-class focus
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
INVALID
People
(Reporter: jay, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
604 bytes,
image/svg+xml
|
Details |
dynamic pseudo-class implemented, but not focus.
why?
SVG 1.1
The ‘pointer-events’ property specifies under what circumstances a given graphics element can be the target element for a pointer event. It affects the circumstances under which the following are processed:
user interface events such as mouse clicks
dynamic pseudo-classes (i.e., :hover, :active and :focus; [CSS2], section 5.11)
http://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty
5.11.3 The dynamic pseudo-classes: :hover, :active, and :focus
http://www.w3.org/TR/2008/REC-CSS2-20080411/selector.html#q15
apologies if this is a dupe
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Comment 2•15 years ago
|
||
click on the box, should change colour
![]() |
||
Comment 3•15 years ago
|
||
That element isn't focusable, so never matches :focus.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 4•15 years ago
|
||
awaiting support for begin, which has yet to be implemented
Attachment #478655 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•