| 08:39 | <annevk> | MikeSmith: https://www.w3.org/Bugs/Public/show_bug.cgi?id=17205 seems like actual spam |
| 08:39 | <annevk> | MikeSmith: different from the contributor⊙wo spam that is |
| 10:06 | <sorenso> | list |
| 10:06 | <sorenso> | Sorry :) |
| 12:34 | <gsnedders> | webben: That's similar to extensions breaking if you disable JS :P |
| 12:48 | <webben> | can't reproduce in opera next |
| 12:48 | <webben> | (the broken inspector) |
| 16:23 | <matjas> | some-element::before { content: '\3A' } → what should getComputedStyle(element, '::before').content say? ':', "':'", or something else? browser behavior varies |
| 16:24 | <matjas> | Gecko _always_ wraps the return value in double quotes |
| 16:24 | <Ms2ger> | Hmm |
| 16:25 | <matjas> | WebKit usually doesn’t, but seems to wrap the return value in _single_ quotes when a simple char escape is used (e.g. `\:`) |
| 16:26 | <Ms2ger> | Gecko is right per CSSOM |
| 16:27 | <matjas> | http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html#dom-window-getcomputedstyle |
| 16:28 | <matjas> | Ms2ger: so, http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html#resolved-value? “The resolved value is the computed value.” |
| 16:28 | <Ms2ger> | http://dev.w3.org/csswg/cssom/#serialize-a-string |
| 16:28 | <matjas> | where does it say the quotes are part of the computed value |
| 16:28 | <matjas> | ah |
| 16:29 | <matjas> | Ms2ger: thanks! |
| 16:29 | <Ms2ger> | Np |
| 16:29 | <Ms2ger> | Now, a test! ;) |
| 16:30 | <matjas> | Ms2ger: yeah, i was working on some :) |
| 16:31 | <Ms2ger> | Going to submit them? :) |
| 16:31 | <matjas> | Ms2ger: sure, if anyone’s interested |
| 16:32 | <Ms2ger> | I am, does that count? :) |
| 16:32 | <matjas> | haha, sure |
| 16:38 | <matjas> | Ms2ger: where does it say that computed values must be serialized when returned through `getComputedValue`? |
| 16:53 | <matjas> | Ms2ger: http://mathias.html5.org/tests/css/escape-sequences/ |
| 16:55 | <matjas> | suggestions for additional test strings welcome |
| 17:53 | <kennyluck> | Given that CSSOM is an unmaintained spec, I wouldn't say it's trustworthy. |
| 18:38 | <Ms2ger> | matjas, it is implied in "The getPropertyValue(property) method must ...." |
| 22:57 | <smaug____> | where is the spec which defines innerHTML |
| 22:58 | <smaug____> | (Ms2ger isn't here) |
| 22:58 | <smaug____> | ah, http://html5.org/specs/dom-parsing.html |