You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the WordPress Block Editor, if the Amazon Kindle block is added then a validation error occurs.
As there is a type="text/html" attribute-value combination present in the iframe generated from the Amazon Kindle embed and type is not a standard <iframe> attribute, that is why the validation error occurs. Though type is a non-standard attribute, it is fairly common in some embeds.
Expected Behaviour
Embeds with fairly common non-standard attributes like type should not produce validation errors.
Steps to reproduce
Create a post with Amazon Kindle block.
Validate the post.
See the validation error in back-end.
Screenshots
Validation error with Amazon Kindle block
Additional context
WordPress version:
Plugin version:
Gutenberg plugin version (if applicable):
AMP plugin template mode:
PHP version:
OS:
Browser: [e.g. chrome, safari]
Device: [e.g. iPhone6]
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered:
Bug Description
In the WordPress Block Editor, if the Amazon Kindle block is added then a validation error occurs.
As there is a
type="text/html"
attribute-value combination present in the iframe generated from the Amazon Kindle embed andtype
is not a standard<iframe>
attribute, that is why the validation error occurs. Thoughtype
is a non-standard attribute, it is fairly common in some embeds.Expected Behaviour
Embeds with fairly common non-standard attributes like
type
should not produce validation errors.Steps to reproduce
Screenshots
Validation error with Amazon Kindle block
Additional context
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: