Skip to content

html.global_attributes.autocapitalize: Update Safari support#30076

Open
awnoa wants to merge 2 commits into
mdn:mainfrom
awnoa:fix/autocapitalize-safari-ios
Open

html.global_attributes.autocapitalize: Update Safari support#30076
awnoa wants to merge 2 commits into
mdn:mainfrom
awnoa:fix/autocapitalize-safari-ios

Conversation

@awnoa

@awnoa awnoa commented Jul 17, 2026

Copy link
Copy Markdown

Summary

Update autocapitalize compatibility for Safari:

  • Keep macOS Safari unsupported and link the relevant WebKit implementation bug.
  • Record partial support from iOS Safari 5.
  • Record full support from iOS Safari 10.3.

Test results and supporting details

The modified data file parses successfully as JSON. WebKit bug 164538 tracks the addition of contenteditable support before iOS Safari 10.3.

Related issues

Fixes #25569

@github-actions github-actions Bot added data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:s [PR only] 7-24 LoC changed labels Jul 17, 2026
@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

Comment thread html/global_attributes.json Outdated
Comment thread html/global_attributes.json
@github-actions

Copy link
Copy Markdown
Contributor

The lint check found auto-fixable issues. Apply suggested changes (attributed to bcd-linter), or to fix all at once, run npm run lint:fix locally.

See also: Automated lint suggestions on pull requests

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:s [PR only] 7-24 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

html.global_attributes.autocapitalize - Safari supports autocapitalize

1 participant