web-platform-tests/wpt

Test CSSOM resolved values for different `position` values

Open

#5.897 geöffnet am 11. Mai 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (2.898 Forks)batch import
css-positioncssomgood first issuetype:missing-coverage

Repository-Metriken

Stars
 (4.581 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 23h) (682 gemergte PRs in 30 T)

Beschreibung

https://drafts.csswg.org/cssom/#resolved-values

See https://github.com/w3c/csswg-drafts/issues/1346 for the spec issue around position: sticky, though note per the original discussion on the Chromium bug tracker position: fixed makes no more sense as currently spec'd.

http://output.jsbin.com/wunoxod/quiet is a simple test page.

Results:

position: static relative sticky absolute fixed
Chrome 58 auto 0px 0px 224px 296px
Firefox 53 auto 0px auto 224px 296px
Edge 14 auto auto n/a auto auto
Safari 10 auto auto auto auto auto

Contributor Guide