D
derek
i am reading that the A tag has an "charset" attribute. according to the w3c recommendation
http://www.w3.org/TR/html401/struct/links.html#h-12.1.5
user agents should be able to load the needed resources to properly decode the page or
at least warn the user that the document will be unreadable.
I am trying to test this to see if any user agent actually does this. I wanted to make a link to
http://www.yahoo.co.jp
but what encoding do i use? inthe charset attribute to test this out?
If i look in the target document i see charset of utf8.
So, basically i'm looking for a way to test if any browser supports what the w3c recommends.
thanks.
http://www.w3.org/TR/html401/struct/links.html#h-12.1.5
user agents should be able to load the needed resources to properly decode the page or
at least warn the user that the document will be unreadable.
I am trying to test this to see if any user agent actually does this. I wanted to make a link to
http://www.yahoo.co.jp
but what encoding do i use? inthe charset attribute to test this out?
If i look in the target document i see charset of utf8.
So, basically i'm looking for a way to test if any browser supports what the w3c recommends.
thanks.