Skip to content

Commit 82e9c98

Browse files
committed
Remove local CSS for RFC2119
1 parent dd391de commit 82e9c98

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

spec/index.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,6 @@
336336
div.exampleWrapper { margin: 4px }
337337
div.exampleHeader { font-weight: bold;
338338
margin: 4px}
339-
340-
em.rfc2119 { text-transform: lowercase;
341-
font-variant: small-caps;
342-
font-style: normal; }
343339
</style>
344340
</head>
345341
<body>
@@ -379,9 +375,11 @@ <h2>Introduction</h2>
379375
</ol>
380376
<p>This specification relies on an intuitive interpretation of the underlying HTTP protocol semantics to determine interaction with a Graph Store. Where the meaning of the operations are described,
381377
a SPARQL Update equivalent syntax is shown for clarity.</p>
382-
<p>When this document uses the words <em>MUST</em>, <em>MUST NOT</em>, <em>SHOULD</em>, <em>SHOULD NOT</em>, <em>MAY</em> and <em>RECOMMENDED</em>, and the words appear as emphasized text, they
383-
must be interpreted as described in <a href="http://www.faqs.org/rfcs/rfc2119.html">RFC 2119</a> <a
384-
href="#rfc2119">[RFC2119]</a>.</p>
378+
379+
<p>When this document uses the words MUST, MUST NOT, SHOULD, SHOULD NOT,
380+
and MAY, and the words appear as emphasized text, they must be
381+
interpreted as described in [[RFC2119]].
382+
</p>
385383
</section>
386384

387385
<section id="terminology">

0 commit comments

Comments
 (0)