Normalize u-* property values for implied properties

This commit is contained in:
jessicard 2013-11-04 16:03:24 -08:00
parent 249fc1ef74
commit 0eb04480f5
6 changed files with 73 additions and 4 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<body>
<base href="http://example.org/">
<a class="h-card" href="/" />
<div class="h-card">
<a href="/" />
</div>
</body>
</html>

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<body>
<a class="h-card" href="http://github.com" />
<div class="h-card">
<a href="http://github.com" />
</div>
</body>
</html>