Skip to content

Commit 481f579

Browse files
committed
Not using address, mark, var
1 parent 4cea2d8 commit 481f579

File tree

2 files changed

+0
-63
lines changed

2 files changed

+0
-63
lines changed

src/assets/sass/modules/_typography.scss

-21
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ body {
3737
* <p class="align-justify">
3838
*/
3939

40-
address,
4140
article,
4241
aside,
4342
blockquote,
@@ -188,14 +187,6 @@ strong {
188187
font-weight: 700;
189188
}
190189

191-
/**
192-
* Add vertical margin to addresses.
193-
*/
194-
195-
address {
196-
margin: 1em 0;
197-
}
198-
199190
/**
200191
* Oxford English quote behaviour (quotes: ‘ ’, quotes within quotes: “ ”).
201192
*/
@@ -246,18 +237,6 @@ abbr[title] {
246237
text-decoration: underline dotted; /* 2 */
247238
}
248239

249-
/**
250-
* Consistent styling for `mark` and `var` tags.
251-
*/
252-
253-
mark,
254-
var {
255-
padding: 0 0.25em; // 0 4px
256-
border-radius: setup.$border-radius / 2;
257-
background: var(--clr-hilite-box);
258-
color: var(--clr-text);
259-
}
260-
261240
/**
262241
* Harmonize size and style of computer text.
263242
*

src/docs/design-patterns.html

-42
Original file line numberDiff line numberDiff line change
@@ -332,32 +332,6 @@ <h4>h4 Heading 4 h4 Heading 4 h4 Heading 4 h4 Heading 4 h4 Heading 4 h4 Heading
332332
<p>This text has a reference in the footnote<sup class="footnote" id="fnrevanchor1"><a href="#fnanchor1">1</a></sup>.</p>
333333
<p class="footnote" id="fnanchor1"><sup>1</sup> Here is the footnote.</p>
334334

335-
<h3>Contact details</h3>
336-
<p>Uses both the <a rel="external" href="https://schema.org/" title="Go to the Schema.org website">Schema.org</a> and <a rel="external" href="http://microformats.org/wiki/hcard" title="Go to the hCard website">hCard</a> microformats.</p>
337-
<!-- possible schema types: Organization, Corporation, etc (see https://schema.org/Organization for more info) -->
338-
<div class="vcard" role="group" itemscope itemtype="https://schema.org/Organization">
339-
<p class="org fn" itemprop="name">Organization Name</p>
340-
<address class="adr" itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
341-
<span class="street-address" itemprop="streetAddress">13 Mystreet</span>,
342-
<span class="locality" itemprop="addressLocality">Mytown</span>,
343-
<span class="region" itemprop="addressRegion">Myshire</span>,
344-
<span class="postal-code" itemprop="postalCode">GU1 0AB</span>,
345-
<span class="country" itemprop="addressCountry">United Kingdom</span>
346-
</address>
347-
<p class="tel" itemprop="contactPoint">
348-
<span class="type" itemprop="name">Telephone</span>
349-
<span class="value" itemprop="telephone">01234 456789</span>
350-
</p>
351-
<p class="tel" itemprop="contactPoint">
352-
<span class="type" itemprop="name">Mobile</span>
353-
<span class="value" itemprop="telephone">07900 123456</span>
354-
</p>
355-
<p itemprop="contactPoint">
356-
<span itemprop="name">Email</span>
357-
<a class="email" itemprop="email" href="mailto:anon@example.com" title="Email us">anon@example.com</a>
358-
</p>
359-
</div>
360-
361335
<h3>Text ranged left</h3>
362336
<p style="text-align:left;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam sit amet elit vitae arcu interdum ullamcorper. Nullam ultrices, nisi quis scelerisque convallis, augue neque tempor enim, et mattis justo nibh eu elit.</p>
363337

@@ -465,14 +439,6 @@ <h3>Keyboard Input</h3>
465439
<p>The <kbd>kbd element</kbd> example</p>
466440
</div>
467441

468-
<div class="layout-3col">
469-
<h3>Mark</h3>
470-
<p><strong>Code:</strong></p>
471-
<p><code class="language-markup">&lt;mark&gt;</code></p>
472-
<p><strong>Example:</strong></p>
473-
<p>The <mark>mark element</mark> example</p>
474-
</div>
475-
476442
<div class="layout-3col">
477443
<h3>Quote</h3>
478444
<p><strong>Code:</strong></p>
@@ -537,14 +503,6 @@ <h3>Underline</h3>
537503
<p>The <u>u element</u> example</p>
538504
</div>
539505

540-
<div class="layout-3col">
541-
<h3>Variable</h3>
542-
<p><strong>Code:</strong></p>
543-
<p><code class="language-markup">&lt;var&gt;</code></p>
544-
<p><strong>Example:</strong></p>
545-
<p>The <var>var element</var> example</p>
546-
</div>
547-
548506
</div>
549507
</section>
550508

0 commit comments

Comments
 (0)