help: Remove id parameter from figure element, to pass 'yelp-check validate'

This commit is contained in:
Andre Klapper 2017-09-23 22:48:48 +02:00
parent a0d1d9abae
commit d0da299f51
15 changed files with 16 additions and 17 deletions

View File

@ -60,7 +60,7 @@ fi
</code>
<figure id="zenity-calendar-screenshot">
<figure>
<title>Calendar Dialog Example</title>
<desc>Zenity calendar dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-calendar-screenshot.png"/>

View File

@ -46,7 +46,7 @@ case $? in
esac
</code>
<figure id="zenity-colorselection-screenshot">
<figure>
<title>Color Selection Dialog Example</title>
<desc><app>Zenity</app> color selection dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-colorselection-screenshot.png"/>

View File

@ -49,7 +49,7 @@ fi
</code>
<figure id="zenity-entry-screenshot">
<figure>
<title>Text Entry Dialog Example</title>
<desc><app>Zenity</app> text entry dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-entry-screenshot.png"/>

View File

@ -22,7 +22,7 @@ zenity --error \
</code>
<figure id="zenity-error-screenshot">
<figure>
<title>Error Dialog Example</title>
<desc><app>Zenity</app> error dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-error-screenshot.png"/>

View File

@ -62,7 +62,7 @@ case $? in
esac
</code>
<figure id="zenity-fileselection-screenshot">
<figure>
<title>File Selection Dialog Example</title>
<desc><app>Zenity</app> file selection dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-fileselection-screenshot.png"/>

View File

@ -75,7 +75,7 @@ case $? in
esac
</code>
<figure id="zenity-forms-screenshot">
<figure>
<title>Forms Dialog Example</title>
<desc><app>Zenity</app> forms dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-forms-screenshot.png"/>

View File

@ -22,7 +22,7 @@ zenity --info \
</code>
<figure id="zenity-information-screenshot">
<figure>
<title>Information Dialog Example</title>
<desc><app>Zenity</app> information dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-information-screenshot.png"/>

View File

@ -78,7 +78,7 @@ zenity --list \
</code>
<figure id="zenity-list-screenshot">
<figure>
<title>List Dialog Example</title>
<desc><app>Zenity</app> list dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-list-screenshot.png"/>

View File

@ -31,7 +31,7 @@
--text="There are system updates necessary!"
</code>
<figure id="zenity-notification-screenshot">
<figure>
<title>Notification Icon Example</title>
<desc><app>Zenity</app> notification icon example</desc>
<media type="image" mime="image/png" src="figures/zenity-notification-screenshot.png"/>
@ -45,7 +45,7 @@
EOH
</code>
<figure id="zenity-notification-listen-screenshot">
<figure>
<title>Notification Icon with <cmd>--listen</cmd> Example</title>
<desc><app>Zenity</app> notification with <cmd>--listen</cmd> example</desc>
<media type="image" mime="image/png" src="figures/zenity-notification-listen-screenshot.png"/>

View File

@ -41,7 +41,7 @@ case $? in
esac
</code>
<figure id="zenity-password-screenshot">
<figure>
<title>Password Entry Dialog Example</title>
<desc><app>Zenity</app> password entry dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-password-screenshot.png"/>

View File

@ -71,7 +71,7 @@ fi
</code>
<figure id="zenity-progress-screenshot">
<figure>
<title>Progress Dialog Example</title>
<desc><app>Zenity</app> progress dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-progress-screenshot.png"/>

View File

@ -22,7 +22,7 @@ zenity --question \
</code>
<figure id="zenity-question-screenshot">
<figure>
<title>Question Dialog Example</title>
<desc><app>Zenity</app> question dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-question-screenshot.png"/>

View File

@ -71,7 +71,7 @@ case $? in
esac
</code>
<figure id="zenity-scale-screenshot">
<figure>
<title>Scale Dialog Example</title>
<desc><app>Zenity</app> scale dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-scale-screenshot.png"/>

View File

@ -77,7 +77,7 @@ case $? in
esac
</code>
<figure id="zenity-text-screenshot">
<figure>
<title>Text Information Dialog Example</title>
<desc><app>Zenity</app> text information dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-text-screenshot.png"/>

View File

@ -21,8 +21,7 @@ zenity --warning \
--text="Disconnect the power cable to avoid electrical shock."
</code>
<figure id="zenity-warning-screenshot">
<figure>
<title>Warning Dialog Example</title>
<desc><app>Zenity</app> warning dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-warning-screenshot.png"/>