Skip to content

Commit

Permalink
fix: Remove space from hrefs (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Dec 15, 2020
1 parent 4adfd0b commit 6231812
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ <h3 id="Cross-origin_resource_timing">Cross-origin resource timing</h3>

<p>The <a class="external" href="https://www.w3.org/TR/resource-timing/">Resource Timing Level 1</a> specification defines an interface for web applications to access the complete timing information for resources in a document.</p>

<p>The <a href="/en-US/docs/Web/HTTP/Headers/Timing-Allow-Origin
">Timing-Allow-Origin</a> response header specifies origins that are allowed to see values of attributes retrieved via features of the Resource Timing API, which would otherwise be reported as zero due to cross-origin restrictions.</p>
<p>The <a href="/en-US/docs/Web/HTTP/Headers/Timing-Allow-Origin">Timing-Allow-Origin</a> response header specifies origins that are allowed to see values of attributes retrieved via features of the Resource Timing API, which would otherwise be reported as zero due to cross-origin restrictions.</p>

<p>If a resource isn't served with a <code>Timing-Allow-Origin</code> or if the header does not include the origin making the request some of the attributes of the <code>PerformanceResourceTiming</code> object will be set to zero.</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2 id="Random_FAQs_and_Developer_Documentation" name="Random_FAQs_and_Developer
</ul>

<ul>
<li><a class="internal" href="/en-US/docs/tag/Build documentation" title="All articles tagged as build documentation.">All build documentation</a></li>
<li><a class="internal" href="/en-US/docs/tag/Build_documentation" title="All articles tagged as build documentation.">All build documentation</a></li>
</ul>

<h2 id="Hacking_the_Build_System" name="Hacking_the_Build_System">Hacking the Build System</h2>
Expand Down
3 changes: 1 addition & 2 deletions files/en-us/web/api/beacon_api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

<p>Example use cases of the Beacon API are logging activity and sending analytics data to the server.</p>

<p>Example code of the interfaces described in this document is included in <em><a href="/en-US/docs/Web/API/Beacon_API/Using_the_Beacon_API
">Using the Beacon API</a></em>.</p>
<p>Example code of the interfaces described in this document is included in <em><a href="/en-US/docs/Web/API/Beacon_API/Using_the_Beacon_API">Using the Beacon API</a></em>.</p>

<h2 id="Why_use_Beacon">Why use Beacon?</h2>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/http/basics_of_http/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 id="Articles">Articles</h2>
<dd>This fundamental article describes a typical HTTP session: What happens under the hood when you click on a link in your browser.</dd>
<dt><a href="/en-US/docs/Web/HTTP/Messages">HTTP Messages</a></dt>
<dd>HTTP Messages transmitted during requests or responses have a very clear structure. This introductory article describes this structure, its purpose, and its possibilities.</dd>
<dt><a href="/en-US/docs/Web/HTTP/Frame and message structure in HTTP_2">Frame and message structure in HTTP/2</a></dt>
<dt><a href="/en-US/docs/Web/HTTP/Frame_and_message_structure_in_HTTP_2">Frame and message structure in HTTP/2</a></dt>
<dd>HTTP/2 encapsulates and represents HTTP/1.x messages in a binary frame. This article explains the frame structure, its purpose, and the way it's encoded.</dd>
<dt><a href="/en-US/docs/Web/HTTP/Connection_management_in_HTTP_1.x">Connection management in HTTP/1.x</a></dt>
<dd>HTTP/1.1 was the first version of HTTP to support persistent connection and pipelining. This article explains both concepts.</dd>
Expand Down

0 comments on commit 6231812

Please sign in to comment.