diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:13 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:13 +0100 |
commit | 656b8007e3ac28600241104d0eaa210870561395 (patch) | |
tree | 4d8793a9e58d682c2f7c36c8cc5435adc86e028a /files/ca/web/guide/html | |
parent | cb9e359a51c3249d8f5157db69d43fd413ddeda6 (diff) | |
download | translated-content-656b8007e3ac28600241104d0eaa210870561395.tar.gz translated-content-656b8007e3ac28600241104d0eaa210870561395.tar.bz2 translated-content-656b8007e3ac28600241104d0eaa210870561395.zip |
unslug ca: modify
Diffstat (limited to 'files/ca/web/guide/html')
-rw-r--r-- | files/ca/web/guide/html/using_html_sections_and_outlines/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ca/web/guide/html/using_html_sections_and_outlines/index.html b/files/ca/web/guide/html/using_html_sections_and_outlines/index.html index 5da074b341..afe591b845 100644 --- a/files/ca/web/guide/html/using_html_sections_and_outlines/index.html +++ b/files/ca/web/guide/html/using_html_sections_and_outlines/index.html @@ -1,6 +1,6 @@ --- title: Us de seccions i esquemes en HTML 5 -slug: Web/Guide/HTML/Us_de_seccions_i_esquemes_en_HTML +slug: Web/Guide/HTML/Using_HTML_sections_and_outlines tags: - Advanced - Example @@ -12,6 +12,7 @@ tags: - Sections - Web translation_of: Web/Guide/HTML/Using_HTML_sections_and_outlines +original_slug: Web/Guide/HTML/Us_de_seccions_i_esquemes_en_HTML --- <div class="warning"> <p><strong>Important</strong>: Actualment no existeixen implementacions de l'algorisme d'esquema en els navegadors gràfics o agents d'usuari de tecnologia d'assistència, encara que l'algorisme s'executa a un altre programari, com comprobadors de conformitat. Per tant, l'algorisme d'<a href="http://www.w3.org/TR/html5/sections.html#outline">esquema</a> no pot ser invocat per transmetre l'estructura dels documents als usuaris. Es recomana als autors a utilitzar les capçaleres de <a href="http://www.w3.org/TR/html5/sections.html#rank">rang</a> (<code><a href="http://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h1</a></code>-<code><a href="http://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h6</a></code>) per transmetre l'estructura.</p> |