Add missing id parameters and title to <section>s so yelp-check validates

This commit is contained in:
Andre Klapper 2017-09-25 18:01:59 +02:00
parent fd58632594
commit 380889fbf2
7 changed files with 18 additions and 17 deletions

View file

@ -9,7 +9,7 @@
</info> </info>
<title>Accounts</title> <title>Accounts</title>
<section> <section id="adding-accounts">
<title>Adding accounts</title> <title>Adding accounts</title>
<p>The first time you start Geary, you will be prompted to add an email account. On this screen, <p>The first time you start Geary, you will be prompted to add an email account. On this screen,
@ -24,7 +24,7 @@
dialog. To add an account, click the + button.</p> dialog. To add an account, click the + button.</p>
</section> </section>
<section> <section id="editing-accounts">
<title>Editing existing accounts</title> <title>Editing existing accounts</title>
<p>From the Accounts dialog, select an account and click the pencil icon to change various settings. <p>From the Accounts dialog, select an account and click the pencil icon to change various settings.
@ -59,7 +59,7 @@
</section> </section>
<section> <section id="removing-accounts">
<title>Removing accounts</title> <title>Removing accounts</title>
<p>To delete an account, open the Accounts dialog, select the account, and press the - button. <p>To delete an account, open the Accounts dialog, select the account, and press the - button.

View file

@ -8,7 +8,7 @@
<link type="next" xref="preferences"/> <link type="next" xref="preferences"/>
</info> </info>
<title>Label or move a conversation</title> <title>Label or move a conversation</title>
<section> <section id="label-conversation">
<title>Label a conversation</title> <title>Label a conversation</title>
<p>Geary lets you apply one or more <em>labels</em> to each conversation. Geary labels <p>Geary lets you apply one or more <em>labels</em> to each conversation. Geary labels
correspond to labels in Gmail, or ordinary folders in other mail services.</p> correspond to labels in Gmail, or ordinary folders in other mail services.</p>
@ -21,7 +21,7 @@
conversation list to the label in the sidebar.</p></item> conversation list to the label in the sidebar.</p></item>
</list> </list>
</section> </section>
<section> <section id="move-conversation">
<title>Move a conversation to a folder or label</title> <title>Move a conversation to a folder or label</title>
<p>To move one or more conversations to a folder or label, first select the <p>To move one or more conversations to a folder or label, first select the
conversation(s), then do either of the following:</p> conversation(s), then do either of the following:</p>

View file

@ -16,7 +16,7 @@ support the IMAP protocol, including popular services such as Gmail, Yahoo Mail,
<p>The main Geary window is divided into several areas:</p> <p>The main Geary window is divided into several areas:</p>
<section> <section id="folder-list">
<title>Folder list</title> <title>Folder list</title>
<p>The <em>folder list</em> at the left displays all <em>folders</em> and <p>The <em>folder list</em> at the left displays all <em>folders</em> and
<em>labels</em> in your mail account. Geary uses the term <em>label</em> for any folder <em>labels</em> in your mail account. Geary uses the term <em>label</em> for any folder
@ -24,7 +24,7 @@ support the IMAP protocol, including popular services such as Gmail, Yahoo Mail,
also uses this term; most other mail services do not.)</p> also uses this term; most other mail services do not.)</p>
</section> </section>
<section> <section id="conversation-list">
<title>Conversation list</title> <title>Conversation list</title>
<p>The <em>conversation list</em> displays a list of conversations in the <p>The <em>conversation list</em> displays a list of conversations in the
selected folder. Newer conversations appear at the top.</p> selected folder. Newer conversations appear at the top.</p>
@ -40,7 +40,7 @@ support the IMAP protocol, including popular services such as Gmail, Yahoo Mail,
conversation in a range, then hold down <key>Shift</key> and click the last conversation.</p> conversation in a range, then hold down <key>Shift</key> and click the last conversation.</p>
</section> </section>
<section> <section id="message-area">
<title>Message area</title> <title>Message area</title>
<p>The <em>message area</em> displays all messages in the selected conversation, <p>The <em>message area</em> displays all messages in the selected conversation,
with the oldest message at the top.</p> with the oldest message at the top.</p>

View file

@ -13,7 +13,7 @@
shell. For GNOME Shell and Unity, the application menu is available near the top-left corner of shell. For GNOME Shell and Unity, the application menu is available near the top-left corner of
the screen.)</p> the screen.)</p>
<section> <section id="reading">
<title>Reading</title> <title>Reading</title>
<terms> <terms>
<item> <item>
@ -36,7 +36,7 @@
</terms> </terms>
</section> </section>
<section> <section id="composer">
<title>Composer</title> <title>Composer</title>
<terms> <terms>
<item> <item>
@ -47,7 +47,7 @@
</terms> </terms>
</section> </section>
<section> <section id="notifications">
<title>Notifications</title> <title>Notifications</title>
<terms> <terms>
<item> <item>

View file

@ -19,7 +19,7 @@
<p>Keywords that match your search are highlighted in the message view. Geary will match different <p>Keywords that match your search are highlighted in the message view. Geary will match different
forms of the same word, for example searching for "walk" will also match "walking" and "walked."</p> forms of the same word, for example searching for "walk" will also match "walking" and "walked."</p>
<section> <section id="search-operators">
<title>Search operators</title> <title>Search operators</title>
<p>Geary supports the following operators to limit the scope of searches:</p> <p>Geary supports the following operators to limit the scope of searches:</p>
<table frame="all" rules="rows"> <table frame="all" rules="rows">

View file

@ -8,13 +8,13 @@
<link type="next" xref="write"/> <link type="next" xref="write"/>
</info> </info>
<title>Star a message or mark it as read/unread</title> <title>Star a message or mark it as read/unread</title>
<section> <section id="star-messages">
<title>Star messages</title> <title>Star messages</title>
<p>You can star messages to indicate that they're important to you. <p>You can star messages to indicate that they're important to you.
To mark a conversation with a star, click its star icon in the conversation list. You can star an individual message by clicking the star at the upper right of the message itself.</p> To mark a conversation with a star, click its star icon in the conversation list. You can star an individual message by clicking the star at the upper right of the message itself.</p>
<p>With Gmail accounts, starred messages appear in the Starred folder in the folder list.</p> <p>With Gmail accounts, starred messages appear in the Starred folder in the folder list.</p>
</section> </section>
<section> <section id="mark-read-unread">
<title>Mark messages as read or unread</title> <title>Mark messages as read or unread</title>
<p>Geary marks messages as read automatically as you read them. <p>Geary marks messages as read automatically as you read them.
To manually toggle a conversation as read or unread, click the circle icon in the conversation list.</p> To manually toggle a conversation as read or unread, click the circle icon in the conversation list.</p>

View file

@ -8,7 +8,8 @@
</info> </info>
<title>Write a message</title> <title>Write a message</title>
<section> <section id="overview">
<title>Composing and replying</title>
<p>To compose a new message in Geary, press the <gui>New Message</gui> button <p>To compose a new message in Geary, press the <gui>New Message</gui> button
on the toolbar.</p> on the toolbar.</p>
@ -16,7 +17,7 @@
</section> </section>
<section> <section id="features">
<title>Features</title> <title>Features</title>
<p>Geary's email composer lets you adjust the font, size and color of text. You can also insert hyperlinks into messages.</p> <p>Geary's email composer lets you adjust the font, size and color of text. You can also insert hyperlinks into messages.</p>
@ -38,7 +39,7 @@
dialog.</p> dialog.</p>
</section> </section>
<section> <section id="drafts">
<title>Drafts</title> <title>Drafts</title>
<p>For mail servers that support drafts, Geary will automatically save the message as you type. <p>For mail servers that support drafts, Geary will automatically save the message as you type.