web-platform-tests/wpt

read-only read-write tests

Open

#2889 aperta il 24 apr 2016

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)HTML (2898 fork)batch import
good first issuehtmltype:bug

Metriche repository

Star
 (4581 star)
Metriche merge PR
 (Merge medio 6g 7h) (626 PR mergiate in 30 g)

Descrizione

Hi, I was looking at the spec https://html.spec.whatwg.org/multipage/scripting.html#selector-read-only and the readwrite-readonly tests and I think I found a bug in https://github.com/w3c/web-platform-tests/blob/master/html/semantics/selectors/pseudo-classes/readwrite-readonly.html#L54. As I understand, :read-only is defined as not(:read-write), which means that the expected result is not correct. Am I missing something?

Guida contributor