aboutsummaryrefslogtreecommitdiff
path: root/files/fi/web/html/element
diff options
context:
space:
mode:
Diffstat (limited to 'files/fi/web/html/element')
-rw-r--r--files/fi/web/html/element/body/index.html166
-rw-r--r--files/fi/web/html/element/head/index.html108
-rw-r--r--files/fi/web/html/element/index.html109
-rw-r--r--files/fi/web/html/element/title/index.html122
4 files changed, 0 insertions, 505 deletions
diff --git a/files/fi/web/html/element/body/index.html b/files/fi/web/html/element/body/index.html
deleted file mode 100644
index d4470f538b..0000000000
--- a/files/fi/web/html/element/body/index.html
+++ /dev/null
@@ -1,166 +0,0 @@
----
-title: '<body>: Dokumentin Body elementti'
-slug: Web/HTML/Element/body
-tags:
- - Elementti
- - HTML
- - Osioiva pääelementti
- - Osiot
- - Referenssi
- - Web
-translation_of: Web/HTML/Element/body
----
-<p>{{HTMLRef}}</p>
-
-<p><strong>HTML <code>&lt;body&gt;</code> elementti</strong> edustaa HTML-asiakirjan sisältöä. Dokumentissa voi olla vain yksi <code>&lt;body&gt;</code> elementti.</p>
-
-<table class="properties">
- <tbody>
- <tr>
- <th scope="row"><a href="/en-US/docs/Web/HTML/Content_categories">Sisältökategoriat</a></th>
- <td><a href="/en-US/docs/Web/HTML/Sections_and_Outlines_of_an_HTML5_document#Sectioning_roots">Sectioning root</a>.</td>
- </tr>
- <tr>
- <th scope="row">Sallittu sisältö</th>
- <td><a href="/fi/docs/Web/HTML/Content_categories#Flow_content">Virtaussisältö</a>.</td>
- </tr>
- <tr>
- <th scope="row">Tagin pois jättäminen</th>
- <td>Aloitustagi voidaan jättää pois jos ensimmäinen asia elementin sisällä ei ole välilyönti, kommentti, {{HTMLElement("script")}} elementti tai {{HTMLElement("style")}} elementti. Lopetustagi voidaan jättää pois jos body elementillä on sisältöä tai on aloitustagi ja kommentti ei ole välittömästi sen jälkeen.</td>
- </tr>
- <tr>
- <th scope="row">Sallitut vanhemmat</th>
- <td>Sen on oltava jälkimmäinen elementti {{HTMLElement("html")}} elementistä.</td>
- </tr>
- <tr>
- <th scope="row">Sallitut ARIA roolit</th>
- <td>Ei mitään.</td>
- </tr>
- <tr>
- <th scope="row">DOM rajapinta</th>
- <td>{{domxref("HTMLBodyElement")}}
- <ul>
- <li><code>&lt;body&gt;</code> elementti paljastaa {{domxref("HTMLBodyElement")}} rajapinnan.</li>
- <li>Voit käyttää body elementtiä {{domxref("document.body")}} ominaisuuden kautta.</li>
- </ul>
- </td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Ominaisuudet">Ominaisuudet</h2>
-
-<p>Tämä elementti sisältää <a href="/en-US/docs/Web/HTML/Global_attributes">globaalit ominaisuudet</a>.</p>
-
-<dl>
- <dt>{{htmlattrdef("alink")}} {{obsolete_inline}}</dt>
- <dd>Tekstin väri hyperlinkeille kun valittuna. <em>Tämä menetelmä on epäyhdenmukainen, käytä CSS {{cssxref("color")}} ominaisuutta yhdessä {{cssxref(":active")}} pseudoluokan kanssa sen sijaan.</em></dd>
- <dt>{{htmlattrdef("background")}} {{obsolete_inline}}</dt>
- <dd>Taustakuvan URI. <em>Tämä menetelmä on epäyhdenmukainen, käytä CSS {{cssxref("background")}} ominaisuutta elementissä sen sijaan.</em></dd>
- <dt>{{htmlattrdef("bgcolor")}} {{obsolete_inline}}</dt>
- <dd>Taustaväri dokumentille. <em>Tämä menetelmä on epäyhdenmukainen, käytä CSS {{cssxref("background-color")}} ominaisuutta elementissä sen sijaan.</em></dd>
- <dt>{{htmlattrdef("bottommargin")}} {{obsolete_inline}}</dt>
- <dd>Kehon pohjamarginaali. <em>Tämä menetelmä on epäyhdenmukainen, käytä CSS {{cssxref("margin-bottom")}} ominaisuutta elementissä sen sijaan.</em></dd>
- <dt>{{htmlattrdef("leftmargin")}} {{obsolete_inline}}</dt>
- <dd>Kehon vasen marginaali. <em>Tämä menetelmä on epäyhdenmukainen, käytä CSS {{cssxref("margin-left")}} ominaisuutta elementissä sen sijaan.</em></dd>
- <dt>{{htmlattrdef("link")}} {{obsolete_inline}}</dt>
- <dd>Tekstin väri avaamattomille hyperlinkeille. <em>Tämä menetelmä on epäyhdenmukainen, käytä CSS {{cssxref("color")}} ominaisuutta yhdessä {{cssxref(":link")}} pseudoluokan kanssa sen sijaan.</em></dd>
- <dt>{{htmlattrdef("onafterprint")}}</dt>
- <dd>Funktio, jota kutsua kun käyttäjä on tulostanut dokumentin.</dd>
- <dt>{{htmlattrdef("onbeforeprint")}}</dt>
- <dd>Funktio, jota kutsua kun käyttäjä pyytää tulostusta dokumentista.</dd>
- <dt>{{htmlattrdef("onbeforeunload")}}</dt>
- <dd>Funktio, jota kutsua kun dokumentti aiotaan purkaa.</dd>
- <dt>{{htmlattrdef("onblur")}}</dt>
- <dd>Funktio, jota kutsua kun dokumentti menettää kohdistuksen.</dd>
- <dt>{{htmlattrdef("onerror")}}</dt>
- <dd>Funktio, jota kutsua kun dokumentti ei lataudu kunnolla.</dd>
- <dt>{{htmlattrdef("onfocus")}}</dt>
- <dd>Funktio, jota kutsua kun dokumentti vastaanottaa kohdistuksen.</dd>
- <dt>{{htmlattrdef("onhashchange")}}</dt>
- <dd>Funktio, jota kutsua kun dokumentin fragmenttitunnisteosa (alkaen (<code>'#'</code>) risuaitamerkillä) dokumentin nykyisestä osoitteessa on muuttunut.</dd>
- <dt>{{htmlattrdef("onlanguagechange")}} {{experimental_inline}}</dt>
- <dd>Funktio, jota kutsua kun haluttu kieli muuttuu.</dd>
- <dt>{{htmlattrdef("onload")}}</dt>
- <dd>Funktio, jota kutsua kun dokumentti on lopettanut lataamisen.</dd>
- <dt>{{htmlattrdef("onmessage")}}</dt>
- <dd>Funktio, jota kutsua kun dokumentti on vastaaottanut viestin.</dd>
- <dt>{{htmlattrdef("onoffline")}}</dt>
- <dd>Funktio, jota kutsua kun verkkoyhteys on epäonnistunut.</dd>
- <dt>{{htmlattrdef("ononline")}}</dt>
- <dd>Funktio, jota kutsua kun verkkoyhteys on palautunut.</dd>
- <dt>{{htmlattrdef("onpopstate")}}</dt>
- <dd>Funktio, jota kutsua kun läyttäjä on navigoinut istuntohistoriaa.</dd>
- <dt>{{htmlattrdef("onredo")}}</dt>
- <dd>Funktio, jota kutsua kun käyttäjä on liikkunut eteenpäin kumoa transaktiohistoriassa.</dd>
- <dt>{{htmlattrdef("onresize")}}</dt>
- <dd>Funktio, jota kutsua kun dokumentin kokoa on muutettu.</dd>
- <dt>{{htmlattrdef("onstorage")}}</dt>
- <dd>Funktio, jota kutsua kun tallennusalue on muuttunut.</dd>
- <dt>{{htmlattrdef("onundo")}}</dt>
- <dd>Funktio, jota kutsua kun käyttäjä on liikkunut taaksepäin kumoa transaktiohistoriassa.</dd>
- <dt>{{htmlattrdef("onunload")}}</dt>
- <dd>Funktio, jota kutsua kun dokumentti on menossa pois.</dd>
- <dt>{{htmlattrdef("rightmargin")}} {{obsolete_inline}}</dt>
- <dd>Kehon oikea marginaali.<em> Tämä menetelmä on epäyhdenmukainen, käytä CSS {{cssxref("margin-right")}} ominaisuutta elementissä sen sijaan.</em></dd>
- <dt>{{htmlattrdef("text")}} {{obsolete_inline}}</dt>
- <dd>Tekstin etualan väri. <em>Tämä menetelmä on epäyhdenmukainen, käytä CSS {{cssxref("color")}} ominaisuutta elementissä sen sijaan.</em></dd>
- <dt>{{htmlattrdef("topmargin")}} {{obsolete_inline}}</dt>
- <dd>Kehon ylämarginaali. <em>Tämä menetelmä on epäyhdenmukainen, käytä CSS {{cssxref("margin-top")}} ominaisuutta elementissä sen sijaan.</em></dd>
- <dt>{{htmlattrdef("vlink")}} {{obsolete_inline}}</dt>
- <dd>Tekstin väri vierailluille hyperlinkeille. <em>Tämä menetelmä on epäyhdenmukainen, käytä CSS {{cssxref("color")}} ominaisuutta yhdessä {{cssxref(":visited")}} pseudoluokan kanssa sen sijaan.</em></dd>
-</dl>
-
-<h2 id="Esimerkki">Esimerkki</h2>
-
-<pre class="brush: html">&lt;html&gt;
- &lt;head&gt;
- &lt;title&gt;Dokumentin otsikko&lt;/title&gt;
- &lt;/head&gt;
- &lt;body&gt;
- &lt;p&gt;Tämä on kappale&lt;/p&gt;
- &lt;/body&gt;
-&lt;/html&gt;
-</pre>
-
-<h2 id="Tekniset_tiedot">Tekniset tiedot</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Määritelmä</th>
- <th scope="col">Tila</th>
- <th scope="col">Kommentti</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', 'semantics.html#the-body-element', '&lt;body&gt;')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Muutetu listaa epäyhdenmukaisista ominaisuuksista.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', 'sections.html#the-body-element', '&lt;body&gt;')}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Poistettu käytöstä aikaisemmin vanhentuneet ominaisuudet. Määritelty epäyhdenmukaisten käyttäytymienen ja ei-koskaan standardoitu <code>margintop</code>, <code>marginleft</code>, <code>marginright</code> ja <code>marginbottom</code>. Lisätty <code>on*</code> ominaisuudet.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01', 'struct/global.html#h-7.5.1', '&lt;body&gt;')}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td>Vanhennutettu <code>alink</code>, <code>background</code>, <code>bgcolor</code>, <code>link</code>, <code>text</code> ja <code>vlink</code> ominaisuudet.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Selainyhteensopivuus">Selainyhteensopivuus</h2>
-
-
-
-<p>{{Compat("html.elements.body")}}</p>
-
-<h2 id="Katso_myös">Katso myös</h2>
-
-<ul>
- <li>{{HTMLElement("html")}}</li>
- <li>{{HTMLElement("head")}}</li>
-</ul>
diff --git a/files/fi/web/html/element/head/index.html b/files/fi/web/html/element/head/index.html
deleted file mode 100644
index 165583a167..0000000000
--- a/files/fi/web/html/element/head/index.html
+++ /dev/null
@@ -1,108 +0,0 @@
----
-title: '<head>: Dokumentin metadata (Header) elementti'
-slug: Web/HTML/Element/head
-tags:
- - Elementti
- - HTML
- - 'HTML:Metadata sisältö'
- - Referenssi
- - Web
-translation_of: Web/HTML/Element/head
----
-<div>{{HTMLRef}}</div>
-
-<p><strong>HTML <code>&lt;head&gt;</code> elemetti</strong> tarjoaa yleisen informaation (metadatan) dokumentista, mukaan lukien sen otsikon sekä linkit skripteihin ja tyylitiedostoihin.</p>
-
-<table class="properties">
- <tbody>
- <tr>
- <th><a href="/fi/docs/Web/HTML/Content_categories">Sisältökategoriat</a></th>
- <td>Ei mitään.</td>
- </tr>
- <tr>
- <th>Sallittu sisältö</th>
- <td>Jos dokumentti on {{HTMLElement("iframe")}} {{htmlattrxref("srcdoc", "iframe")}} dokumentti, tai jos otsikkoinformaatio on saatavilla korkeamman tason protokollasta, nolla tai enemmän metadata elementtejä.<br>
- Muutoin, yksi tai enemmän metadata elementtejä missä täsmälleen yksi on {{HTMLElement("title")}} elementti.</td>
- </tr>
- <tr>
- <th>Tagin pois jättäminen</th>
- <td>Aloitusmerkki voidaan jättää pois jos ensimmäinen asia head elementin sisällä on elementti.<br>
- Päätymerkki voidaan jättää pois jos head elementin jälkeen ensimmäinen asia ei ole välilyönti tai kommentti.</td>
- </tr>
- <tr>
- <th>Sallitut vanhemmat</th>
- <td>{{HTMLElement("html")}} elementti, jonka ensimmäisenä lapsena.</td>
- </tr>
- <tr>
- <th>Sallitut ARIA roolit</th>
- <td>Ei mitään.</td>
- </tr>
- <tr>
- <th>DOM rajapinta</th>
- <td>{{domxref("HTMLHeadElement")}}</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Ominaisuudet">Ominaisuudet</h2>
-
-<p>Tämä elementti sisältää <a href="/en-US/docs/Web/HTML/Global_attributes">globaalit ominaisuudet</a>.</p>
-
-<dl>
- <dt>{{htmlattrdef("profile")}} {{obsolete_inline}}</dt>
- <dd>Metadata profiilien URI osoitteet välilyöntien erottamana.</dd>
-</dl>
-
-<h2 id="Esimerkki">Esimerkki</h2>
-
-<pre class="brush: html">&lt;html&gt;
- &lt;head&gt;
- &lt;title&gt;Dokumentin otsikko&lt;/title&gt;
- &lt;/head&gt;
-&lt;/html&gt;
-</pre>
-
-<h2 id="Huomatukset">Huomatukset</h2>
-
-<p>Modernit, HTML5-yhteensopivat selaimet automaattisesti rakentavat <code>&lt;head&gt;</code> elementin jos tagit on jätetty merkitsemättä. <a class="external" href="https://www.stevesouders.com/blog/2010/05/12/autohead-my-first-browserscope-user-test/">Tätä käytöstä ei voida taata muinaisissa selaimissa</a>.</p>
-
-<h2 id="Tekniset_tiedot">Tekniset tiedot</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Määrittely</th>
- <th scope="col">Tila</th>
- <th scope="col">Kommentti</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', 'semantics.html#the-head-element', '&lt;head&gt;')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Ei muutosta viimeisestä snapshotista</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', 'document-metadata.html#the-head-element', '&lt;head&gt;')}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Käytöstä poistettiin <code>profile</code></td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01', 'struct/global.html#h-7.4.1', '&lt;head&gt;')}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td> </td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Selainyhteensopivuus">Selainyhteensopivuus</h2>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p>{{Compat("html.elements.head")}}</p>
-
-<h2 id="Katso_myös">Katso myös</h2>
-
-<ul>
- <li>Elementit joita voidaan käyttää <code>&lt;head&gt;</code> elementin sisällä: {{HTMLElement("title")}}, {{HTMLElement("base")}}, {{HTMLElement("link")}}, {{HTMLElement("style")}}, {{HTMLElement("meta")}}, {{HTMLElement("script")}}, {{HTMLElement("noscript")}}, {{HTMLElement("template")}}</li>
-</ul>
diff --git a/files/fi/web/html/element/index.html b/files/fi/web/html/element/index.html
deleted file mode 100644
index 7d2c18afaa..0000000000
--- a/files/fi/web/html/element/index.html
+++ /dev/null
@@ -1,109 +0,0 @@
----
-title: HTML elements reference
-slug: Web/HTML/Element
-tags:
- - Basic
- - Element
- - HTML
- - NeedsTranslation
- - Reference
- - TopicStub
- - Web
- - 'l10n:priority'
-translation_of: Web/HTML/Element
----
-<div>{{HTMLSidebar("Elements")}}</div>
-
-<p><span class="seoSummary">This page lists all the {{Glossary("HTML")}} {{Glossary("Element","elements")}}, which are created using {{Glossary("Tag", "tags")}}.</span> They are grouped by function to help you find what you have in mind easily. An alphabetical list of all elements is provided in the sidebar on every element's page as well as this one.</p>
-
-<div class="note">
-<p>For more information about the basics of HTML elements and attributes, see <a href="/en-US/docs/Web/Guide/HTML/Introduction#Elements_%E2%80%94_the_basic_building_blocks">the section on elements in the Introduction to HTML article</a>.</p>
-</div>
-
-<h2 id="Main_root">Main root</h2>
-
-<p>{{HTMLRefTable("HTML Root Element")}}</p>
-
-<h2 id="Document_metadata">Document metadata</h2>
-
-<p>Metadata contains information about the page. This includes information about styles, scripts and data to help software ({{Glossary("search engine", "search engines")}}, {{Glossary("Browser","browsers")}}, etc.) use and render the page. Metadata for styles and scripts may be defined in the page or link to another file that has the information. </p>
-
-<p>{{HTMLRefTable("HTML Document Metadata")}}</p>
-
-<h2 id="Sectioning_root">Sectioning root</h2>
-
-<p>{{HTMLRefTable("Sectioning Root Element")}}</p>
-
-<h2 id="Content_sectioning">Content sectioning</h2>
-
-<p>Content sectioning elements allow you to organize the document content into logical pieces. Use the sectioning elements to create a broad outline for your page content, including header and footer navigation, and heading elements to identify sections of content.   </p>
-
-<p>{{HTMLRefTable("HTML Sections")}}</p>
-
-<h2 id="Text_content">Text content</h2>
-
-<p>Use HTML text content elements to organize blocks or sections of content placed between the opening {{HTMLElement("body")}} and closing <code>&lt;/body&gt;</code> tags. Important for {{Glossary("accessibility")}} and {{Glossary("SEO")}}, these elements identify the purpose or structure of that content.     </p>
-
-<p>{{HTMLRefTable("HTML Grouping Content")}}</p>
-
-<h2 id="Inline_text_semantics">Inline text semantics</h2>
-
-<p>Use the HTML inline text semantic to define the meaning, structure, or style of a word, line, or any arbitrary piece of text.</p>
-
-<p>{{HTMLRefTable("HTML Text-Level Semantics")}}</p>
-
-<h2 id="Image_and_multimedia">Image and multimedia</h2>
-
-<p>HTML supports various multimedia resources such as images, audio, and video.</p>
-
-<p>{{HTMLRefTable("multimedia")}}</p>
-
-<h2 id="Embedded_content">Embedded content</h2>
-
-<p>In addition to regular multimedia content, HTML can include a variety of other content, even if it's not always easy to interact with.</p>
-
-<p>{{HTMLRefTable({"include":["HTML embedded content"], "exclude":["multimedia"]})}}</p>
-
-<h2 id="Scripting">Scripting</h2>
-
-<p>In order to create dynamic content and Web applications, HTML supports the use of scripting languages, most prominently JavaScript. Certain elements support this capability.</p>
-
-<p>{{HTMLRefTable("HTML Scripting")}}</p>
-
-<h2 id="Demarcating_edits">Demarcating edits</h2>
-
-<p>These elements let you provide indications that specific parts of the text have been altered.</p>
-
-<p>{{HTMLRefTable("HTML Edits")}}</p>
-
-<h2 id="Table_content">Table content</h2>
-
-<p>The elements here are used to create and handle tabular data.</p>
-
-<p>{{HTMLRefTable("HTML tabular data")}}</p>
-
-<h2 id="Forms">Forms</h2>
-
-<p>HTML provides a number of elements which can be used together to create forms which the user can fill out and submit to the Web site or application. There's a great deal of further information about this available in the <a href="/en-US/docs/Web/Guide/HTML/Forms">HTML forms guide</a>.</p>
-
-<p>{{HTMLRefTable({"include": ["HTML forms"], "exclude":["Deprecated"]})}}</p>
-
-<h2 id="Interactive_elements">Interactive elements</h2>
-
-<p>HTML offers a selection of elements which help to create interactive user interface objects.</p>
-
-<p>{{HTMLRefTable("HTML interactive elements")}}</p>
-
-<h2 id="Web_Components">Web Components</h2>
-
-<p>Web Components is an HTML-related technology which makes it possible to, essentially, create and use custom elements as if it were regular HTML. In addition, you can create custom versions of standard HTML elements.</p>
-
-<p>{{HTMLRefTable({"include":["Web Components"],"elements":["shadow"]})}}</p>
-
-<h2 id="Obsolete_and_deprecated_elements">Obsolete and deprecated elements</h2>
-
-<div class="warning">
-<p><strong>Warning:</strong> These are old HTML elements which are deprecated and should not be used. <strong>You should never use them in new projects, and should replace them in old projects as soon as you can.</strong> They are listed here for informational purposes only.</p>
-</div>
-
-<p>{{HTMLRefTable({"include":["Deprecated","Obsolete"]})}}</p>
diff --git a/files/fi/web/html/element/title/index.html b/files/fi/web/html/element/title/index.html
deleted file mode 100644
index d53e81e109..0000000000
--- a/files/fi/web/html/element/title/index.html
+++ /dev/null
@@ -1,122 +0,0 @@
----
-title: '<title>: Dokumentin otsikkoelementti'
-slug: Web/HTML/Element/title
-tags:
- - Elementti
- - HTML
- - HTML dokumentin metadata
- - 'HTML:Metadata sisältö'
- - Ikkunan nimi
- - Ikkunan otsikko
- - Otsikko
- - Referenssi
- - Sivun nimi
- - Sivun otsikko
- - Välilehden nimi
- - Välilehden otsikko
- - Web
-translation_of: Web/HTML/Element/title
----
-<div>{{HTMLRef}}</div>
-
-<p><span class="seoSummary"><strong>HTML otsikkoelementti</strong> (<strong><code>&lt;title&gt;</code></strong>) määrittelee dokumentin otsikon, joka näkyy selaimen otsikkopalkissa tai sivun välilehdessä. Se usein sisältää tekstiä ja tagit sen sisällä on jätetty huomiotta.</span></p>
-
-<table class="properties">
- <tbody>
- <tr>
- <th scope="row"><a href="/fi/docs/Web/HTML/Content_categories">Sisältökategoriat</a></th>
- <td><a href="/en-US/docs/Web/HTML/Content_categories#Metadata_content">Metadata sisältö</a>.</td>
- </tr>
- <tr>
- <th scope="row">Sallittu sisältö</th>
- <td>Teksti, joka ei ole elementtien välinen välilyönti.</td>
- </tr>
- <tr>
- <th scope="row">Tagin pois jättäminen</th>
- <td>Molemmat avaus- ja sulkumerkit ovat pakollisia. Huomaa, että selainten pitäisi jättää loput sivusta huomiotta, jos <code>&lt;/title&gt;</code> on jäänyt merkitsemättä.</td>
- </tr>
- <tr>
- <th scope="row">Sallitut vanhemmat</th>
- <td>{{ HTMLElement("head") }} elementti joka ei sisällä toisia {{ HTMLElement("title") }} elementtejä.</td>
- </tr>
- <tr>
- <th scope="row">Sallitut ARIA roolit</th>
- <td>Ei mitään.</td>
- </tr>
- <tr>
- <th scope="row">DOM rajapinta</th>
- <td>{{domxref("HTMLTitleElement")}}</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Ominaisuudet">Ominaisuudet</h2>
-
-<p>Tämä elementti sisältää vain <a href="/en-US/docs/Web/HTML/Global_attributes">globaalit ominaisuudet</a>.</p>
-
-<h2 id="Käyttöohjeet">Käyttöohjeet</h2>
-
-<p><code>&lt;title&gt;</code> elementtiä käytetään aina sivun {{HTMLElement("head")}} lohkossa.</p>
-
-<h2 id="Esimerkki">Esimerkki</h2>
-
-<pre class="brush: html">&lt;title&gt;Mahtava sivun otsikko&lt;/title&gt;
-</pre>
-
-<h2 id="Koskien_esteettömyyttä">Koskien esteettömyyttä</h2>
-
-<p>On tärkeää antaa <code>title</code> elementille arvo joka kuvaa sivun tarkoitusta. </p>
-
-<p>Avustavan tekniikan käyttäjille tarkoitettu tavallinen navigointitekniikka on lukea sivun otsikko ja päätellä, mitä sisältöä se sisältää. Tämä johtuu siitä, että sivun navigoiminen sen sisällön määrittelemiseksi voi olla aikaa vievää ja mahdollisesti sekavaa.</p>
-
-<h4 id="Esimerkki_2">Esimerkki</h4>
-
-<pre>&lt;title&gt;Valikko - Kiinalainen ravintola - RuokaNam: Verkko-ostoksia tänään!&lt;/title&gt;
-</pre>
-
-<p>Voit auttaa käyttäjiä päivittämällä sivun <code>title</code> arvon vastaamaan merkittäviä sivun tilamuutoksia (kuten lomakkeiden vahvistusongelmia).</p>
-
-<h4 id="Esimerkki_3">Esimerkki</h4>
-
-<pre>&lt;title&gt;2 virhettä - Tilauksesi - Kiinalainen ravintola - RuokaNam: Verkko-ostoksia tänään!&lt;/title&gt;
-</pre>
-
-<ul>
- <li><a href="/en-US/docs/Web/Accessibility/Understanding_WCAG/Operable#Guideline_2.4_—_Navigable_Provide_ways_to_help_users_navigate_find_content_and_determine_where_they_are">MDN Understanding WCAG, Guideline 2.4 explanations</a></li>
- <li><a href="https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-title.html">Understanding Success Criterion 2.4.2  | W3C Understanding WCAG 2.0</a></li>
-</ul>
-
-<h2 id="Tekniset_tiedot">Tekniset tiedot</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Määrittely</th>
- <th scope="col">Tila</th>
- <th scope="col">Kommentti</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', 'semantics.html#the-title-element', '&lt;title&gt;')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td> </td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', 'document-metadata.html#the-title-element', '&lt;title&gt;')}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td> </td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01', 'struct/global.html#h-7.4.2', '&lt;title&gt;')}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td> </td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Selainyhteensopivuus">Selainyhteensopivuus</h2>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p>{{Compat("html.elements.title")}}</p>