[Bug 24734] New: Small bug in Selector table, Relative Selectors and :focus

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24734

            Bug ID: 24734
           Summary: Small bug in Selector table, Relative Selectors and
                    :focus
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Selectors
          Assignee: fantasai.bugs@inkedblade.net
          Reporter: crimsteam@gmail.com
        QA Contact: public-css-bugzilla@w3.org

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:)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 19 February 2014 23:57:30 UTC