-
Notifications
You must be signed in to change notification settings - Fork 53
Tags
Will Pimblett edited this page Jan 16, 2021
·
11 revisions
The following table shows HTML tags and attributes that are known to contain URL values and their support in htmltest.
Tag / Attr | HTML | Support? | Function |
---|---|---|---|
a href=url |
4 |
![]() |
checkLink |
area href=url |
4 |
![]() |
checkGeneric |
audio src=url |
5 |
![]() |
checkGeneric |
base href=url |
4 |
![]() |
|
blockquote cite=url |
4 |
![]() |
checkGeneric |
button formaction=url |
5 | ||
del cite=url |
4 |
![]() |
checkGeneric |
DOCTYPE |
~ |
![]() |
checkDoctype |
embed src=url |
5 |
![]() |
checkGeneric |
form action=url |
4 | ||
iframe src=url |
4 |
![]() |
checkGeneric |
img src=url |
4 |
![]() |
checkImg |
img srcset=url1 res1 url2 res2 |
5 |
![]() |
|
img usemap=url |
4 |
![]() |
checkImg |
input formaction=url |
5 | ||
input src=url |
4 |
![]() |
checkGeneric |
input usemap=url |
4 |
![]() |
|
ins cite=url |
4 |
![]() |
checkGeneric |
link href=url |
4 |
![]() |
checkLink |
meta http-equiv="refresh" |
4 |
![]() |
checkMeta |
object data=url |
4 |
![]() |
checkGeneric |
object usemap=url |
4 |
![]() |
|
q cite=url |
4 |
![]() |
checkGeneric |
script src=url |
4 |
![]() |
checkScript |
source src=url |
5 |
![]() |
checkGeneric |
video poster=url |
5 |
![]() |
checkGeneric |
video src=url |
5 |
![]() |
checkGeneric |
The following tag/attribute combinations are known but are depreciated in HTML5 and are therefore unsupported in htmltest.
applet archive=url
applet codebase=url
body background=url
frame longdesc=url
frame href=url
head profile=url
iframe longdesc=url
img longdesc=url
object archive=url
object classid=url
object codebase=url
command icon=url
html manifest=url