-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The conditions when a script
element is implicitly potentially render-blocking are wrong
#7893
Comments
3 tasks
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this issue
May 12, 2022
…ocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec
aarongable
pushed a commit
to chromium/chromium
that referenced
this issue
May 12, 2022
…ocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737}
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this issue
May 12, 2022
…ocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737}
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this issue
May 12, 2022
…ocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737}
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
May 18, 2022
…licitly potentially render-blocking, a=testonly Automatic update from web-platform-tests Add a WPT for when a <script> is not implicitly potentially render-blocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737} -- wpt-commits: 7f4089c1f0ba37dc51fb3a220f8719ff98863374 wpt-pr: 34038
jamienicol
pushed a commit
to jamienicol/gecko
that referenced
this issue
May 25, 2022
…licitly potentially render-blocking, a=testonly Automatic update from web-platform-tests Add a WPT for when a <script> is not implicitly potentially render-blocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737} -- wpt-commits: 7f4089c1f0ba37dc51fb3a220f8719ff98863374 wpt-pr: 34038
mfreed7
pushed a commit
to mfreed7/html
that referenced
this issue
Jun 3, 2022
Fixes whatwg#7893, which is a bug introduced by whatwg#7857.
mjfroman
pushed a commit
to mjfroman/moz-libwebrtc-third-party
that referenced
this issue
Oct 14, 2022
…ocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737} NOKEYCHECK=True GitOrigin-RevId: 0c63e935d875f7bbb2270333f54c9c698a8a0c79
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#7857 defined the following:
This is obviously wrong. It should be parser-inserted classic script without async or defer attributes.
Question: should we consider dynamically inserted script with
async
set to false?Edit: we shouldn't. I've tested this test case in Chrome, Safari and Firefox, and none of them blocks rendering on the script.
@domenic
The text was updated successfully, but these errors were encountered: