File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3926,13 +3926,19 @@ <h3>RDFa</h3>
3926
3926
<div ****prefix="foaf: http://xmlns.com/foaf/0.1/"****>
3927
3927
<ul>
3928
3928
<li ****typeof="foaf:Person"****>
3929
- <a ****rel="foaf:homepage" href="http://example.com/bob/" property="foaf:name"****>Bob</a>
3929
+ <a ****property="foaf:homepage" href="http://example.com/bob/">
3930
+ <span property="foaf:name"****>Bob</span>
3931
+ </a>
3930
3932
</li>
3931
3933
<li ****typeof="foaf:Person"****>
3932
- <a ****rel="foaf:homepage" href="http://example.com/eve/" property="foaf:name"****>Eve</a>
3934
+ <a ****property="foaf:homepage" href="http://example.com/eve/">
3935
+ <span property="foaf:name"****>Eve</span>
3936
+ </a>
3933
3937
</li>
3934
3938
<li ****typeof="foaf:Person"****>
3935
- <a ****rel="foaf:homepage" href="http://example.com/manu/" property="foaf:name"****>Manu</a>
3939
+ <a ****property="foaf:homepage" href="http://example.com/manu/">
3940
+ <span property="foaf:name"****>Manu</span>
3941
+ </a>
3936
3942
</li>
3937
3943
</ul>
3938
3944
</div>
You can’t perform that action at this time.
0 commit comments