commit | 50b643c442f43bba16bdc9355e53729d6dd5c87c | [log] [tgz] |
---|---|---|
author | rob.buis <rob.buis@samsung.com> | Wed May 04 02:12:51 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 04 02:15:19 2016 |
tree | 0f6c68060db7e196de0b9b9ddb9224562abe7435 | |
parent | 6159adb1f883d7cccd2f1eb797cd825a2f460a39 [diff] |
Make <attr-name> accept any CSS identifier Make <attr-name> accept any CSS identifier rather than rejecting those starting with minus. With this change we do match attributes starting with minus unless they are dynamically added. Behavior matches Firefox. Review-Url: https://codereview.chromium.org/1924313002 Cr-Commit-Position: refs/heads/master@{#391412}