This filter is a page
Drawer: Behavior
Rules that change how the page acts without changing what it shows.
6 stars on this page
- HED-017 <meta name="viewport"> The pact with the small screen: without it, the phone pretends to be a 980-pixel desktop. Behavior common
- HED-018 <meta name="referrer"> Decides how much of your address travels along when someone leaves the page. Behavior uncommon
- HED-019 <meta name="robots"> A request for discretion to the indexers — which the polite ones honor. Behavior common
- HED-020 <meta http-equiv="refresh"> Reloads or redirects on its own, counting the seconds at the top of the document. Behavior forgotten
- HED-021 <base href> Changes the ruler for every relative address in the document — every single one. Behavior forgotten
- HED-022 <meta name="format-detection"> Stops Safari from turning every phone-looking number into a blue link. Behavior forgotten