meta
elements that contain a http-equiv
attribute with a value of "refresh" cannot contain a content
attribute with a value of (start, case insensitive) "http://".
meta
element for an http-equiv
attribute value of "refresh" and a content
attribute value that starts with "http://".meta
elements that have an http-equiv
attribute value of "refresh" and a content
attribute value that starts with "http://".<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #71 - Negative</title> </head> <body> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #71 - Positive</title> <meta http-equiv="refresh" content="http://www.foo.com/bar.html" /> </head> <body> </body> </html>