Re: [html-tests] HTML: Fix various bugs in new colSpan/rowSpan tests (#5707)

> I like the specced behavior because wrapping on overflow is unintuitive for users.

Note that WebKit is not wrapping, the HTML integer parser returns an error if the parsed value does not fit in an int32_t, and we end up using the default value.

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

Received on Thursday, 27 April 2017 16:21:33 UTC