Normalize u-* property values

This commit is contained in:
Jessica Lynn Suttles 2013-11-04 15:13:34 -08:00
parent c7a9820168
commit e65c1a2407
10 changed files with 42 additions and 18 deletions

View file

@ -1,10 +1,14 @@
<!DOCTYPE html>
<html>
<base href="http://example.org/">
<body>
<div class="h-card">
<a href="http://flickr.com/jlsuttles" class="u-url p-name">
<a href="/" class="u-url p-name">
Jessica Lynn Suttles
</a>
<a href="http://flickr.com" class="u-url">
@jlsuttles
</a>
<a href="http://twitter.com/jlsuttles" class="u-url">
@jlsuttles
</a>

View file

@ -1,7 +1,7 @@
{ "items": [{
"type": ["h-card"],
"properties": {
"url": ["http://flickr.com/jlsuttles", "http://twitter.com/jlsuttles"],
"url": ["http://example.org/", "http://flickr.com/", "http://twitter.com/jlsuttles"],
"name": ["Jessica Lynn Suttles"],
"bday": ["1990-10-15"],
"content": ["<p>Vegan. Cat lover. Coder.</p>"]