← back to v138 · speculation-rules-target-hint-field
conformance · v138
v138 · speculation-rules-target-hint-field — conformance probe
5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
speculation-rules-supported |
HTMLScriptElement.supports('speculationrules') reports true. spec ↗ | script | … | |
target-hint-blank-parses |
A speculation rule with target_hint: '_blank' parses without throwing. spec ↗ | script | … | |
target-hint-self-parses |
target_hint: '_self' is also valid. spec ↗ | script | … | |
target-hint-on-prefetch |
target_hint can appear on a prefetch action too (not just prerender). spec ↗ | script | … | |
window-open-supported |
window.open is a function — the navigation surface target_hint hints at (so a _blank prerender can be activated). | typeof | … |