Home | History | Annotate | Download | only in dom

Lines Matching full:meta

688      * Handles a HTTP header equivalent set by a meta tag using <meta http-equiv="..." content="...">. This is called
689 * when a meta tag is encountered during document parsing, and also when a script dynamically changes or adds a meta
690 * tag. This enables scripts to use meta tags to perform refreshes and set expiry dates in addition to them being
693 * @param equiv The http header name (value of the meta tag's "equiv" attribute)
694 * @param content The header value (value of the meta tag's "content" attribute)
700 * Handles viewport like <meta name = "viewport" content = "width = device-width">
701 * or format-detection like <meta name = "format-detection" content = "telephone=no">