aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/html')
-rw-r--r--files/it/web/html/global_attributes/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/it/web/html/global_attributes/index.html b/files/it/web/html/global_attributes/index.html
index 84a66619b7..a8424e5827 100644
--- a/files/it/web/html/global_attributes/index.html
+++ b/files/it/web/html/global_attributes/index.html
@@ -122,7 +122,7 @@ translation_of: Web/HTML/Global_attributes
</ol>
</body>
</pre>
- <div style="display: none;">
+ <div class="hidden">
<pre class="brush:css"> ol {
list-style-type:decimal;
}
@@ -151,7 +151,7 @@ function changeImage(){
<li>the name must not contain any semicolon (<code>U+003A</code>);</li>
<li>the name must not contain capital <code>A</code> to <code>Z</code> letters.</li>
</ul>
-<p>Note that the <code>HTMLElement.dataset</code> attribute is a <code>StringMap</code> and the name of the custom data attribute <em> data-test-value<span id="1305983291817E" style="display: none;"> </span></em> will be accessible via <code>HTMLElement.dataset.</code><em><code>testValue</code></em> as any dash (<code>U+002D</code>) is replaced by the capitalization of the next letter (camelcase).</p>
+<p>Note that the <code>HTMLElement.dataset</code> attribute is a <code>StringMap</code> and the name of the custom data attribute <em> data-test-value<span id="1305983291817E" class="hidden"> </span></em> will be accessible via <code>HTMLElement.dataset.</code><em><code>testValue</code></em> as any dash (<code>U+002D</code>) is replaced by the capitalization of the next letter (camelcase).</p>
<table class="fullwidth-table">
<tbody>
<tr>