Skip to content

Commit bde4a1e

Browse files
rubensworksgkellogg
authored andcommitted
Fix benchmark test 0295
1 parent a739a9c commit bde4a1e

10 files changed

Lines changed: 167 additions & 1793 deletions

File tree

test-cases/rdfa1.1/html4/0295.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -450,11 +450,11 @@ <h2 property="dc:title" datatype="ex:XMLLiteral">E = mc<sup>2</sup>: The Most Ur
450450
<p about="">This is <span property="dc:title">Test 0109</span>.</p>
451451
</div>
452452
<div rel="xhv:next">
453-
<div rel="xhv:next" />
453+
<img rel="xhv:next" />
454454
</div>
455455
<div rel="xhv:next">
456456
<div rel="xhv:next">
457-
<div rel="xhv:next" />
457+
<img rel="xhv:next" />
458458
</div>
459459
</div>
460460
<p>
@@ -506,14 +506,14 @@ <h2 property="dc:title" datatype="ex:XMLLiteral">E = mc<sup>2</sup>: The Most Ur
506506
is the default prefix for XHTML+RDFa 1.0.
507507
</p>
508508
<div>
509-
<p about="http://example.org/">
509+
<div about="http://example.org/">
510510
<span about="[]" property="dc:title">Test Case 0121</span>
511511
checks to make sure RDFa processors resolve the empty CURIE correctly.
512512
<p resource="[]">
513513
<span property="dc:contributor">Shane McCarron</span>
514514
contributed to this test.
515515
</p>
516-
</p>
516+
</div>
517517
</div>
518518
<p about="http://example.org/section1.html">
519519
This section is contained below <span rel="up" resource="[]">the main site</span>.
@@ -842,7 +842,7 @@ <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time<
842842
Non matching lexical value with language.
843843
</time>
844844
<data property="rdf:value" lang="lat" value="veni, vidi, vici" content="I came, I saw, I conquered">
845-
@value overrides @content in the 'data' element.
845+
@value does not override @content in the 'data' element.
846846
</data>
847847
<time property="rdf:value" datetime="2012-03-18T00:00:00-08:00">18 March 2012 at midnight in San Francisco</time>
848848
<object property="rdf:value" data="http://example.com/"></object>

0 commit comments

Comments
 (0)