Skip to content

Commit

Permalink
Added CSS to html-crexit-criteria.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LJWatson committed Apr 19, 2016
1 parent 16c44e0 commit ecb5afc
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions html-crexit-criteria.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
<!DOCTYPE html>

<html lang="en">

<head>
<meta charset="utf-8">
<meta charset='utf-8'>
<meta name=viewport content='width=device-width'>
<title>HTML5.1: Candidate Recommendation (CR) exit criteria</title>

<link rel=stylesheet href='https://www.w3.org/StyleSheets/TR/base'>

<style>
cite{text-align:right;width: 100%;}
.rfc2119 {font-variant: small-caps;}
blockquote, q {font-family: sans-serif}</style>
blockquote, q {font-family: sans-serif}
</style>
</head>

<body>
<h1>HTML 5.1: Candidate Recommendation (CR) exit criteria</h1>
<nav aria-label="Content">
Expand Down Expand Up @@ -38,7 +46,7 @@ <h2 id="background">Background: Process Requirements</h2>
<p>Adequate implementation experience, described as </p>
<blockquote> the specification is sufficiently clear, complete, and relevant to market needs, to ensure that independent
interoperable implementations of each feature of the specification will be realized<br>
<cite>https://www.w3.org/2015/Process-20150901/#implementation-experience</cite></blockquote>
<cite><a href="https://www.w3.org/2015/Process-20150901/#implementation-experience">https://www.w3.org/2015/Process-20150901/#implementation-experience</a></cite></blockquote>
</li>
<li>The document has received wide review.</li>
</ol>
Expand Down

0 comments on commit ecb5afc

Please sign in to comment.