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

[TASK] Remove obsolete intrinsicsize attribute #1380

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

s2b
Copy link
Contributor

@s2b s2b commented Jun 16, 2023

Pull Request

Related Issues

  • Closes #
  • Fixes # [bug]
  • Resolves # [feature/question]

Prerequisites

  • Changes have been tested on TYPO3 v11.5 LTS
  • Changes have been tested on TYPO3 v12.4 LTS
  • Changes have been tested on PHP 7.4
  • Changes have been tested on PHP 8.0
  • Changes have been tested on PHP 8.1
  • Changes have been tested on PHP 8.2
  • Changes have been checked for CGL compliance php-cs-fixer fix
  • CSS has been rebuilt (only if there are SCSS changes cd Build; npm ci; npm run build)

Description

intrinsicsize was a suggested attribute for all HTML media elements and was previously implemented by Google Chrome. However, it wasn't implemented by any other browser because height/width are now used to calculate the initial aspect ratio.

Explanation: WICG/intrinsicsize-attribute#16
Chrome status: https://chromestatus.com/feature/4704436815396864

intrinsicsize was a suggested attribute for all HTML media elements and was previously implemented by Google Chrome. However, it wasn't implemented by any other browser because height/width are now used to calculate the initial aspect ratio.

Explanation: WICG/intrinsicsize-attribute#16
Chrome status: https://chromestatus.com/feature/4704436815396864
@benjaminkott benjaminkott merged commit ec4d613 into benjaminkott:master Jun 19, 2023
benjaminkott pushed a commit that referenced this pull request Jun 22, 2023
intrinsicsize was a suggested attribute for all HTML media elements and was previously implemented by Google Chrome. However, it wasn't implemented by any other browser because height/width are now used to calculate the initial aspect ratio.

Explanation: WICG/intrinsicsize-attribute#16
Chrome status: https://chromestatus.com/feature/4704436815396864
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.

2 participants