sideshowbarker
sideshowbarker
MDN and possibly other places have need to link to not just normative dfn terms/targets themselves in specs but also (actually, often) have need to link to secondary *references* to...
https://github.com/whatwg/dom/tree/review-drafts-w3c-additions has the W3C-ready review-draft output for the 2019-06 review draft of the DOM spec — and specifically in https://github.com/whatwg/dom/commit/be3bc514d6db2c158d450bbdcfae23d3b3d9c40f, the HTML source for the W3C additions, and the build...
Currently only supported in Blink. * https://www.chromestatus.com/feature/5164259990306816 * https://github.com/whatwg/html/commit/d11bc53d8c82b8c3f761501f9bc98f2a13a5f239 * https://github.com/whatwg/html/pull/4048 * https://github.com/w3c/preload/issues/120 * https://html.spec.whatwg.org/multipage/semantics.html#attr-link-imagesrcset * https://html.spec.whatwg.org/multipage/semantics.html#attr-link-imagesizes
https://github.com/mdn/fetch-examples/blob/7a20c41cb1d65c5e8ae9eae3270caa2dadadf12e/fetch-with-init-then-request/index.html#L25-L36 That example is setting a `Content-Type` request header for a `GET` request, which serves no real purpose since the request has no request body/payload. I guess a simple fix...
This is a proposal for a new feature to automatically generate MDN annotations in output from ecmarkup. For any specific feature in an spec/draft/proposal generated with ecmarkup, an annotation would...
In current MDN article content, we no longer have any `Compat` or `Specifications` macros which have arguments — instead all articles use the `browser-compat` frontmatter key or the `spec-urls` frontmatter...
It’d be nice if https://interactive-examples.mdn.mozilla.net were CORS-enabled, so that it’d be possible use fetch/xhr/ajax to get resources from it. See https://github.com/mdn/content/pull/726 for some context; I had considered using https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4 as...
https://wpt.fyi/results/css/css-contain mostly shows green for all engines for the various`contain-inline-*` tests (though Safari seems to be failing 100% of the https://wpt.fyi/results/css/css-contain/contain-inline-size-replaced.html tests…) That’d seem to suggest the “inline-size containment” feature...
After installing wechat-terminal from the npm package, it works for me fine but at startup and after other events, the following occasionally gets reported: ``` (node:83396) UnhandledPromiseRejectionWarning: TransformError: 1 at...
It would be good to have an option to disable notifications. Where in the source should I look for the code that generates notifications? (For now, I could just hack...