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

Autocapitalize further update #21458

Merged
merged 2 commits into from
Dec 4, 2023

Conversation

chrisdavidmills
Copy link
Collaborator

@chrisdavidmills chrisdavidmills commented Dec 4, 2023

Summary

We recently made some changes to the autocapitalize content; see mdn/content#30734 (review) for test case, and the changes that were made. This was done before I realized that autocapitalize is a true global attribute - it is also available on any contenteditable element.

This PR removes autocapitalize from the form element, so it is just on global attributes.

My next move will be to update the content again so that all the nice updated details we wrote about autocapitalize will be moved from the form elements they are relevant to, and put on the global attribute page.

Test results and supporting details

Related issues

@github-actions github-actions bot added the data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML label Dec 4, 2023
@teoli2003
Copy link
Member

👍 Feel free to ping me on slack once the content update PR is ready, so it can get a prompt merge (As you already reviewed the original PR and I read part of it this morning, too)

@teoli2003 teoli2003 merged commit 03f4df0 into mdn:main Dec 4, 2023
5 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants