https://github.com/web-platform-tests/wpt
Revision be315b1de5c832b49d353768e0b2a268658714b9 authored by Chris Rebert on 09 October 2015, 01:08:52 UTC, committed by Chris Rebert on 09 October 2015, 01:08:52 UTC
Reverts part of 4b3ce31884b64ff56a9c9d259d8a1faac02ad8f4
Reasserts #928
Closes #923
See also: https://critic.hoppipolla.co.uk/showcomment?chain=12393

document.designMode and document.execCommand() are not currently well-standardized,
and are not especially germane to these tests. They aren't spec'd to affect either
the "dirty value flag" or the "last edited by the user" flag any differently than
simply modifying the `.value` property would, which the test code already does.
Therefore, this commit removes them from validator.js:set_dirty()
1 parent aa88ff3
History
Tip revision: be315b1de5c832b49d353768e0b2a268658714b9 authored by Chris Rebert on 09 October 2015, 01:08:52 UTC
Stop using designMode and execCommand for dirtying in HTML form constraint tests
Tip revision: be315b1

README.md

back to top