Skip to content

Commit 9c6b371

Browse files
authored
Increase indentation for type attribute examples
The HTML Line-wrapping recommendation is to use four additional spaces when wrapping HTML, yet the “Not recommended” examples for the `type` attribute rule were using two spaces.
1 parent 00f3e84 commit 9c6b371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

htmlcssguide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ <h4 id="type_Attributes">3.1.8 <code>type</code> Attributes</h4>
356356

357357
<pre><code class="language-html prettyprint badcode">&lt;!-- Not recommended --&gt;
358358
&lt;link rel="stylesheet" href="https://www.google.com/css/maia.css"
359-
type="text/css"&gt;
359+
type="text/css"&gt;
360360
</code></pre>
361361

362362
<pre><code class="language-html prettyprint">&lt;!-- Recommended --&gt;
@@ -365,7 +365,7 @@ <h4 id="type_Attributes">3.1.8 <code>type</code> Attributes</h4>
365365

366366
<pre><code class="language-html prettyprint badcode">&lt;!-- Not recommended --&gt;
367367
&lt;script src="https://www.google.com/js/gweb/analytics/autotrack.js"
368-
type="text/javascript"&gt;&lt;/script&gt;
368+
type="text/javascript"&gt;&lt;/script&gt;
369369
</code></pre>
370370

371371
<pre><code class="language-html prettyprint">&lt;!-- Recommended --&gt;

0 commit comments

Comments
 (0)