Skip to content

Commit

Permalink
Fix "code" tags causing incorrect HTML rendering. (#3607)
Browse files Browse the repository at this point in the history
Follow-on to #3222 .
  • Loading branch information
kenrussell authored Dec 20, 2023
1 parent a8e0770 commit 036f520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specs/latest/1.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,12 +430,12 @@ <h3><a name="THE_DRAWING_BUFFER">The Drawing Buffer</a></h3>

<div class="note">
<p>
In WebGL 1.0, <code>SRGB8_ALPHA8</code> requires the extension <code>EXT_sRGB<code>.
In WebGL 1.0, <code>SRGB8_ALPHA8</code> requires the extension <code>EXT_sRGB</code>.
In WebGL 2.0, <code>SRGB8_ALPHA8</code> does not require an extension.
</p>
<p>
In WebGL 1.0, <code>RGBA16F</code> requires the extension <code>EXT_color_buffer_half_float<code>.
In WebGL 2.0, <code>RGBA16F</code> requires the extension <code>EXT_color_buffer_float<code>.
In WebGL 1.0, <code>RGBA16F</code> requires the extension <code>EXT_color_buffer_half_float</code>.
In WebGL 2.0, <code>RGBA16F</code> requires the extension <code>EXT_color_buffer_float</code>.
</p>
</div>

Expand Down

0 comments on commit 036f520

Please sign in to comment.