Skip to content

Commit efeff96

Browse files
committed
Remove class=informative from subsections of informative section
1 parent 3dd34f3 commit efeff96

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

spec/index.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h2>An XML Syntax for RDF</h2>
166166
</p>
167167

168168
<!-- intro -->
169-
<section id="section-Syntax-intro" class="informative">
169+
<section id="section-Syntax-intro">
170170
<h3>Introduction</h3>
171171

172172
<p>The RDF Concepts and Abstract Syntax document [[RDF12-CONCEPTS]]
@@ -233,7 +233,7 @@ <h3>Introduction</h3>
233233
</section>
234234

235235
<!-- node and property elements -->
236-
<section id="section-Syntax-node-property-elements" class="informative">
236+
<section id="section-Syntax-node-property-elements">
237237
<h3>Node Elements and Property Elements</h3>
238238

239239
<figure id="figure1">
@@ -364,7 +364,7 @@ <h3>Node Elements and Property Elements</h3>
364364
</section>
365365

366366
<!-- multiple properties -->
367-
<section id="section-Syntax-multiple-property-elements" class="informative">
367+
<section id="section-Syntax-multiple-property-elements">
368368
<h3>Multiple Property Elements</h3>
369369

370370
<p>There are several abbreviations that can be used to make common
@@ -407,7 +407,7 @@ <h3>Multiple Property Elements</h3>
407407
</section>
408408

409409
<!-- empty property elements -->
410-
<section id="section-Syntax-empty-property-elements" class="informative">
410+
<section id="section-Syntax-empty-property-elements">
411411
<h3>Empty Property Elements</h3>
412412

413413
<p>When a predicate arc in an <a data-cite="RDF12-CONCEPTS#dfn-rdf-graph">RDF graph</a> points to an object node which has no
@@ -445,7 +445,7 @@ <h3>Empty Property Elements</h3>
445445
</section>
446446

447447
<!-- empty property attributes -->
448-
<section id="section-Syntax-property-attributes" class="informative">
448+
<section id="section-Syntax-property-attributes">
449449
<h3>Property Attributes</h3>
450450

451451
<p>When a <a data-lt="property element">property element's</a> content is string literal,
@@ -489,7 +489,7 @@ <h3>Property Attributes</h3>
489489
</section>
490490

491491
<!-- complete rdf/xml document -->
492-
<section id="section-Syntax-complete-document" class="informative">
492+
<section id="section-Syntax-complete-document">
493493
<h3>Completing the Document: Document Element and XML Declaration</h3>
494494

495495
<p>To create a complete RDF/XML document, the serialization of the
@@ -548,7 +548,7 @@ <h3>Completing the Document: Document Element and XML Declaration</h3>
548548
</section>
549549

550550
<!-- language attribute -->
551-
<section id="section-Syntax-languages" class="informative">
551+
<section id="section-Syntax-languages">
552552
<h3>Languages: <code>xml:lang</code></h3>
553553

554554
<p>RDF/XML permits the use of the <code>xml:lang</code> attribute as defined by
@@ -599,7 +599,7 @@ <h3>Languages: <code>xml:lang</code></h3>
599599
</section>
600600

601601
<!-- dir attribute -->
602-
<section id="section-Syntax-base-direction" class="informative">
602+
<section id="section-Syntax-base-direction">
603603
<h3>Base Direction: <code>its:dir</code></h3>
604604

605605
<p>RDF 1.2 introduces the concept of a <a data-cite="RDF12-CONCEPTS#dfn-base-direction">base direction</a> which can be used
@@ -645,7 +645,7 @@ <h3>Base Direction: <code>its:dir</code></h3>
645645
</section>
646646

647647
<!-- XML Literal -->
648-
<section id="section-Syntax-XML-literals" class="informative">
648+
<section id="section-Syntax-XML-literals">
649649
<h3>XML Literals: <code>rdf:parseType="Literal"</code></h3>
650650

651651
<p>RDF allows XML literals [RDF12-CONCEPTS]
@@ -693,7 +693,7 @@ <h3>XML Literals: <code>rdf:parseType="Literal"</code></h3>
693693
</section>
694694

695695
<!-- datatyped literals -->
696-
<section id="section-Syntax-datatyped-literals" class="informative">
696+
<section id="section-Syntax-datatyped-literals">
697697
<h3>Typed Literals: <code>rdf:datatype</code></h3>
698698

699699
<p>RDF allows typed literals
@@ -743,7 +743,7 @@ <h3>Typed Literals: <code>rdf:datatype</code></h3>
743743
</section>
744744

745745
<!-- blank nodes -->
746-
<section id="section-Syntax-blank-nodes" class="informative">
746+
<section id="section-Syntax-blank-nodes">
747747
<h3>Identifying Blank Nodes: <code>rdf:nodeID</code></h3>
748748

749749
<p><a data-cite="RDF12-CONCEPTS#dfn-blank-node">Blank nodes</a> in the RDF are distinct but have no
@@ -796,7 +796,7 @@ <h3>Identifying Blank Nodes: <code>rdf:nodeID</code></h3>
796796
</section>
797797

798798
<!-- parsetype resource -->
799-
<section id="section-Syntax-parsetype-resource" class="informative">
799+
<section id="section-Syntax-parsetype-resource">
800800
<h3>Omitting Blank Nodes: <code>rdf:parseType="Resource"</code></h3>
801801

802802
<p><a data-cite="RDF12-CONCEPTS#dfn-blank-node">Blank nodes</a> (not <a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a> nodes) in <a data-cite="RDF12-CONCEPTS#dfn-rdf-graph">RDF graphs</a> can be written
@@ -840,7 +840,7 @@ <h3>Omitting Blank Nodes: <code>rdf:parseType="Resource"</code></h3>
840840
</section>
841841

842842
<!-- attributes on property elements -->
843-
<section id="section-Syntax-property-attributes-on-property-element" class="informative">
843+
<section id="section-Syntax-property-attributes-on-property-element">
844844
<h3>Omitting Nodes: Property Attributes on an empty Property Element</h3>
845845

846846
<p>
@@ -891,7 +891,7 @@ <h3>Omitting Nodes: Property Attributes on an empty Property Element</h3>
891891
</section>
892892

893893
<!-- typed nodes -->
894-
<section id="section-Syntax-typed-nodes" class="informative">
894+
<section id="section-Syntax-typed-nodes">
895895
<h3>Typed Node Elements</h3>
896896

897897
<p id="typed-nodes-tests1" data-tests="
@@ -962,7 +962,7 @@ <h3>Typed Node Elements</h3>
962962
</section>
963963

964964
<!-- xml base -->
965-
<section id="section-Syntax-ID-xml-base" class="informative">
965+
<section id="section-Syntax-ID-xml-base">
966966
<h3>Abbreviating IRIs: <code>rdf:ID</code> and <code>xml:base</code></h3>
967967

968968
<p>RDF/XML allows further abbreviating <a data-cite="RDF12-CONCEPTS#dfn-iri">IRIs</a> in XML attributes in two
@@ -1024,7 +1024,7 @@ <h3>Abbreviating IRIs: <code>rdf:ID</code> and <code>xml:base</code></h3>
10241024
</section>
10251025

10261026
<!-- list elements -->
1027-
<section id="section-Syntax-list-elements" class="informative">
1027+
<section id="section-Syntax-list-elements">
10281028
<h3>Container Membership Property Elements: <code>rdf:li</code> and <code>rdf:_</code><em>n</em></h3>
10291029

10301030
<p id="list-elements-tests1" data-tests="
@@ -1096,7 +1096,7 @@ <h3>Container Membership Property Elements: <code>rdf:li</code> and <code>rdf:_<
10961096
</section>
10971097

10981098
<!-- parsetype collection -->
1099-
<section id="section-Syntax-parsetype-Collection" class="informative">
1099+
<section id="section-Syntax-parsetype-Collection">
11001100
<h3>Collections: <code>rdf:parseType="Collection"</code></h3>
11011101

11021102
<p>RDF/XML allows an <code>rdf:parseType="Collection"</code>
@@ -1143,7 +1143,7 @@ <h3>Collections: <code>rdf:parseType="Collection"</code></h3>
11431143
</section>
11441144

11451145
<!-- reification -->
1146-
<section id="section-Syntax-reifying" class="informative">
1146+
<section id="section-Syntax-reifying">
11471147
<h3>Reifying Statements: <code>rdf:ID</code></h3>
11481148

11491149
<p>The <code>rdf:ID</code> attribute can be used on a property
@@ -1189,7 +1189,7 @@ <h3>Reifying Statements: <code>rdf:ID</code></h3>
11891189

11901190
</section>
11911191

1192-
<section id="section-Syntax-triple-terms" class="informative">
1192+
<section id="section-Syntax-triple-terms">
11931193
<h3>Triple Terms: <code>rdf:parseType="Triple"</code></h3>
11941194

11951195
<p>A <a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple term</a>
@@ -1236,7 +1236,7 @@ <h3>Triple Terms: <code>rdf:parseType="Triple"</code></h3>
12361236
asserting and describing a triple at the same time.</p>
12371237
</section>
12381238

1239-
<section id="section-Syntax-annotations" class="informative">
1239+
<section id="section-Syntax-annotations">
12401240
<h3>Annotating Triples: `rdf:annotation` or `rdf:annotationNodeID`</h3>
12411241

12421242
<p>RDF 1.2 XML Syntax also includes syntax for

0 commit comments

Comments
 (0)