Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: includes/styleguide/typography/body.html

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Left Patch Set: Formatting fixes Created Aug. 11, 2017, 11:08 a.m.
Right Patch Set: Separate Content and Developer Styleguides Created Aug. 21, 2017, 10:18 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « includes/styleguide/typography/blockquotes.html ('k') | includes/styleguide/typography/headings.html » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1
2 <p>This is normal text</p>
3
4 <p>This is <em>emphasized</em> text</p>
5
6 <p>This is <strong>strong</strong> text</p>
7
8 <p>This is a <a href="https://example.com/">link</a></p>
9
10 <p>This is an <abbr title="Abbreviation">abbr</abbr></p>
11
12 <p>This has a footnote<sup id="fnref:1"><a class="footnote-ref" href="#fn:1" rel ="footnote">1</a></sup></p>
13
14 <div class="footnote">
15 <hr>
16 <ol>
17 <li id="fn:1">
18 <p>This is a footnote content&nbsp;<a class="footnote-backref" href="#fnre f:1" rev="footnote" title="Jump back to footnote 1 in the text">↩</a></p>
19 </li>
20 </ol>
21 </div>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld