K-Meleon
KMeleonWiki > Resources > MacroLibrary > Validate (X)HTML
Submitted by: Ravyen - http://rayven.web1000.com
Notes:
Validates the (X)HTML of the current site at the w3.org validator.
validate_html {
menu = "Validate (X)HTML of Current Site";
openbg("http://validator.w3.org/check?uri=".$URL);
}
#Under DocumentPopup?
macros(validate_html)
}