07:24 | <annevk> | Yeah, nice work by timothygu and twiss |
07:50 | <Andreu Botella (he/they)> | I didn't realize infinities were converted to 0 when cast to a WebIDL integer type |
07:50 | <Andreu Botella (he/they)> | I was trying to do setTimeout(fn, timeout ? 10 * 1000 : Number.POSITIVE_INFINITY) |
08:56 | <sideshowbarker> | https://github.com/validator/validator/issues/1192 |
08:57 | <sideshowbarker> | per-spec should the following be a document-conformance (authoring-conformance error)?
|
11:22 | <sideshowbarker> | https://github.com/mdn/content/issues/7049 could use some help/attention from someone among us with strong domain knowledge (and strong opinions…) about Shadow DOM |
16:01 | <Domenic> |
|
16:02 | <Domenic> | Hmm nope https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#set-of-space-separated-tokens did not say what I thought it said |
16:02 | <Domenic> | So it seems like both autocomplete="" and autocomplete=" " should be valid? |
16:20 | <sideshowbarker> | oh |
16:21 | <sideshowbarker> | well currently I’m reporting the empty string as invalid, but not the whitespace-only string |
16:22 | <sideshowbarker> | I wonder if something changed in the spec after the time when I originally implemented this in the checker |
16:24 | <sideshowbarker> | though, doesn’t really matter because I need to make it conform to the current spec anyway |
16:31 | <sideshowbarker> | meanwhile FYI for anybody curious, https://github.com/mdn/content/pull/7092 is a PR for converting the sources for all the MDN JavaScript docs from HTML to Markdown |