diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-13 07:08:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 07:08:36 +0200 |
commit | 2727d3c76fd54476ecc29fc01b6ce3fe8e33b582 (patch) | |
tree | 63d2792b527b189d288b229a63a8e98ddd95d23f /files/fr/web/html/global_attributes/itemid | |
parent | faa42f59fe323aa6c5da07ab099ce903ab955cc5 (diff) | |
download | translated-content-2727d3c76fd54476ecc29fc01b6ce3fe8e33b582.tar.gz translated-content-2727d3c76fd54476ecc29fc01b6ce3fe8e33b582.tar.bz2 translated-content-2727d3c76fd54476ecc29fc01b6ce3fe8e33b582.zip |
Prepare HTML section for Markdown conversion (#2628)
* Remove summary classes
* Remove useless spans
* Remove notranslate
* Fix element index page (cf en-US)
* Align page vs en-US cf8bcd9 for CI
* Remove hidden classes
* remove ids
* Fix notes - part 1 / n
* Fix notes - part 2/2
* Fix warnings
* fix dls and some other issues
* Fix imgs and styles
Diffstat (limited to 'files/fr/web/html/global_attributes/itemid')
-rw-r--r-- | files/fr/web/html/global_attributes/itemid/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/files/fr/web/html/global_attributes/itemid/index.html b/files/fr/web/html/global_attributes/itemid/index.html index ae09c4124b..bb31c1e8c8 100644 --- a/files/fr/web/html/global_attributes/itemid/index.html +++ b/files/fr/web/html/global_attributes/itemid/index.html @@ -23,7 +23,9 @@ original_slug: Web/HTML/Attributs_universels/itemid <pre class="syntaxbox">itemid="URN"</pre> -<p class="note"><strong>Note :</strong> Selon la définition du WHATWG, un <code>itemid</code> doit être une URL. Dans l'exemple qui suit, on utilise plutôt une URN, plus appropriée pour définir un identifiant unique comme <code>itemid</code>. Cette incohérence reflète l'état actuellement incomplet de la spécification sur les microdonnées.</p> +<div class="note"> + <p><strong>Note :</strong> Selon la définition du WHATWG, un <code>itemid</code> doit être une URL. Dans l'exemple qui suit, on utilise plutôt une URN, plus appropriée pour définir un identifiant unique comme <code>itemid</code>. Cette incohérence reflète l'état actuellement incomplet de la spécification sur les microdonnées.</p> +</div> <h2 id="Exemple">Exemple</h2> @@ -48,7 +50,7 @@ original_slug: Web/HTML/Attributs_universels/itemid <td colspan="1" rowspan="14">itemscope</td> <td>itemtype: itemid</td> <td colspan="2" rowspan="1"> - <div class="jyrRxf-eEDwDf jcd3Mb IZ65Hb-hUbt4d">http://vocab.example.net/book: urn:isbn:0-330-34032-8</div> + http://vocab.example.net/book: urn:isbn:0-330-34032-8 </td> </tr> <tr> @@ -60,7 +62,7 @@ original_slug: Web/HTML/Attributs_universels/itemid <td>itemprop</td> <td>author</td> <td> - <div class="jyrRxf-eEDwDf jcd3Mb">Peter F. Hamilton</div> + Peter F. Hamilton </td> </tr> <tr> |