Skip to content
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

Fixed <figure> <img loading="*"> and missing <source>-attributes #22

Closed
wants to merge 1 commit into from

Conversation

schlotzz
Copy link
Contributor

@schlotzz schlotzz commented Aug 11, 2021

The <figure>-tag should be supported by default.

The following (new) attributes should be supported for <img>:

  • loading

The following attributes should be supported for <source>:

  • media
  • sizes
  • src
  • srcset
  • type

The <figure>-tag should be supported by default.

The following (new) attributes should be supported for <img>:
- loading

The following attributes should be supported for <source>:
- media
- sizes
- src
- srcset
- type
@ohader
Copy link
Member

ohader commented Aug 12, 2021

This change was similar to existing PR #17. Additional <img loading> attr has been incorporated there as well, see https://github.com/TYPO3/html-sanitizer/pull/17/commits

@ohader ohader closed this Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants