Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glossary: tidy ready for markdown (learn > see also) #9079

Merged
merged 5 commits into from
Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion files/en-us/glossary/404/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
---
<p>A 404 is a Standard Response Code meaning that the {{Glossary("Server", "server")}} cannot find the requested resource.</p>

<h2 id="Learn_more">Learn more</h2>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="/en-US/docs/Web/HTTP/Status">list of HTTP response codes</a></li>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/502/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<p>Normally the upstream server is not down (i.e. furnishes no response to the gateway/proxy), but does not understand the same data-exchange protocol as the gateway/proxy. Internet {{Glossary("Protocol", "protocols")}} are quite explicit, and so a 502 usually means that one or both machines were incorrectly or incompletely programmed.</p>

<h2 id="Learn_more">Learn more</h2>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="/en-US/docs/Web/HTTP/Status">list of HTTP response codes</a></li>
Expand Down
4 changes: 1 addition & 3 deletions files/en-us/glossary/abstraction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ <h2 id="Example">Example</h2>
// a = 10
// b = 20</pre>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li>{{interwiki("wikipedia", "Abstraction (computer science)", "Abstraction")}} on Wikipedia</li>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/accent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<p>On the web, an accent is sometimes used in {{HTMLElement("input")}} elements for the active portion of the control, for instance the background of a checked <a href="/en-US/docs/Web/HTML/Element/input/checkbox">checkbox</a>.</p>

<h2 id="Learn_more">Learn more</h2>
<h2 id="see_also">See also</h2>

<h3 id="CSS_related_to_the_accent">CSS related to the accent</h3>

Expand Down
20 changes: 4 additions & 16 deletions files/en-us/glossary/accessibility/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,14 @@
---
<p><em>Web Accessibility</em> (<strong>A11Y</strong>) refers to best practices for keeping a website usable despite physical and technical restrictions. Web accessibility is formally defined and discussed at the {{Glossary("W3C")}} through the {{Glossary("WAI","Web Accessibility Initiative")}} (WAI).</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="/en-US/docs/Web/Accessibility">Accessibility resources at MDN</a></li>
<li>{{Interwiki("wikipedia", "Web accessibility")}} on Wikipedia</li>
</ul>

<h3 id="Learn_web_accessibility">Learn web accessibility</h3>

<ul>
<li><a href="/en-US/docs/Learn/Accessibility">Learn accessibility on MDN</a></li>
<li><a href="https://webaim.org/" rel="external">Web Accessibility In Mind</a></li>
</ul>

<h3 id="Technical_reference">Technical reference</h3>

<ul>
<li><a href="https://webaim.org/">Web Accessibility In Mind</a></li>
<li><a href="/en-US/docs/Web/Accessibility/ARIA">The ARIA documentation on MDN</a></li>
<li><a href="https://www.w3.org/WAI/" rel="external">The Web Accessibility Initiative homepage</a></li>
<li><a href="https://www.w3.org/TR/wai-aria/" rel="external">The WAI-ARIA recommendation</a></li>
<li><a href="https://www.w3.org/WAI/">The Web Accessibility Initiative homepage</a></li>
<li><a href="https://www.w3.org/TR/wai-aria/">The WAI-ARIA recommendation</a></li>
</ul>
13 changes: 6 additions & 7 deletions files/en-us/glossary/accessibility_tree/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@

<p>While still in draft form within the Web Incubator Community Group, the <strong><a href="https://wicg.github.io/aom/explainer.html">Accessibility Object Model</a> (AOM)</strong> intends to incubate APIs that make it easier to express accessibility semantics and potentially allow read access to the computed accessibility tree.</p>

<section id="Quick_links">
<ol>
<li><a href="/en-US/docs/Glossary">Glossary</a>
<h2 id="see_also">See also</h2>

<ol>
<ul>
<li><a href="/en-US/docs/Glossary">Glossary</a>
<ul>
<li>{{Glossary("Accessibility")}}</li>
<li>{{Glossary("ARIA")}}</li>
</ol>
</ul>
</li>
</ol>
</section>
</ul>
14 changes: 5 additions & 9 deletions files/en-us/glossary/adobe_flash/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
---
<p>Flash is a deprecated technology developed by Adobe for viewing expressive web applications, multimedia content, and streaming media. Adobe Flash can run from supporting {{Glossary("Browser","web browsers")}} via a browser plug-in.</p>

<section id="Quick_links">
<ol>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="https://www.adobe.com/products/flashruntimes.html">Official web site</a></li>
<li><a href="https://mozilla.github.io/shumway/">Shumway, a free implementation by Mozilla</a></li>
<li><a href="http://gnashdev.org/">Gnash, a free implementation by GNU</a></li>
Expand All @@ -21,10 +22,5 @@
<li>{{Glossary("Browser")}}</li>
</ol>
</li>
<li>Wikipedia article
<ol>
<li>{{Interwiki("wikipedia", "Adobe Flash")}}</li>
</ol>
</li>
</ol>
</section>
<li>{{Interwiki("wikipedia", "Adobe Flash")}} (Wikipedia)</li>
</ul>
14 changes: 7 additions & 7 deletions files/en-us/glossary/ajax/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@

<p>With interactive websites and modern web standards, Ajax is gradually being replaced by functions within JavaScript frameworks and the official {{domxref("Fetch API")}} Standard.</p>

<section id="Quick_links">
<ul>
<li><a href="/en-US/docs/Glossary">MDN Web Docs Glossary</a>:
<h2 id="see_also">See also</h2>

<ul>
<li>{{interwiki("wikipedia", "AJAX")}} on Wikipedia</li>
<li><a href="/en-US/docs/Web/Guide/AJAX">Ajax</a></li>
<li><a href="/en-US/docs/Web/Guide/AJAX/Getting_Started">Ajax - Getting started</a></li>
<li><a href="/en-US/docs/Glossary">Glossary</a>:
<ul>
<li>{{Glossary("XHR_(XMLHttpRequest)","XMLHttpRequest")}}</li>
</ul>
</li>
<li>{{interwiki("wikipedia", "AJAX")}} on Wikipedia</li>
<li><a href="/en-US/docs/Web/Guide/AJAX">Ajax</a></li>
<li><a href="/en-US/docs/Web/Guide/AJAX/Getting_Started">Ajax - Getting started</a></li>
<li>{{DOMxRef("XMLHttpRequest")}}</li>
<li>{{DOMxRef("Fetch API")}}</li>
<li><a href="/en-US/docs/Web/API/Fetch_API/Using_Fetch">Using Fetch API</a></li>
<li><a href="https://peoplesofttutorial.com/difference-between-synchronous-and-asynchronous-messaging/">Synchronous vs. Asynchronous Communications</a></li>
</ul>
</section>

9 changes: 1 addition & 8 deletions files/en-us/glossary/algorithm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,10 @@

<p>There are also Machine Learning algorithms such as Linear Regression, Logistic Regression, Decision Tree, Random Forest, Support Vector Machine, Recurrent Neural Network (RNN), Long Short Term Memory (LSTM) Neural Network, Convolutional Neural Network (CNN), Deep Convolutional Neural Network and so on.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li>{{Interwiki("wikipedia", "Algorithm", "Algorithm")}} on Wikipedia</li>
</ul>

<h3 id="Technical_reference">Technical reference</h3>

<ul>
<li><a href="https://www.toptal.com/developers/sorting-algorithms">Explanations of sorting algorithms</a></li>
<li><a href="https://bigocheatsheet.com/">Explanations of algorithmic complexity</a></li>
</ul>
2 changes: 1 addition & 1 deletion files/en-us/glossary/alignment_container/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
---
<p>The <strong>alignment container</strong> is the rectangle that the <a href="/en-US/docs/Glossary/Alignment_Subject">alignment subject</a> is aligned within. This is defined by the layout mode; it is usually the alignment subject’s containing block, and assumes the writing mode of the box establishing the containing block.</p>

<h2 id="Learn_more">Learn more</h2>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="/en-US/docs/Web/CSS/CSS_Box_Alignment">CSS Box Alignment</a></li>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/alignment_subject/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dd>The grid tracks in the appropriate axis, with any spacing inserted between tracks added to the relevant gutters. Collapsed gutters are treated as a single opportunity for space insertion.</dd>
</dl>

<h2 id="Learn_more">Learn more</h2>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="/en-US/docs/Web/CSS/CSS_Box_Alignment">CSS Box Alignment</a></li>
Expand Down
9 changes: 1 addition & 8 deletions files/en-us/glossary/alpha/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,11 @@

<p>As you can see, the color without an alpha channel completely blocks the background text, while the box with the alpha channel leaves it visible through the purple background color.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li>{{interwiki("wikipedia", "Alpha compositing")}} on Wikipedia</li>
<li>{{interwiki("wikipedia", "RGBA color model")}} on Wikipedia</li>
<li>{{interwiki("wikipedia", "Channel (digital image)")}} on Wikipedia</li>
</ul>

<h3 id="Technical_reference">Technical reference</h3>

<ul>
<li><a href="/en-US/docs/Web/CSS/CSS_Color">CSS color</a></li>
</ul>
9 changes: 1 addition & 8 deletions files/en-us/glossary/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,9 @@
<li>The <a href="/en-US/docs/Web/API/Web_Animations_API">Web Animations API</a> can be used to animate parts of a web page — for example, to make images move around or rotate.</li>
</ul>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li>{{Interwiki("wikipedia", "API", "API")}} on Wikipedia</li>
</ul>

<h3 id="Technical_reference">Technical reference</h3>

<ul>
<li><a href="/en-US/docs/Web/API">Web API reference</a></li>
</ul>
15 changes: 4 additions & 11 deletions files/en-us/glossary/apple_safari/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,12 @@
---
<p><a href="https://www.apple.com/safari/">Safari</a> is a {{Glossary("Browser","Web browser")}} developed by Apple and bundled with both macOS and iOS. It's based on the open source <a href="https://webkit.org/">WebKit</a> engine.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li>{{Interwiki("wikipedia", "Safari (web browser)", "Safari")}} on Wikipedia</li>
<li><a href="https://www.apple.com/safari/" rel="external">Safari on apple.com</a></li>
</ul>

<h3 id="Technical_information">Technical information</h3>

<ul>
<li><a href="https://www.apple.com/safari/">Safari on apple.com</a></li>
<li><a href="https://webkit.org/">The WebKit project</a></li>
<li><a href="https://nightly.webkit.org/" rel="external">WebKit nightly build</a></li>
<li><a href="https://bugs.webkit.org/" rel="external">Reporting a bug for Safari</a></li>
<li><a href="https://nightly.webkit.org/">WebKit nightly build</a></li>
<li><a href="https://bugs.webkit.org/">Reporting a bug for Safari</a></li>
</ul>
9 changes: 1 addition & 8 deletions files/en-us/glossary/argument/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,9 @@
---
<p>An <strong>argument</strong> is a {{glossary("value")}} ({{Glossary("primitive")}} or {{Glossary("object")}}) passed as input to a {{Glossary("function")}}.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li>{{Interwiki("wikipedia", "Parameter_(computer_programming)", "Difference between Parameter and Argument")}} on Wikipedia</li>
</ul>

<h3 id="Technical_reference">Technical reference</h3>

<ul>
<li>The {{jsxref("Functions/arguments","arguments")}} object in {{glossary("JavaScript")}}</li>
</ul>
2 changes: 1 addition & 1 deletion files/en-us/glossary/aria/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<p>For example, you could add the attribute <code>role="alert"</code> to a {{HTMLElement("p")}} {{glossary("tag")}} to notify a sight-challenged user that the information is important and time-sensitive (which you might otherwise convey through text color).</p>

<h2 id="Learn_More">Learn More</h2>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="/en-US/docs/Web/Accessibility/ARIA">ARIA </a></li>
Expand Down
4 changes: 1 addition & 3 deletions files/en-us/glossary/arpa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
---
<p><strong>.arpa </strong>(address and routing parameter area) is a {{glossary("TLD","top-level domain")}} used for Internet infrastructure purposes, especially reverse DNS lookup (i.e., find the {{glossary('domain name')}} for a given {{glossary("IP address")}}).</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="https://www.iana.org/domains/arpa">Official website</a></li>
Expand Down
4 changes: 1 addition & 3 deletions files/en-us/glossary/arpanet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
---
<p>The <strong>ARPAnet </strong>(advanced research projects agency network) was an early computer network, constructed in 1969 as a robust medium to transmit sensitive military data and to connect leading research groups throughout the United States. ARPAnet first ran NCP (network control protocol) and subsequently the first version of the Internet protocol or {{glossary("TCP")}}/{{glossary("IPv6","IP")}} suite, making ARPAnet a prominent part of the nascent {{glossary("Internet")}}. ARPAnet was closed in early 1990.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li>{{Interwiki("wikipedia", "Arpanet")}} on Wikipedia</li>
Expand Down
9 changes: 1 addition & 8 deletions files/en-us/glossary/array/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,9 @@
let catNamesArray = ["Jacqueline", "Sophia", "Autumn"];
//Arrays in JavaScript can hold different types of data, as shown above.</pre>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li>{{Interwiki("wikipedia", "Array data structure", "Array")}} on Wikipedia</li>
</ul>

<h3 id="Technical_reference">Technical reference</h3>

<ul>
<li>JavaScript {{jsxref("Array")}} on MDN</li>
</ul>
4 changes: 1 addition & 3 deletions files/en-us/glossary/ascii/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
---
<p><strong>ASCII</strong> (<em>American Standard Code for Information Interchange</em>) is one of the most popular coding method used by computers for converting letters, numbers, punctuation and control codes into digital form. Since 2007, {{Glossary("UTF-8")}} superseded it on the Web.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<p>{{Interwiki("wikipedia", "ASCII")}} on Wikipedia</p>
4 changes: 1 addition & 3 deletions files/en-us/glossary/asynchronous/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
</dd>
</dl>

<h2 id="Learn_more">Learn more</h2>

<h3 id="Technical_reference">Technical reference</h3>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Fetching_data">Fetching data from the server</a> (Learning Area)</li>
Expand Down
9 changes: 1 addition & 8 deletions files/en-us/glossary/atag/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,10 @@
---
<p>ATAG (Authoring Tool {{glossary("Accessibility")}} Guidelines) is a {{Glossary("W3C")}} recommendation for building accessible-authoring tools that produce accessible contents.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_Knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="https://en.wikipedia.org/wiki/Web_Accessibility_Initiative#Authoring_Tools_Accessibility_Guidelines_.28ATAG.29">ATAG as part of the Web Accessibility Initiative</a> on WikiPedia</li>
</ul>

<h3 id="Technical_reference">Technical reference</h3>

<ul>
<li><a href="https://www.w3.org/WAI/intro/atag.php">Authoring Tool Accessibility Guidelines (ATAG) Overview</a></li>
<li><a href="https://www.w3.org/TR/ATAG20/">The ATAG 2.0 recommendation</a></li>
</ul>
4 changes: 1 addition & 3 deletions files/en-us/glossary/attribute/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
&lt;input required="required"&gt;
</pre>

<h2 id="Learn_more">Learn more</h2>

<h3 id="Technical_reference">Technical reference</h3>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="/en-US/docs/Web/HTML/Attributes">HTML attribute reference</a></li>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/bandwidth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---
<p>Bandwidth is the measure of how much information can pass through a data connection in a given amount of time. It is usually measured in multiples of bits-per-second (bps), for example megabits-per-second (Mbps) or gigabits-per-second (Gbps).</p>

<h2 id="Learn_more">Learn more</h2>
<h2 id="see_also">See also</h2>

<ul>
<li>{{Interwiki("wikipedia", "Bandwidth")}} on Wikipedia</li>
Expand Down
9 changes: 1 addition & 8 deletions files/en-us/glossary/baseline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@

<p>East Asian scripts have no baseline. Their glyphs are placed in a square box without ascenders or descenders.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li><a href="https://en.wikipedia.org/wiki/Baseline_(typography)">Baseline</a> on Wikipedia</li>
</ul>

<h3 id="Technical_reference">Technical reference</h3>

<ul>
<li><a href="/en-US/docs/Web/CSS/CSS_Box_Alignment#types_of_alignment">CSS Box Alignment</a> on MDN</li>
</ul>
4 changes: 1 addition & 3 deletions files/en-us/glossary/bidi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
---
<p><strong>BiDi</strong> (BiDirectional) refers to a document containing both right-to-left and left-to-right text. Even when both directionalities occur in the same paragraph, the text in each language must appear in its proper directionality.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>
<h2 id="see_also">See also</h2>

<ul>
<li>{{Interwiki("wikipedia", "Bi-directional text")}} on Wikipedia</li>
Expand Down
Loading