Skip to content

Commit

Permalink
Fix: empty header tags (mdn#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
bershanskiy authored Jan 5, 2021
1 parent 8713cc4 commit 12a6c0e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 37 deletions.
2 changes: 0 additions & 2 deletions files/en-us/games/visual_js_ge/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ <h3 id="Setting_up_config.js">Setting up config.js</h3>

};</pre>

<h3 id="sect1"> </h3>

<h2 id="local_node.js_application_tools_(uses_in_developer_mode_only)">local node.js application tools (uses in developer mode only)</h2>

<p>The following section provides information about the tools involved in Visual-JS game engine.</p>
Expand Down
4 changes: 0 additions & 4 deletions files/en-us/glossary/gif/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ <h3 id="General_knowledge">General knowledge</h3>
<ul>
<li>{{Interwiki("wikipedia", "GIF")}} on Wikipedia</li>
</ul>



<h2 id="sect1"> </h2>
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ <h3 id="Preferences_3">Preferences</h3>
<p><span><strong>Note:</strong> The default value of the preference is not available directly in the WebIDL (it can be different from one product using Gecko to another.)</span></p>
</div>

<h3 id="sect1"></h3>

<h2 id="Special_methods">Special methods</h2>

<p>Some methods are not listed as regular methods in WebIDL but instead as special keywords, which translate to specific standard JavaScript methods.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ <h4 id="Get_the_handle_of_the_cert_associated_with_an_SSL_connection">Get the ha
        If SSL server, this will get you the
server's cert handle <br>

<h4 id="sect1"><br>
</h4>

<h4 id="Don't_forget_to_clean_up_the_cert_handle_when_you're_done_with_it">Don't forget to clean up the cert handle when you're done with it</h4>
<i>void CERT_DestroyCertificate(CERTCertificate *cert);</i><br>
<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ <h2 id="Troubleshooting_NSS_and_JSS_Builds">Troubleshooting NSS and JSS Builds</
<p>Newsgroup: <a href="nntp://news.mozilla.org/mozilla.dev.tech.crypto">mozilla.dev.tech.crypto</a></p>
<p>This page summarizes information on troubleshooting the NSS and JSS build and test systems, including known problems and configuration suggestions.</p>
<p>If you have suggestions for this page, please post them to <a href="nntp://news.mozilla.org/mozilla.dev.tech.crypto">mozilla.dev.tech.crypto</a>.</p>
<h3 id="sect1"> </h3>
<hr>
<p>Building NSS</p>

<h3>Building NSS</h3>

<ul>
<li>Having /usr/ucb/bin in the path before /usr/ccs/bin breaks the build on 64-bit Solaris.</li>
<li>The Solaris compiler needs to be workshop-5.0 or greater.</li>
Expand All @@ -24,15 +24,13 @@ <h3 id="sect1"> </h3>
<p>In this case remember to set USE_64=1</p>
</li>
</ul>
<h3 id="sect2"> </h3>
<hr>
<p>Testing NSS</p>
<ul>
<li>The SSL stress test opens 2,048 TCP connections in quick succession. Kernel data structures may remain allocated for these connections for up to two minutes. Some systems may not be configured to allow this many simultaneous connections by default; if the stress tests fail, try increasing the number of simultaneous sockets supported.</li>
</ul>
<h3 id="sect3"> </h3>
<hr>
<p>Building JSS</p>

<h3>Testing NSS</h3>

<p>The SSL stress test opens 2,048 TCP connections in quick succession. Kernel data structures may remain allocated for these connections for up to two minutes. Some systems may not be configured to allow this many simultaneous connections by default; if the stress tests fail, try increasing the number of simultaneous sockets supported.</p>

<h3>Building JSS</h3>

<ul>
<li><b>Windows Only:</b> The shell invoked by gmake, <code>shmsdos.exe</code>, is likely to crash when invoking some Java tools on Windows. The current workaround is to use some other shell in place of <code>shmsdos</code>, such as <code>sh.exe</code>, which should be distributed with the <a href="http://sourceware.cygnus.com/cygwin/download.html">Cygnus toolkit</a> you installed to build NSS. The change is unfortunately rather drastic: to trick gmake, you rename the shell program.
<blockquote>
Expand All @@ -50,4 +48,3 @@ <h3 id="sect3"> </h3>
</blockquote>
Making this change will probably break other builds you are  making on the same machine. You may need to switch the shell back and forthdepending on which product you are building. We will try to provide a moreconvenient solution in the future. If you have the MKS toolkit installed,  the &lt;tt&gt;sh.exe&lt;/tt&gt; that comes with this toolkit can be used as well.</li>
</ul>

Original file line number Diff line number Diff line change
Expand Up @@ -2068,8 +2068,6 @@ <h5 id="Description_28"> <a id="1089018"> Description </a></h5>
<li><a id="1089046"> If the function cannot obtain a certificate, <code>SECFailure</code>. </a></li>
</ul>

<h5 id="sect1"></h5>

<h4 id="NSS_GetClientAuthData"> <a id="1106762"> NSS_GetClientAuthData </a></h4>

<p><a id="1111069"> Callback function that a client application can use to get the client's private key and certificate when authentication is requested by a remote server. </a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
---
<div>{{ToolsSidebar}}</div><p>In the <a href="/en-US/docs/Tools/Page_Inspector/UI_Tour#Rules_view">Rules view</a>, you can see a preview of images specified using <a href="/en-US/docs/Web/CSS/background-image">background-image</a>. Just hover over the rule:</p>

<h4 id="sect1"><img alt="" src="https://mdn.mozillademos.org/files/11215/css-image-preview.png" style="display: block; height: 422px; margin-left: auto; margin-right: auto; width: 585px;"></h4>
<img alt="" src="https://mdn.mozillademos.org/files/11215/css-image-preview.png" style="display: block; height: 422px; margin-left: auto; margin-right: auto; width: 585px;">

<p>From Firefox 41, if you right-click the image declaration, you'll see an option to copy the image as a data: URL:</p>

<p><img alt="" src="https://mdn.mozillademos.org/files/11213/css-copy-image-data-url.png" style="display: block; height: 254px; margin-left: auto; margin-right: auto; width: 587px;"></p>
<img alt="" src="https://mdn.mozillademos.org/files/11213/css-copy-image-data-url.png" style="display: block; height: 254px; margin-left: auto; margin-right: auto; width: 587px;">
Original file line number Diff line number Diff line change
Expand Up @@ -688,15 +688,9 @@ <h2 id="Snake_Game">Snake Game</h2>

<h5 id="Output">Output</h5>

<table class="standard-table">
<tbody>
<tr>
<td>
<h2 id="sect1"><a href="https://kunalverma94.github.io/pokemon/snake.html"><img alt="Snake game" src="https://kunalverma94.github.io/view/images/snake.jpg" style="height: 400px; width: 600px;"></a></h2>
</td>
</tr>
</tbody>
</table>
<a href="https://kunalverma94.github.io/pokemon/snake.html">
<img alt="Snake game" src="https://kunalverma94.github.io/view/images/snake.jpg" style="height: 400px; width: 600px;">
</a>

<h2 id="Other_examples">Other examples</h2>

Expand Down

0 comments on commit 12a6c0e

Please sign in to comment.