Sid Vishnoi
Sid Vishnoi
This issue still persists.
https://github.com/w3c/respec/issues/1360 is probably the relevant ReSpec issue here. If Bikeshed also faces such issue, this might be better suited for spec-prod. Edit: Or implement here and spec-prod can use it...
FWIW, we presently use a `postbuild` step using esbuild. This reduces our docker image size from 1GB to 20MB. ```js // File: scripts/postbuild.js // In package.json: scripts.postbuild = "node scripts/postbuild.js"...
As per vercel/serve-handler#45, it should've been fixed in latest version of serve (11.3.2, which uses serve-handler 6.1.3, which includes mentioned PR). But I'm getting the following error ``` $ serve...
Can confirm above works. The blocks in-between need to be properly indented though. Edit: properly indenting in-between blocks fixes the issue even without above fix. So, that's likely a different...
@AlexDawsonUK I cannot reproduce the error with `test.txt` you shared. Please check there's no `
Thanks @AlexDawsonUK. I'll check in Chrome too. Could possibly be a ReSpec issue. Edit: Confirmed happening in Chrome
Doesn't happen with `` in Chrome 🤓
Agrees on blaming Blink behavior, as Safari and Firefox work fine. The actual issue is Blink returns empty string with `innerText` when content is not visible. I think ReSpec could...
Spec for reference: https://html.spec.whatwg.org/multipage/dom.html#get-the-text-steps