Skip to content

Commit 60d31eb

Browse files
Update mobile annotations for Titles and Headings
Clarified the placement of Titles in mobile views and emphasized their typical location in the app bar or toolbar.
1 parent 1738533 commit 60d31eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/mobile-annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ The Grouping Stamp is the cornerstone of mobile annotations. It is used to highl
6868

6969
Text marked as a **Heading** will help users understand the purpose of a section. Screen readers users can also to navigate quickly between sections of a view based on headings and other elements.
7070

71-
**Titles** are announced after transitioning to a view and should be placed toward the top. They are similar to `<h1>` headings on web experiences, helping users orient and understand the purpose of the content.
71+
**Titles** are announced after transitioning to a view and are typically in the [top app bar](https://m3.material.io/components/app-bars/overview) or [toolbar](https://developer.apple.com/design/human-interface-guidelines/toolbars) with other elements such as the back button. They are similar to `<h1>` headings on web experiences, helping users orient and understand the purpose of the content.
7272

7373
> [!CAUTION]
74-
> Headings and Titles are optional and it’s common for views to not have either one. Only use headings when they truly help illuminate the structure of a screen.
74+
> Headings are optional and it’s common for views to not have either one. Only use headings when they truly help illuminate the structure of a screen.
7575
7676
<img src="Images/mobile-stamp-annotations.png" alt="Two annotations: one is a dark cyan mobile pin stamp with a label of Heading. The second is a dark cyan mobile bracket stamp with a label of Title." width="679">
7777

0 commit comments

Comments
 (0)