diff options
| author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
| commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
| tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/nl/web/svg/attribute/font-size-adjust/index.html | |
| parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
| download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip | |
remove retired locales (#699)
Diffstat (limited to 'files/nl/web/svg/attribute/font-size-adjust/index.html')
| -rw-r--r-- | files/nl/web/svg/attribute/font-size-adjust/index.html | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/files/nl/web/svg/attribute/font-size-adjust/index.html b/files/nl/web/svg/attribute/font-size-adjust/index.html deleted file mode 100644 index 6e78784148..0000000000 --- a/files/nl/web/svg/attribute/font-size-adjust/index.html +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: font-size-adjust -slug: Web/SVG/Attribute/font-size-adjust -tags: - - HeeftCompatTabelNodig - - HeeftVoorbeeldNodig - - SVG - - SVG attribuut -translation_of: Web/SVG/Attribute/font-size-adjust ---- -<p>« <a href="/en/SVG/Attribute" title="en/SVG/Attribute">SVG Attribuut referentie home</a></p> - -<p>Het <code>font-size-adjust</code> attribuut stelt auteurs in staat om een aspectwaarde te specificeren voor een element dat de x-hoogte van het eerste keuze font in een vervangende font behoudt.</p> - -<p>Als een presentatie attribuut, kan het ook gebruikt worden als een property direct in een CSS stylesheet, Zie {{ cssxref("font-size-adjust","CSS font-size-adjust") }} voor verdere informatie.</p> - -<h2 id="Gebruik_context">Gebruik context</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="row">Categorieën</th> - <td>Presentatie attribuut</td> - </tr> - <tr> - <th scope="row">Waarde</th> - <td><a href="/en/SVG/Content_type#Number" title="https://developer.mozilla.org/en/SVG/Content_type#Number"><number></a> | <strong>none</strong> | inherit</td> - </tr> - <tr> - <th scope="row">Animeerbaar</th> - <td>Ja</td> - </tr> - <tr> - <th scope="row">Normatief document</th> - <td><a class="external" href="http://www.w3.org/TR/SVG11/text.html#FontSizeAdjustProperty" title="http://www.w3.org/TR/SVG11/text.html#FontSizeAdjustProperty">SVG 1.1 (2de Editie)</a></td> - </tr> - </tbody> -</table> - -<h2 id="Voorbeeld">Voorbeeld</h2> - -<h2 id="Elementen">Elementen</h2> - -<p>De volgende elementen kunnen het <code>font-size-adjust</code> attribuut gebruiken</p> - -<ul> - <li><a href="/en/SVG/Element#Text_content_elements" title="en/SVG/Element#Text_content_elements">Text content elementen</a> »</li> -</ul> - -<h2 id="Zie_ook">Zie ook</h2> - -<ul> - <li>{{ cssxref("font-size-adjust","CSS font-size-adjust") }}</li> -</ul> |
