Results 89 issues of sideshowbarker

I’d like to get ccls working with the WebKit browser sources from https://github.com/WebKit/WebKit. I have a .ccls file set up but not yet adequately for handling the idiosyncrasies of the...

For any element named in the MD033 `allowed_elements` array, allow any child elements of the named elements. Use case: To cause all HTML tables to be allowed, I have the...

enhancement

This is a request to add a boolean option to allow HTML tables, and all descendant elements. Maybe as an alternative to #419. Use case: Some tables are too complex...

enhancement

This is a follow-up to https://github.com/mdn/content/pull/19056 https://github.com/w3c/csswg-drafts/commit/fc6766d dropped the scroll-timeline at-rule from the “Scroll-linked Animations” spec The feature was only ever implemented in Firefox, and only behind a flag, and...

Content:CSS

After a proposal has gone through all the stages and gets merged into the spec, change the body start tag in the HTML source of the proposal to this: ```html...

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...

https://github.com/w3c/csswg-drafts/commit/fc6766d dropped the scroll-timeline at-rule from the “Scroll-linked Animations” spec

data:css :art:

See https://github.com/whatwg/url/commit/b266a43fc9df0e8607074bd4d336a517e2010009 Also see updated tests at https://github.com/w3c/web-platform-tests/commit/00c62beb89332331b6a2b6e7e82bedee737d6662 and https://github.com/w3c/web-platform-tests/commit/288f7ae3510828ed5d6aec00500e592da312aabd

standards

This change causes javadoc warnings for io.mola.galimatias.URL.toJavaURI() to be ignored. Without this change, the `>` characters in the current Javadoc for that method cause the javadoc command to emit “invalid...