ampproject / ampproject/amphtml
`<link rel="expect" blocking="render" />` not supported
- Dominant language
- JavaScript
- Stars
- 14.9k
- Forks
- 4.1k
- PR merge metrics
- No merged PRs in 30d
Description
### Description
This is a new addition (https://html.spec.whatwg.org/multipage/links.html#link-type-expect) only supported by Chrome at the moment.
Including it in the markup fails AMP validation. It's not clear if this actually prevents the page from being indexed by the AMP cache or if it's just a validation error we can ignore for now.
### Reproduction Steps
Validate
```html
another page
```
### Relevant Logs
```shell
The attribute 'blocking' may not appear in tag 'link'.
https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml/#html-tags
```
### Browser(s) Affected
_No response_
### OS(s) Affected
_No response_
### Device(s) Affected
_No response_
### AMP Version Affected
amphtml-validator@1.0.38
Contributor guide
Assessment
This issue has not been assessed yet.