docs: Document remaining node properties - #781
Merged
DataTriny merged 1 commit intoAug 28, 2026
Merged
Conversation
DataTriny
approved these changes
Aug 28, 2026
Member
|
I'm happy with the style you have applied in your changes. If you think existing documentation is now inconsistent, feel free to submit patches for that. Otherwise we have a bunch of types that currently don't have documentation in the accesskit crate, if you want to continue this type of work. Some of these types also have an ARIA equivalent. Except for the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey, this covers the 23 remaining properties that did not already have complete documentation. There are 12 more that already had documentation; I could do a consistency pass on those 12 if you like. Happy to tackle whatever else next.
Ran:
cargo fmt --all -- --checkRUSTDOCFLAGS="-D warnings" cargo doc -p accesskit --no-depscargo test -p accesskit