Skip to content

docs fixes #1039

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

Merged
merged 1 commit into from
Jun 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/reference/html-attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ All Attributes

`aria_* <https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes>`__
ARIA attributes let you specify the accessibility tree information for this element.
See ARIA attributes for a complete reference. In ReactPr, all ARIA attribute names are
See ARIA attributes for a complete reference. In ReactPy, all ARIA attribute names are
exactly the same as in HTML.

`auto_capitalize <https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize>`__
A string. Specifies whether and how the user input should be capitalized.

`content_editable <https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable>`__
A boolean. If true, the browser lets the user edit the rendered element directly. This
is used to implement rich text input libraries like Lexical. ReactPr warns if you try
is used to implement rich text input libraries like Lexical. ReactPy warns if you try
to pass children to an element with ``content_editable = True`` because ReactPy will
not be able to update its content after user edits.

Expand Down