Re: [html-tests] HTML: Add tests for optional `window.open` position, size features (#5390)

> Anyway, before I go further: it seems evident that no browser implements parsing these values per the "rules for parsing integers". Am I misunderstanding the spec ? Is the spec wrong? Or just browsers not following the spec :) ?

Maybe cssom-view is wrong. What do browsers do?

> While the HTML spec now, as of your recent changes, defines the tokenization itself, it doesn't—so far as I know—define the parsing of the tokens. Right?

HTML doesn't define parsing of the values, right. It just passes `tokenizedFeatures` to cssom-view, which then uses "rules for parsing integers" for left/top/width/height.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5390#issuecomment-292542159

Received on Friday, 7 April 2017 13:52:41 UTC