Simon Pieters

Results 719 comments of Simon Pieters

So a case like this? http://software.hixie.ch/utilities/js/live-dom-viewer/saved/4301 ``` div { width:100px } span { padding-left:calc(10% - 10px); line-height:20px } test w(getComputedStyle(test).height) ``` Gecko and Chromium seem to apply the quirk for...

Nice to see progress here! The new titles are great. There's some cleanup to do still I think, e.g. - https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly says "DOMRectReadOnly.x" as link text (maybe should be just...

A semantic difference between JSON Schema and CDDL to keep in mind when converting is, similarly to W3C XML Schema vs. RELAX NG, the former starts with "everything is allowed"...

Related https://github.com/whatwg/html/issues/1221

cc @nox http://software.hixie.ch/utilities/js/live-dom-viewer/saved/4302 (Gecko checks the padding on all 4 sides I think.)

> Don't allow HID-level input to be simulated This would allow privilege escalation since screen readers usually have more privilege than other apps (e.g. browsers).

WPT would be good to have for this. What do you mean with link from a draft spec?

> I had thought that the future progressive behavior could be triggered by the presence of the lat, long and zoom attributes. OK, attribute based switches are simpler than children-based...

I think "deprecated" doesn't make sense for `setHTML()`, since it's not in the process of being removed; it's in the process of being *added*. "Experimental" maybe?