Normalize u-* property values for implied properties
This commit is contained in:
parent
249fc1ef74
commit
0eb04480f5
6 changed files with 73 additions and 4 deletions
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue