Eric Portis
Eric Portis
## Question about an existing feature ### What are you trying to achieve? I am trying to decide which AVIF quality settings to use when using https://github.com/11ty/eleventy-img/, and found that...
--- ### Description Clarify requirements for render-blocking. Also make clear that we are not only blocking on fetching; also on parsing/application. ### Motivation I was caught out when trying to...
### MDN URL https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/blocking ### What specific section or headline is this issue about? _No response_ ### What information was incorrect, unhelpful, or incomplete? On these pages: https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/blocking https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement/blocking https://developer.mozilla.org/en-US/docs/Web/API/HTMLStyleElement/blocking...
After correctly describing what the --remote option does in the first paragrah, the docs give the following example > ``` > c2patool sample/image.jpg -r http://my_server/myasset.c2pa -m sample/test.json -o signed_image.jpg >...