This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Add support for setting the heading level for web semantics (#97894) #41435
Merged
auto-submit
merged 65 commits into
flutter:main
from
victorgalo:add-semantics-heading-level
Jun 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
a341b26
Add support for setting the heading level for web semantics (#97894)
victorgalo eff0206
Add support for setting the heading level for web semantics (#97894)
victorgalo 7f8ef2c
Merge branch 'main' into add-semantics-heading-level
victorgalo 9029d63
Add support for setting the heading level for web semantics (#97894)
victorgalo 260d4bd
Add support for setting the heading level for web semantics (#97894)
victorgalo baea4c1
Merge branch 'main' into add-semantics-heading-level
victorgalo bf0fe7f
Merge branch 'main' into add-semantics-heading-level
victorgalo b773f81
Merge branch 'main' into add-semantics-heading-level
victorgalo 90de9fc
Remove trailing spaces
victorgalo c9ac350
Merge branch 'main' into add-semantics-heading-level
victorgalo c8ccd31
Add export for new Heading role
victorgalo 0241f07
Fix references for new Heading role
victorgalo 6298a5f
Remove unused import
victorgalo 36c5fd6
Fix PR comments (41435)
victorgalo 30153e0
Remove trailing whitespace
victorgalo 5460388
Add support for setting the heading level for web semantics (#97894)
victorgalo a526070
Add support for setting the heading level for web semantics (#97894)
victorgalo dceef3c
Add support for setting the heading level for web semantics (#97894)
victorgalo 3a6e45d
Add support for setting the heading level for web semantics (#97894)
victorgalo b9bfb88
Add support for setting the heading level for web semantics (#97894)
victorgalo 664c1e4
Change headingLevel to not be nullable
victorgalo e6a8c6a
Merge branch 'main' into add-semantics-heading-level
victorgalo 470f67f
Change headingLevel to be non nullable
victorgalo a56c398
Change headingLevel to be non nullable
victorgalo b31bd9f
Change headingLevel to be non nullable
victorgalo 8305e4b
Change headingLevel to be non nullable
victorgalo d860f21
Make headingLevel temporarily optional until framework part is uploaded
victorgalo a16a8f7
Merge branch 'main' into add-semantics-heading-level
victorgalo 70efe89
Merge branch 'main' into add-semantics-heading-level
victorgalo ddeaefc
Change headingLevel to be non nullable
victorgalo bcd3205
remove trailing whitespaces
victorgalo 9d25b32
Merge branch 'main' into add-semantics-heading-level
victorgalo 268e31c
Change default value for headingLevel to 0
victorgalo a7bb630
Merge branch 'main' into add-semantics-heading-level
victorgalo 0f72806
Change default value for headingLevel to 0
victorgalo 79e4728
Add focusAsRouteDefault implementation to Heading primary role
victorgalo 4b69d9f
Change default value for headingLevel to 0
victorgalo c83039b
Merge branch 'main' into add-semantics-heading-level
victorgalo b351c1e
Merge branch 'main' into add-semantics-heading-level
victorgalo 5705912
Fix unit test for semantics heading level attribute
victorgalo 89ef536
Merge branch 'main' into add-semantics-heading-level
victorgalo e60c0a7
Change constructor for Heading role
victorgalo bb787e0
Fix unit test for semantics heading level
victorgalo 7199da1
Merge branch 'main' into add-semantics-heading-level
victorgalo 76b65f6
Merge branch 'main' into add-semantics-heading-level
victorgalo ee38434
Merge branch 'main' into add-semantics-heading-level
victorgalo 41f77aa
Merge branch 'main' into add-semantics-heading-level
victorgalo e38e3f3
Fix PR comments (41435)
victorgalo 1e570fb
Change headingLevel to not be nullable
victorgalo ac1ec5e
Change default value for headingLevel to 0
victorgalo 0b9efa6
Remove duplicated definition after fixing rebase conflicts
victorgalo 4a54812
Merge branch 'main' into add-semantics-heading-level
victorgalo 6d8d511
Remove unnecessary check for Heading primary role
victorgalo 2586dbc
Merge branch 'main' into add-semantics-heading-level
victorgalo fc0a3a5
Merge branch 'main' into add-semantics-heading-level
chunhtai ca2d289
Remove duplicated case in switch statement
victorgalo 5e05f24
Merge branch 'main' into add-semantics-heading-level
victorgalo 9231840
Merge branch 'main' into add-semantics-heading-level
victorgalo c52b545
Merge branch 'main' into add-semantics-heading-level
victorgalo 33a246c
Merge branch 'main' into add-semantics-heading-level
victorgalo 1b0e241
Merge branch 'main' into add-semantics-heading-level
chunhtai e918e20
Merge branch 'main' into add-semantics-heading-level
victorgalo 4383464
Change semantics headingLevel attribute to be not required until fram…
victorgalo 5186055
fix lint
chunhtai af5e70a
Merge branch 'main' into add-semantics-heading-level
chunhtai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change default value for headingLevel to 0
- Loading branch information
commit 268e31c2df2511fca24480180b6065e3c2703940
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we also want to
assert(headingLevel >= -1)?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right!, done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably can't be 0 as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, done