web-platform-tests/wpt

read-only read-write tests

Open

#2.889 geöffnet am 24. Apr. 2016

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (2.898 Forks)batch import
good first issuehtmltype:bug

Repository-Metriken

Stars
 (4.581 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 7h) (626 gemergte PRs in 30 T)

Beschreibung

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?

Contributor Guide