This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24734 - Small bug in Selector table, Relative Selectors and :focus
Summary: Small bug in Selector table, Relative Selectors and :focus
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: Selectors (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: fantasai
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-19 23:57 UTC by Arkadiusz Michalski (Spirit)
Modified: 2014-02-20 00:02 UTC (History)
1 user (show)

See Also:


Attachments

Description Arkadiusz Michalski (Spirit) 2014-02-19 23:57:28 UTC
In Relative Selectors:
http://dev.w3.org/csswg/selectors4/#relative

we have:

"Relative selectors, once absolutized, can additionally be scope-contained (such as within the ::distributed() pseudo-class [[SHADOWDOM]]) or scope-filtered."

::distributed() is pseudo-element, not pseudo-class.

In Selector table:

http://dev.w3.org/csswg/selectors4/#overview

we have double description for this pseudo:
E:required
E:optional

Second row should have description for :user-error pseudo-class. 

In :focus pseudo-class:
http://dev.w3.org/csswg/selectors4/#the-focus-pseudo

we have:

"There may be document language or implementation specific limits on which elements can acquire :focus. For example, [HTML5] defines a list of activatable elements."

You put HTML5 link not for :focus but for :active.

No big problem, but you can easy fix it:)