1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-06-24 13:09:56 -04:00

Deleted Vivaldi

This commit is contained in:
Stian Lund
2023-06-06 18:37:05 +02:00
parent 31aef0dae7
commit cff5b1dc65
108 changed files with 0 additions and 9711 deletions

View File

@@ -1,166 +0,0 @@
/* CUSTOM CSS for Vivaldi */
/* Vivaldi logo */
.vivaldi-v, .vivaldi-horizontal-icon {opacity: 1 !important;}
.vivaldi-v svg, .vivaldi-horizontal-icon svg {background: radial-gradient(white, white 50%, transparent 50%); fill: #383838;}
/* Skinnier mainbar */
.mainbar>.toolbar-mainbar,
.mainbar>.toolbar-mainbar .button-toolbar button,
.mainbar>.toolbar-mainbar .toolbar-extensions,
.mainbar>.toolbar-mainbar .toolbar-extensions .button-toolbar button {
height: 30px;
}
/* Skinnier mainbar - fix BookmarkButton focus */
.toolbar-mainbar .UrlBar-AddressField .BookmarkButton button {
height: 100%;
}
/* Skinnier statusbar */
#browser footer .toolbar-statusbar {
height: 20px;
}
#browser footer .toolbar-statusbar button {
height: 20px;
width: 100%;
}
#browser footer .toolbar-statusbar .override.button-icon {
height: 100%;
}
/* SiteInfo V logo */
.SiteInfoButton.internal svg path, .SiteInfoButton.warning svg path {
d: path("M10.4 5c-.4-.8 0-1.8 1-2 .7 0 1.5.4 1.6 1.2a1.4 1.4 0 0 1-.2 1l-4 7c-.3.5-.7.8-1.2.8-.6 0-1-.2-1.3-.7L3.8 7.8 2.2 5c-.5-.8 0-2 1-2 .7 0 1 .2 1.4.7l1 2 1 1.4a2 2 0 0 0 1.7 1.5 2.2 2.2 0 0 0 2.3-2V6c0-.3 0-.6-.2-1z");
}
/* SiteInfo old style lock */
.SiteInfoButton.secure svg path, .SiteInfoButton.certified svg path {
d: path("M12.2 6.7C12.2 4 10.5 2 8 2 5.8 2 3.8 4 3.8 6.7V7H3v7h10V7h-.8v-.3zM10.7 8H5.3V6.7c0-1.7 1.4-3 2.8-3 1.7 0 2.8 1.3 2.8 3V8z");
fill: #00a100;
}
/* SiteInfo secure background colour */
.SiteInfoButton.secure, .SiteInfoButton.certified {
background-color: #004400;
height: 22px;
width: 22px;
}
/* SiteInfo hide EV/Not Secure text */
.SiteInfoButton .siteinfo-text {
display: none;
}
/* Remove panels switch top padding */
#switch {
padding-top: unset;
}
/* Add drop-shadow to some buttons */
#switch button img,
.tab:not(.active) .favicon img,
.OmniLinkItem-Favicon img,
.SiteInfoButton-Favicon,
.item-icon {
filter: drop-shadow(0 0 1px white);
}
/* Hide AddressField stuff */
.UrlBar-AddressField .permission-popup.is-blocking,
.UrlBar-AddressField .UrlBar-UrlObfuscationWarning,
.UrlBar-AddressField .ContentBlocker-Control,
.UrlBar-AddressField .ToolbarButton-Button[title^="Translate"] {
display: none;
}
/* AddressField URL scheme part */
.UrlFragment--Lowlight:first-of-type {
color: var(--colorFgFadedMost);
}
/* AddressField URL host part */
.UrlFragment-HostFragment-Subdomain, .UrlFragment-HostFragment-Basedomain, .UrlFragment-HostFragment-TLD {
color: var(--colorFgIntense) !important;
font-weight: bold;
}
/* Extensions toggle button */
.toolbar-extensions button svg path {
d: path("M10 13l3.634-3.634c.504-.504 1.366-.147 1.366.566v6.137c0 .713-.862 1.07-1.366.566l-3.634-3.634z");
opacity: .5;
}
/* Extensions buttons background */
.ExtensionDropdownIcon, .ExtensionIcon {
background-color: var(--colorAccentBg) !important;
}
/* Toolbar buttons keyboard focus */
.button-toolbar:focus-within, .button-toolbar:hover {
background-color: var(--colorAccentBgDark) !important;
}
/* Address + Search field icons dimmed */
.toolbar-insideinput button {
opacity: 0.5;
}
/* Trashcan dimmed */
.toolbar-tabbar.sync-and-trash-container button {
opacity: 0.3;
}
/* Bookmark button fill colour */
.BookmarkButton .bookmark-animated-fill {
fill: var(--colorAccentBgFaded) !important;
}
/* Bookmark button active opacity */
.BookmarkButton .button-on {
opacity: 1;
}
/* Bookmarks Panel input width */
.addbookmark-cardwrapper {
width: 100%;
}
/* Bookmarks Panel thumbnails hide */
.addbookmark-cardwrapper .preview {
display: none !important;
}
/* Hide Image Properties button */
.webpageview button.inspector {
display: none;
}
/* Unread tabs bold font */
.tab-strip .tab.unread {
font-weight: bold;
}
/* Tab tooltip hide image */
#vivaldi-tooltip .tooltip .tooltip-item .thumbnail-image {
display: none;
}
/* Tab tooltip size */
#vivaldi-tooltip .tooltip .tab-group .tooltip-item {
width: 250px;
height: auto;
}
/* Dim empty UrlField text colour */
.UrlField--IsEmpty {
color: var(--colorFgFadedMost);
}
/* Use Highlight colour for settings selected */
.vivaldi-settings .settings-sidebar .button-category.category-selected {
background-color: var(--colorHighlightBgFaded);
}
/* Hide Extension buttons */
.button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;}

View File

@@ -1,38 +0,0 @@
/* Find-in-page mod */
.find-in-page {
position:absolute;
background-color: var(--colorBg);
border-radius: var(--radius);
max-width: fit-content;
margin: 0 auto;
top: 3px;
right: 0;
left: 0;
z-index:1;
}
/* Find-in-page input wider */
.find-in-page .fip-input-container {
width: 400px;
max-width: unset;
}
/* Find-in-page transparent if not focused */
.find-in-page:not(:focus-within):not(:hover) {
opacity: 0.8;
}
/* Find-in-page background color for no matches */
.find-in-page.fip-nomatches {
background: darkred;
}
/* Find-in-page result numbers clearer */
.find-in-page .fip-results {
opacity: 1 !important;
}
/* Find-in-page no animation */
.fip-active-hit {
display: none;
}

View File

@@ -1,71 +0,0 @@
/* Hide header if tabs not on top */
#browser:not(.tabs-top) #header {
min-height: 0px !important;
}
/* Hide page title (Start Page for some reason shows this) */
#browser:not(.tabs-top):not(.minimal-ui):not(.normal) #pagetitle {
display: none;
}
/* Set mainbar/bookmark-bar l/r padding */
#browser:not(.tabs-top) .toolbar-mainbar,
#browser:not(.tabs-top):not(.address-top):not(.normal) .bookmark-bar {
padding-left: 30px;
padding-right: 130px;
}
/* Bottom border of mainbar */
#browser:not(.tabs-top) .toolbar-mainbar:after {
content: '';
background-color: var(--colorAccentBgDarker);
bottom: 0;
}
/* Make sure buttons are in front */
#browser:not(.tabs-top) .vivaldi,
#browser:not(.tabs-top) .window-buttongroup {
z-index: 10;
}
/* Override V icon size */
#browser:not(.tabs-top) .vivaldi {
width: 34px;
}
#browser:not(.tabs-top) .vivaldi svg {
height: 22px;
width: 22px;
}
/* Hide buttons when all UI hidden */
#browser.address-top-off.bookmark-bar-top-off:not(.tabs-top) .vivaldi,
#browser.address-top-off.bookmark-bar-top-off:not(.tabs-top) .window-buttongroup,
#browser.address-bottom-off.bookmark-bar-top-off:not(.tabs-top) .vivaldi,
#browser.address-bottom-off.bookmark-bar-top-off:not(.tabs-top) .window-buttongroup {
display: none;
}
/* Show buttons on windowed/minimal-ui */
#browser.normal .vivaldi,
#browser.minimal-ui:not(.fullscreen) .vivaldi,
#browser.normal .window-buttongroup,
#browser.minimal-ui .window-buttongroup {
display: initial !important;
}
/* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */
#browser.normal #header,
#browser.minimal-ui:not(.fullscreen) #header,
#browser.address-bottom #header,
#browser.horizontal-menu #header {
min-height: calc(25px / var(--uiZoomLevel)) !important;
}
/* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */
#browser.normal .toolbar-mainbar,
#browser.minimal-ui .toolbar-mainbar,
#browser.address-bottom .toolbar-mainbar,
#browser.horizontal-menu .toolbar-mainbar {
padding-left: unset;
padding-right: unset;
}

View File

@@ -1,44 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="$Version: $ tree v1.7.0 (c) 1996 - 2014 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
<title>CSS</title>
<style type="text/css">
<!--
BODY { font-family : ariel, monospace, sans-serif; }
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: black; background-color: transparent;}
B { font-weight: normal; color: black; background-color: transparent;}
A:visited { font-weight : normal; text-decoration : none; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:link { font-weight : normal; text-decoration : none; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:hover { color : #000000; font-weight : normal; text-decoration : underline; background-color : yellow; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:active { color : #000000; font-weight: normal; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM { color: black; background-color: transparent;}
.FIFO { color: purple; background-color: transparent;}
.CHAR { color: yellow; background-color: transparent;}
.DIR { color: blue; background-color: transparent;}
.BLOCK { color: yellow; background-color: transparent;}
.LINK { color: aqua; background-color: transparent;}
.SOCK { color: fuchsia;background-color: transparent;}
.EXEC { color: green; background-color: transparent;}
-->
</style>
</head>
<body>
<h1>CSS</h1><p>
<a class="NORM" href="..">..</a><br>
[4.2K&nbsp;Mar&nbsp;13&nbsp;10:35]&nbsp;&nbsp;<a class="EXEC" href="./custom.css">custom.css</a><br>
[&nbsp;704&nbsp;Nov&nbsp;25&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
[2.0K&nbsp;Mar&nbsp;&nbsp;4&nbsp;13:31]&nbsp;&nbsp;<a class="EXEC" href="./header.css">header.css</a><br>
[1001&nbsp;Nov&nbsp;25&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
[&nbsp;354&nbsp;Nov&nbsp;25&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
<br><br>
</p>
<p>
0 directories, 5 files
<br><br>
</p>
</html>

View File

@@ -1,44 +0,0 @@
/* Speed Dials Mods */
.SpeedDialView-Head, .SpeedDialView-Head:empty {
margin: 1em auto;
}
/* Settings button focus outline */
.SpeedDialView-Settings-Button:focus {
outline: 2px solid var(--colorHighlightBg);
}
/* Speed Dials search field position (if shown) */
.sdwrapper .iconmenu-container.SearchField {
background: var(--colorBgAlphaHeavy);
}
/* Speed Dials look */
.speeddial .dial {
opacity: 0.8 !important;
transition: opacity 0.2s linear;
background-color: var(--colorBgAlphaHeavy);
}
/* Speed Dials opaque when hovering */
.speeddial .dial:hover, .speeddial .dial:focus {
opacity: 1 !important;
}
/* Speed Dials thumbnail */
.speeddial .dial .thumbnail-image {
padding: 1em;
/* background: rgba(25,25,25,0.4); */
}
/* Speed Dials thumbnail fit container */
.speeddial .dial .thumbnail-image img {
object-fit: contain;
object-position: center;
}
/* Speed Dial background image fit */
/*.startpage {
background-size: 100% 100% !important;
transition: none !important;
}*/

View File

@@ -1,19 +0,0 @@
/* Tabcycler hide image */
.tabswitcher.list img.visual-list-preview {
visibility: collapse;
height: 0;
min-height: 0;
}
/* Tabcycler list */
.tabswitcher.list {
grid-template-columns: 0px 1fr;
grid-gap: unset;
width: 36em;
max-height: 80vh;
}
/* Tabcycler hide scrollbar */
.tabswitcher.list .listed-tabs::-webkit-scrollbar {
display: none;
}

View File

@@ -1,114 +0,0 @@
// Backup Search Engines
// version 2021.10.0
// https://forum.vivaldi.net/post/277594
// Adds functionality to backup and restore search engines in
// vivaldi://settings/search.
(function () {
function _msgSearch(pnt) {
clearTimeout(_msgTimeout);
if (pnt === "backup") {
_infoSearch.innerText = "Search engines backup copied to clipboard";
} else if (pnt === "restore") {
_infoSearch.innerText = "Search engines restored";
} else {
_infoSearch.innerText = "Search engines code error";
}
_msgTimeout = setTimeout(function () {
_infoSearch.innerText = "";
}, 5000);
}
function _restoreSearch(e) {
e.preventDefault();
e.stopPropagation();
if (e.type === "paste") {
var clipboardData = e.clipboardData;
var engineCode = clipboardData.getData("text");
} else {
var engineCode = e.dataTransfer.getData("text");
}
try {
var engines = JSON.parse(engineCode);
} catch (err) {
_msgSearch("error");
return;
}
if (
"engines" in engines &&
"default" in engines &&
"defaultPrivate" in engines
) {
chrome.storage.local.set(
{ SEARCH_ENGINE_COLLECTION: engines },
function () {
_msgSearch("restore");
}
);
} else {
_msgSearch("error");
}
}
function _backupSearch() {
chrome.storage.local.get({ SEARCH_ENGINE_COLLECTION: "" }, function (back) {
const collection = back.SEARCH_ENGINE_COLLECTION;
collection.engines = collection.engines.filter(
(engine) => engine.removed === false
);
for (let i = 0; i < collection.engines.length; i++) {
collection.engines[i].historyId = i + 1;
}
collection.nextHistoryId = collection.engines.length + 1;
console.log(collection);
const engineCode = JSON.stringify(collection);
navigator.clipboard.writeText(engineCode);
_msgSearch("backup");
});
}
function searchEngines() {
const styleCheck = document.getElementById("searchEngines");
if (!styleCheck) {
const style = document.createElement("style");
style.id = "searchEngines";
style.innerHTML =
"#backupSearch, #restoreSearch {margin-left: 6px;}#restoreSearch{width: 130px;margin-top: 6px;}#restoreSearch::-webkit-input-placeholder {opacity: 1;color: var(--colorHighlightBg);text-align: center;}#msgConfirm{margin-left: 12px}";
document.getElementsByTagName("head")[0].appendChild(style);
}
const modCheck = document.getElementById("backupSearch");
if (!modCheck) {
const place = document.querySelector(
".setting-section > div > .setting-group.unlimited > .setting-single"
);
const backupBtn = document.createElement("input");
backupBtn.setAttribute("type", "button");
backupBtn.setAttribute("value", "Backup");
backupBtn.id = "backupSearch";
place.insertBefore(backupBtn, place.lastChild);
const restoreInput = document.createElement("input");
restoreInput.setAttribute("type", "text");
restoreInput.setAttribute("placeholder", "Restore Backup");
restoreInput.id = "restoreSearch";
place.insertBefore(restoreInput, place.lastChild);
_infoSearch = document.createElement("span");
_infoSearch.id = "msgConfirm";
place.insertBefore(_infoSearch, place.lastChild);
document
.getElementById("backupSearch")
.addEventListener("click", _backupSearch);
const restoreSearch = document.getElementById("restoreSearch");
restoreSearch.addEventListener("paste", _restoreSearch);
restoreSearch.addEventListener("drop", _restoreSearch);
_msgTimeout = {};
}
}
const settingsUrl =
"chrome-extension://mpognobbkildjkofajifpdfhcoklimli/components/settings/settings.html?path=";
chrome.tabs.onUpdated.addListener(function (tabId, changeInfo, tab) {
if (changeInfo.url === `${settingsUrl}search`) {
setTimeout(searchEngines, 100);
}
});
})();

View File

@@ -1,177 +0,0 @@
// Backup Search Engines
// version 2022.3.3
// https://forum.vivaldi.net/post/277594
// Adds functionality to backup and restore search engines in
// vivaldi://settings/search.
(function () {
function msg(print) {
clearTimeout(msgTimeout);
if (print === "backup") {
info.innerText = "Backup copied to clipboard";
} else if (print === "restore") {
info.innerText = "Search engines restored";
} else {
info.innerText = "Code error, aborted";
}
msgTimeout = setTimeout(() => (info.innerText = ""), 5000);
}
function lookup(n) {
const defaults = [n.defaultSearch, n.defaultPrivate, n.defaultImage];
return defaults;
}
function bringingItAllBackHome(remains) {
vivaldi.searchEngines.getTemplateUrls((engines) => {
for (i = 0; i < defaultsArray.length; i++) {
const getName = engines.templateUrls.map((e) => e.name);
const index = getName.lastIndexOf(defaultsArray[i][0]);
const id = engines.templateUrls[index].id.toString();
const search = defaultsArray[i][1];
if (search === 0) {
vivaldi.searchEngines.setDefault(
vivaldi.searchEngines.DefaultType.DEFAULT_SEARCH,
id,
);
} else if (search === 1) {
vivaldi.searchEngines.setDefault(
vivaldi.searchEngines.DefaultType.DEFAULT_PRIVATE,
id,
);
} else {
vivaldi.searchEngines.setDefault(
vivaldi.searchEngines.DefaultType.DEFAULT_IMAGE,
id,
);
}
}
remains.forEach((remove) => {
vivaldi.searchEngines.removeTemplateUrl(remove);
});
defaultsArray = [];
msg("restore");
});
}
function exec(collection) {
vivaldi.searchEngines.getTemplateUrls((engines) => {
const oldDefaults = lookup(engines);
const newDefaults = lookup(collection);
engines.templateUrls.forEach((engine) => {
if (oldDefaults.indexOf(engine.id) === -1) {
vivaldi.searchEngines.removeTemplateUrl(engine.id);
}
});
collection.templateUrls.forEach((collect) => {
vivaldi.searchEngines.addTemplateUrl(collect, () => {
if (newDefaults.indexOf(collect.id) > -1) {
const indeces = newDefaults
.map((e, i) => (e === collect.id ? i : ""))
.filter(String);
indeces.forEach((index) => {
const tunnel = [collect.name, index];
defaultsArray.push(tunnel);
});
}
});
});
const remains = [...new Set(oldDefaults)];
bringingItAllBackHome(remains);
});
}
function restore(e) {
e.preventDefault();
e.stopPropagation();
let backupCode;
let collection;
if (e.type === "paste") {
const clipboardData = e.clipboardData;
backupCode = clipboardData.getData("text");
} else {
backupCode = e.dataTransfer.getData("text");
}
try {
collection = JSON.parse(backupCode);
} catch (err) {
msg("error");
return;
}
if (
"defaultImage" in collection &&
"defaultPrivate" in collection &&
"defaultSearch" in collection
) {
exec(collection);
} else {
msg("error");
}
}
function backup() {
vivaldi.searchEngines.getTemplateUrls((engines) => {
const backupCode = JSON.stringify(engines);
navigator.clipboard.writeText(backupCode);
msg("backup");
});
}
function ui() {
const check = document.getElementById("vm-backup");
if (!check) {
const place = document.querySelector(
".setting-section > div > .setting-group.unlimited > .setting-single"
);
const btn = document.createElement("input");
btn.setAttribute("type", "button");
btn.setAttribute("value", "Backup");
btn.id = "vm-backup";
place.insertBefore(btn, place.lastChild);
btn.addEventListener("click", backup);
const input = document.createElement("input");
input.setAttribute("type", "text");
input.setAttribute("placeholder", "Restore Backup");
input.id = "vm-restore";
place.insertBefore(input, place.lastChild);
input.addEventListener("paste", restore);
input.addEventListener("drop", restore);
info = document.createElement("span");
info.id = "vm-msg";
place.insertBefore(info, place.lastChild);
}
}
const css = `
#vm-restore {
width: 130px;
margin-left: 6px;
margin-top: 6px;
}
#vm-restore::-webkit-input-placeholder {
opacity: 1;
color: var(--colorHighlightBg);
text-align: center;
}
#vm-msg {
margin-left: 12px;
}
`;
let msgTimeout;
let defaultsArray = [];
const settingsUrl =
"chrome-extension://mpognobbkildjkofajifpdfhcoklimli/components/settings/settings.html?path=";
chrome.tabs.onUpdated.addListener(function (tabId, changeInfo, tab) {
if (changeInfo.url === `${settingsUrl}search`) {
setTimeout(ui, 100);
const check = document.getElementById("vm-engines");
if (!check) {
const style = document.createElement("style");
style.id = "vm-engines";
style.innerHTML = css;
document.getElementsByTagName("head")[0].appendChild(style);
}
}
});
})();

View File

@@ -1,41 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="$Version: $ tree v1.7.0 (c) 1996 - 2014 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
<title>JS</title>
<style type="text/css">
<!--
BODY { font-family : ariel, monospace, sans-serif; }
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: black; background-color: transparent;}
B { font-weight: normal; color: black; background-color: transparent;}
A:visited { font-weight : normal; text-decoration : none; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:link { font-weight : normal; text-decoration : none; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:hover { color : #000000; font-weight : normal; text-decoration : underline; background-color : yellow; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:active { color : #000000; font-weight: normal; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM { color: black; background-color: transparent;}
.FIFO { color: purple; background-color: transparent;}
.CHAR { color: yellow; background-color: transparent;}
.DIR { color: blue; background-color: transparent;}
.BLOCK { color: yellow; background-color: transparent;}
.LINK { color: aqua; background-color: transparent;}
.SOCK { color: fuchsia;background-color: transparent;}
.EXEC { color: green; background-color: transparent;}
-->
</style>
</head>
<body>
<h1>JS</h1><p>
<a class="NORM" href="..">..</a><br>
[5.4K&nbsp;Mar&nbsp;30&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./backup_search_engines.js">backup_search_engines.js</a><br>
[4.0K&nbsp;Mar&nbsp;25&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./backup_search_engines-old.js">backup_search_engines-old.js</a><br>
<br><br>
</p>
<p>
0 directories, 2 files
<br><br>
</p>
</html>

View File

@@ -1,166 +0,0 @@
/* CUSTOM CSS for Vivaldi */
/* Vivaldi logo */
.vivaldi-v, .vivaldi-horizontal-icon {opacity: 1 !important;}
.vivaldi-v svg, .vivaldi-horizontal-icon svg {background: radial-gradient(white, white 50%, transparent 50%); fill: #383838;}
/* Skinnier mainbar */
.mainbar>.toolbar-mainbar,
.mainbar>.toolbar-mainbar .button-toolbar button,
.mainbar>.toolbar-mainbar .toolbar-extensions,
.mainbar>.toolbar-mainbar .toolbar-extensions .button-toolbar button {
height: 30px;
}
/* Skinnier mainbar - fix BookmarkButton focus */
.toolbar-mainbar .UrlBar-AddressField .BookmarkButton button {
height: 100%;
}
/* Skinnier statusbar */
#browser footer .toolbar-statusbar {
height: 20px;
}
#browser footer .toolbar-statusbar button {
height: 19px;
}
#browser footer .toolbar-statusbar .override.button-icon {
width: 100%;
height: 100%;
}
/* SiteInfo V logo */
.SiteInfoButton.internal svg path, .SiteInfoButton.warning svg path {
d: path("M10.4 5c-.4-.8 0-1.8 1-2 .7 0 1.5.4 1.6 1.2a1.4 1.4 0 0 1-.2 1l-4 7c-.3.5-.7.8-1.2.8-.6 0-1-.2-1.3-.7L3.8 7.8 2.2 5c-.5-.8 0-2 1-2 .7 0 1 .2 1.4.7l1 2 1 1.4a2 2 0 0 0 1.7 1.5 2.2 2.2 0 0 0 2.3-2V6c0-.3 0-.6-.2-1z");
}
/* SiteInfo old style lock */
.SiteInfoButton.secure svg path, .SiteInfoButton.certified svg path {
d: path("M12.2 6.7C12.2 4 10.5 2 8 2 5.8 2 3.8 4 3.8 6.7V7H3v7h10V7h-.8v-.3zM10.7 8H5.3V6.7c0-1.7 1.4-3 2.8-3 1.7 0 2.8 1.3 2.8 3V8z");
fill: #00a100;
}
/* SiteInfo secure background colour */
.SiteInfoButton.secure, .SiteInfoButton.certified {
background-color: #004400;
height: 22px;
width: 22px;
}
/* SiteInfo hide EV/Not Secure text */
.SiteInfoButton .siteinfo-text {
display: none;
}
/* Remove panels switch top padding */
#switch {
padding-top: unset;
}
/* Add drop-shadow to some buttons */
#switch button img,
.tab:not(.active) .favicon img,
.OmniLinkItem-Favicon img,
.SiteInfoButton-Favicon,
.item-icon {
filter: drop-shadow(0 0 1px white);
}
/* Hide AddressField stuff */
.UrlBar-AddressField .permission-popup.is-blocking,
.UrlBar-AddressField .UrlBar-UrlObfuscationWarning,
.UrlBar-AddressField .ContentBlocker-Control,
.UrlBar-AddressField .ToolbarButton-Button[title^="Translate"] {
display: none;
}
/* AddressField URL scheme part */
.UrlFragment--Lowlight:first-of-type {
color: var(--colorFgFadedMost);
}
/* AddressField URL host part */
.UrlFragment-HostFragment-Subdomain, .UrlFragment-HostFragment-Basedomain, .UrlFragment-HostFragment-TLD {
color: var(--colorFgIntense) !important;
font-weight: bold;
}
/* Extensions toggle button */
.toolbar-extensions button svg path {
d: path("M10 13l3.634-3.634c.504-.504 1.366-.147 1.366.566v6.137c0 .713-.862 1.07-1.366.566l-3.634-3.634z");
opacity: .5;
}
/* Extensions buttons background */
.ExtensionDropdownIcon, .ExtensionIcon {
background-color: var(--colorAccentBg) !important;
}
/* Toolbar buttons keyboard focus */
.button-toolbar:focus-within, .button-toolbar:hover {
background-color: var(--colorAccentBgDark) !important;
}
/* Address + Search field icons dimmed */
.toolbar-insideinput button {
opacity: 0.5;
}
/* Trashcan dimmed */
.toolbar-tabbar.sync-and-trash-container button {
opacity: 0.3;
}
/* Bookmark button fill colour */
.BookmarkButton .bookmark-animated-fill {
fill: var(--colorAccentBgFaded) !important;
}
/* Bookmark button active opacity */
.BookmarkButton .button-on {
opacity: 1;
}
/* Bookmarks Panel input width */
.addbookmark-cardwrapper {
width: 100%;
}
/* Bookmarks Panel thumbnails hide */
.addbookmark-cardwrapper .preview {
display: none !important;
}
/* Hide Image Properties button */
.webpageview button.inspector {
display: none;
}
/* Unread tabs bold font */
.tab-strip .tab.unread {
font-weight: bold;
}
/* Tab tooltip hide image */
#vivaldi-tooltip .tooltip .tooltip-item .thumbnail-image {
display: none;
}
/* Tab tooltip size */
#vivaldi-tooltip .tooltip .tab-group .tooltip-item {
width: 250px;
height: auto;
}
/* Dim empty UrlField text colour */
.UrlField--IsEmpty {
color: var(--colorFgFadedMost);
}
/* Use Highlight colour for settings selected */
.vivaldi-settings .settings-sidebar .button-category.category-selected {
background-color: var(--colorHighlightBgFaded);
}
/* Hide Extension buttons */
.button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;}

View File

@@ -1,53 +0,0 @@
/* Startup background colour */
body {
background-color: #26272a !important;
}
/* Hide synced tab button */
.button-toolbar.synced-tabs-button {
display: none;
}
/* Highlight expanded bookmark folder */
.panel-bookmarks .tree-item[data-expanded] {
font-weight: bold;
}
/* Vivaldi logo old style */
.vivaldi-v {opacity: 1 !important;}
.vivaldi-v svg{background: radial-gradient(white, white 50%, transparent 50%, transparent); fill: #383838;}
/* Hide trash can when empty */
/* No longer works */
.toggle-trash > button:disabled {
display: none;
}
/* Scrollable web panels */
#panels-container #switch {
overflow: scroll;
}
#panels-container #switch::-webkit-scrollbar, #panels-container #switch .addwebpanel-wrapper {
display: none;
}
/* Tabcycler hide image */
.tabswitcher.list img.visual-list-preview {
visibility: collapse;
}
/* Tabcycler list */
.tabswitcher.list {
grid-template-columns: 0px 1fr;
grid-gap: unset;
max-height: 80vh !important;
}
/* Tabcycler hide scrollbar */
.tabswitcher.list .listed-tabs::-webkit-scrollbar {
display: none;
}
/* TEMP(?) fix for url bar dropdown */
.OmniLinkItem--Highlighted, OmniLinkItem:hover {
background-color: var(--colorHighlightBg) !important;
}

View File

@@ -1,45 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="$Version: $ tree v1.7.0 (c) 1996 - 2014 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
<title>mods</title>
<style type="text/css">
<!--
BODY { font-family : ariel, monospace, sans-serif; }
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: black; background-color: transparent;}
B { font-weight: normal; color: black; background-color: transparent;}
A:visited { font-weight : normal; text-decoration : none; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:link { font-weight : normal; text-decoration : none; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:hover { color : #000000; font-weight : normal; text-decoration : underline; background-color : yellow; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:active { color : #000000; font-weight: normal; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM { color: black; background-color: transparent;}
.FIFO { color: purple; background-color: transparent;}
.CHAR { color: yellow; background-color: transparent;}
.DIR { color: blue; background-color: transparent;}
.BLOCK { color: yellow; background-color: transparent;}
.LINK { color: aqua; background-color: transparent;}
.SOCK { color: fuchsia;background-color: transparent;}
.EXEC { color: green; background-color: transparent;}
-->
</style>
</head>
<body>
<h1>mods</h1><p>
<a class="NORM" href="..">..</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Mar&nbsp;&nbsp;6&nbsp;10:15]&nbsp;&nbsp;<a class="DIR" href="./CSS/">CSS</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Sep&nbsp;11&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="DIR" href="./JS/">JS</a><br>
[4.2K&nbsp;Mar&nbsp;&nbsp;4&nbsp;11:16]&nbsp;&nbsp;<a class="EXEC" href="./custom.css">custom.css</a><br>
[1.2K&nbsp;Sep&nbsp;13&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
[&nbsp;974&nbsp;Feb&nbsp;&nbsp;9&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./quick-command-tweaks.css">quick-command-tweaks.css</a><br>
[&nbsp;834&nbsp;Nov&nbsp;29&nbsp;&nbsp;2020]&nbsp;&nbsp;<a class="EXEC" href="./window-panel-tweaks.css">window-panel-tweaks.css</a><br>
<br><br>
</p>
<p>
2 directories, 4 files
<br><br>
</p>
</html>

View File

@@ -1,30 +0,0 @@
/* QC Height and Width */
.qc-modal {top: 20vh !important;}
.quick-command-container, .quick-command-container .quick-commands > div {width:60vw !important; }
.quick-command-container .quick-commands > div > div {max-width: 100% !important;}
.quick-commands {max-height: 100% !important;}
.quick-commands > div {height: 60vh !important;}
/* QC Transparency */
.quick-commands, input.quick-command-search-hint {
background-color: transparent !important;
}
.quick-commands .quick-command[data-selected] {
background-color: var(--colorHighlightBgAlpha) !important;
}
.qc-modal > div {
color: var(--colorFgIntense) !important;
background-color: var(--colorBgAlphaHeavy) !important;
backdrop-filter: blur(5px);
border: 2px solid var(--colorHighlightBgAlpha);
}
.qc-modal ::-webkit-scrollbar-track, .qc-modal ::-webkit-scrollbar-thumb {
background-color: var(--colorBgAlphaHeavier) !important;
}
.qc-modal ::-webkit-scrollbar-button {
display: none;
}

View File

@@ -1,15 +0,0 @@
/* Vivaldi Window Panel tweaks */
/* Background unset for selected item/row */
/*.vivaldi-tree .tree-item[data-lead], .vivaldi-tree .tree-row[data-selected] {background-color: unset; outline: none !important;}*/
/* Padding for active and undread titles */
/*#window-panel .tree-row .title.active, #window-panel .tree-row .title.unread {padding: 0 5px;}*/
/* Active tab */
#window-panel .tree-row .title.active:before {content: '\2B24';position: absolute; margin-left: -40px;}
#window-panel .tree-row .title.active {background-color: var(--colorAccentBorder); border-radius: var(--radius);}
/* Unread tabs */
#window-panel .tree-row .title.unread:before {content: '\25CB'; position: absolute; margin-left: -40px}
#window-panel .tree-row .title.unread {background-color: var(--colorHighlightBgAlpha); border-radius: var(--radius);}

View File

@@ -1,82 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/css.ico">
<meta name=description content="Rijk's CSS Quick Reference - pick style properties, selectors, values, at-rules etc from the lists and see their specification right in the CSS modules.">
<base target="_content">
<title>CSS - @ Rules</title>
<link rel=stylesheet href="../res/qr.css">
<nav>
<a href="index.html" title="CSS Properties Index" target="_self">All</a><a href="prop-visual.html" title="Visual Media Properties" target="_self">Vis</a><a href="prop-interactive.html" title="Interactive Properties" target="_self">Int</a><a href="prop-paged.html" title="Paged Media Properties" target="_self">Pg</a><a href="prop-speech.html" title="Speech Properties" target="_self">Sp</a>
<a href="sel.html" title="Selectors" target="_self">Sel</a><a href="val.html" title="Value Types" target="_self">Val</a><a href="at.html" title="@ rules" target="_self" id="current">@</a>
<a href="toc.html" title="CSS Specs Table of Contents" target="_self">TOCs</a>
</nav>
<h1>@ rules</h1>
<h2>Media Queries Rec&nbsp;2012-06-19</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-mediaqueries/#media0">@import</a>
<li><a href="http://www.w3.org/TR/css3-mediaqueries/#media0">@media</a>
</ul>
<h2>Namespaces Module Rec&nbsp;2011-09-29</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-namespace/#declaration">@namespace</a>
</ul>
<h2>CSS Level 2 Revision 1 Rec&nbsp;2011-06-07</h2>
<ul>
<li><a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">@import</a>
<li><a href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">@media</a>
<li><a href="http://www.w3.org/TR/CSS21/page.html#page-box">@page</a>
</ul>
<h2>Conditional Rules Module Level 3 CR&nbsp;2013-04-04</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-conditional/#at-media">@media</a>
<li><a href="http://www.w3.org/TR/css3-conditional/#at-supports">@supports</a>
</ul>
<h2>Animations WD&nbsp;2013-02-19</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-animations/#keyframes">@keyframes</a>
</ul>
<h2>Fonts WD&nbsp;2013-02-12</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-webfonts/#font-face-rule">@font-face</a>
</ul>
<h2>Counter Styles Level 3 WD&nbsp;2011-05-24</h2>
<ul>
<li><a href="http://www.w3.org/TR/css-counter-styles-3/#the-counter-style-rule">@counter-style</a>
</ul>
<h2>Cascading and Inheritance Level 3 WD&nbsp;2013-01-03</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-cascade/#at-import">@import</a>
</ul>
<h2>Paged Media Module Level 3 WD&nbsp;2013-03-14</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-page/#at-page-rule">@page</a>
<li>page-margin boxes:
<ul>
<li><a href="http://www.w3.org/TR/css3-page/#margin-at-rules">@top-left-corner, @top-left, @top-center, @top-right, @top-right-corner, @bottom-left-corner, @bottom-left, @bottom-center, @bottom-right, @bottom-right-corner, @left-top, @left-middle, @left-bottom, @right-top, @right-middle, @right-bottom</a>
</ul>
</ul>
<h2>Device Adaptation WD&nbsp;2011-09-15</h2>
<ul>
<li><a href="http://www.w3.org/TR/css-device-adapt/#the-viewport-rule">@viewport</a>
</ul>
<h2>Filter Effects 1.0 WD&nbsp;2013-05-23</h2>
<ul>
<li><a href="http://www.w3.org/TR/filter-effects/#the-atfilter-rule">@filter</a>
<li><a href="http://www.w3.org/TR/filter-effects/#support-condition-filter">@supports</a>
</ul>

View File

@@ -1,396 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/css.ico">
<meta name=description content="Rijk's CSS Quick Reference - pick style properties, selectors, values, at-rules etc from the lists and see their specification right in the CSS modules.">
<base target="_content">
<title>CSS - Properties</title>
<link rel=stylesheet href="../res/qr.css">
<nav>
<a href="index.html" title="CSS Properties Index" target="_self" id="current">All</a><a href="prop-visual.html" title="Visual Media Properties" target="_self">Vis</a><a href="prop-interactive.html" title="Interactive Properties" target="_self">Int</a><a href="prop-paged.html" title="Paged Media Properties" target="_self">Pg</a><a href="prop-speech.html" title="Speech Properties" target="_self">Sp</a>
<a href="sel.html" title="Selectors" target="_self">Sel</a><a href="val.html" title="Value Types" target="_self">Val</a><a href="at.html" title="@ Rules" target="_self">@</a>
<a href="toc.html" title="CSS Specs Table of Contents" target="_self">TOCs</a>
</nav>
<h1>CSS Properties</h1>
<table id=legend>
<tr><th colspan=2>Legend</th></tr>
<!--<tr class="css21"><td class="name" colspan="2">CSS 2.1 Properties</td></tr>-->
<tr class="css2010"><td class="name" colspan="2">CSS Snapshot 2010 Stable Properties</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name" colspan="2">CSS 2.1 Superseded by CSS 3 Rec/CR Module</td></tr>
<tr><td class="wd">WD</td><td>Working Draft</td></tr>
<tr><td class="lc">LC</td><td>Last Call Working Draft</td></tr>
<tr><td class="cr">REC / CR</td><td>(Candidate) Recommendation</td></tr>
<tr><td colspan=2><small><a href="#included" target="_self">See below the table for the list of included modules</a></small></td></tr>
</table>
<table id="css-prop">
<tr><th colspan=3>Properties</th></tr>
<tr class="comp wd 2012"><td class="name"><a href="http://www.w3.org/TR/compositing/#alpha-compositing">alpha-compositing</a></td><td title="Compositing and Blending">comp</td><td>WD</td></tr>
<tr class="bxal wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-align/#align-content0">align-content</a></td><td title="Box Alignment">bxal</td><td>WD</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#align-content">align-content</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="bxal wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-align/#align-items0">align-items</a></td><td title="Box Alignment">bxal</td><td>WD</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#align-items">align-items</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="bxal wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-align/#align-self0">align-self</a></td><td title="Box Alignment">bxal</td><td>WD</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#align-self">align-self</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="casc wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-cascade/#all">all</a></td><td title="Cascading and Inheritance">casc</td><td>WD</td></tr>
<tr class="anim wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-animations/#animation">animation</a></td><td title="Animations">anim</td><td>WD</td></tr>
<tr class="anim wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-animations/#animation-delay">animation-delay</a></td><td title="Animations">anim</td><td>WD</td></tr>
<tr class="anim wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-animations/#animation-direction">animation-direction</a></td><td title="Animations">anim</td><td>WD</td></tr>
<tr class="anim wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-animations/#animation-duration">animation-duration</a></td><td title="Animations">anim</td><td>WD</td></tr>
<tr class="anim wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-animations/#animation-fill-mode">animation-fill-mode</a></td><td title="Animations">anim</td><td>WD</td></tr>
<tr class="anim wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-animations/#animation-iteration-count">animation-iteration-count</a></td><td title="Animations">anim</td><td>WD</td></tr>
<tr class="anim wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-animations/#animation-name">animation-name</a></td><td title="Animations">anim</td><td>WD</td></tr>
<tr class="anim wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-animations/#animation-play-state">animation-play-state</a></td><td title="Animations">anim</td><td>WD</td></tr>
<tr class="anim wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-animations/#animation-timing-function">animation-timing-function</a></td><td title="Animations">anim</td><td>WD</td></tr>
<tr class="traf wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-transforms/#backface-visibility">backface-visibility</a></td><td title="Transforms">traf</td><td>WD</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#background">background</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background">background</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="comp wd 2012"><td class="name"><a href="http://www.w3.org/TR/compositing/#background-alpha-compositing">background-alpha-compositing</a></td><td title="Compositing and Blending">comp</td><td>WD</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#background-attachment">background-attachment</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment">background-attachment</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="comp wd 2012"><td class="name"><a href="http://www.w3.org/TR/compositing/#background-blend-mode">background-blend-mode</a></td><td title="Compositing and Blending">comp</td><td>WD</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#background-clip">background-clip</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#background-color">background-color</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color">background-color</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#background-image">background-image</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-image">background-image</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#background-origin">background-origin</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#background-position">background-position</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-position">background-position</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#background-repeat">background-repeat</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat">background-repeat</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#background-size">background-size</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="comp wd 2012"><td class="name"><a href="http://www.w3.org/TR/compositing/#blend-mode">blend-mode</a></td><td title="Compositing and Blending">comp</td><td>WD</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border">border</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border">border</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse">border-collapse</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-color">border-color</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-color">border-color</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-image">border-image</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-image-outset">border-image-outset</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-image-repeat">border-image-repeat</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-image-slice">border-image-slice</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-image-source">border-image-source</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-image-width">border-image-width</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-radius">border-radius</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing">border-spacing</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-style">border-style</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-style">border-style</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-top">border-top</a>, <a href="http://www.w3.org/TR/css3-background/#border-right">border-right</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom">border-bottom</a>, <a href="http://www.w3.org/TR/css3-background/#border-left">border-left</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top">border-top</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right">border-right</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom">border-bottom</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left">border-left</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-top-color">border-top-color</a>, <a href="http://www.w3.org/TR/css3-background/#border-right-color">border-right-color</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom-color">border-bottom-color</a>, <a href="http://www.w3.org/TR/css3-background/#border-left-color">border-left-color</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color">border-top-color</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color">border-right-color</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color">border-bottom-color</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color">border-left-color</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-top-right-radius">border-top-right-radius</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom-right-radius">border-bottom-right-radius</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom-left-radius">border-bottom-left-radius</a>, <a href="http://www.w3.org/TR/css3-background/#border-top-left-radius">border-top-left-radius</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-top-style">border-top-style</a>, <a href="http://www.w3.org/TR/css3-background/#border-right-style">border-right-style</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom-style">border-bottom-style</a>, <a href="http://www.w3.org/TR/css3-background/#border-left-style">border-left-style</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style">border-top-style</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style">border-right-style</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style">border-bottom-style</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style">border-left-style</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-top-width">border-top-width</a>, <a href="http://www.w3.org/TR/css3-background/#border-right-width">border-right-width</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom-width">border-bottom-width</a>, <a href="http://www.w3.org/TR/css3-background/#border-left-width">border-left-width</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width">border-top-width</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width">border-right-width</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width">border-bottom-width</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width">border-left-width</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#border-width">border-width</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-width">border-width</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom">bottom</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="posl wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-positioning/#bottom">bottom</a></td><td title="Positioned Layout">posl</td><td>WD</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#box-decoration-break">box-decoration-break</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="bbor cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-background/#box-shadow">box-shadow</a></td><td title="Background and Borders">bbor</td><td>CR</td></tr>
<tr class="comp wd 2012"><td class="name"><a href="http://www.w3.org/TR/compositing/#box-shadow-blend-mode">box-shadow-blend-mode</a></td><td title="Compositing and Blending">comp</td><td>WD</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#box-sizing0">box-sizing</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#break-after">break-after</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="frag wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-break/#break-after">break-after</a></td><td title="Fragmentation">frag</td><td>WD</td></tr>
<tr class="regi wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-regions/#break-after">break-after</a></td><td title="Regions">regi</td><td>WD</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#break-before">break-before</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="frag wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-break/#break-before">break-before</a></td><td title="Fragmentation">frag</td><td>WD</td></tr>
<tr class="regi wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-regions/#break-before">break-before</a></td><td title="Regions">regi</td><td>WD</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#break-inside">break-inside</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="frag wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-break/#break-inside">break-inside</a></td><td title="Fragmentation">frag</td><td>WD</td></tr>
<tr class="regi wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-regions/#break-inside">break-inside</a></td><td title="Regions">regi</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side">caption-side</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="tmpl wd 2011"><td class="name"><a href="http://www.w3.org/TR/css3-layout/#chains">chains</a></td><td title="Template Layout">tmpl</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-clear">clear</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visufx.html#propdef-clip">clip</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="posl wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-positioning/#clip">clip</a></td><td title="Positioned Layout">posl</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#ClipProperty">clip</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#clip-path">clip-path</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#clip-rule">clip-rule</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="colr rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/css3-color/#color0">color</a></td><td title="Color">colr</td><td>REC</td></tr>
<tr class="css21 suse rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-color">color</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="filt wd 2013"><td class="name"><a href="http://www.w3.org/TR/filter-effects/#color-interpolation-filters">color-interpolation-filters</a></td><td title="Filter Effects">filt</td><td>WD</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#column-count">column-count</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#column-fill">column-fill</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#column-gap0">column-gap</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#column-rule0">column-rule</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#column-rule-color">column-rule-color</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#column-rule-style">column-rule-style</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#column-rule-width">column-rule-width</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#column-span0">column-span</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#column-width">column-width</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="size wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-sizing/#column-sizing">column-width</a></td><td title="Intrinsic &amp; Extrinsic Sizing">size</td><td>WD</td></tr>
<tr class="mcol cr 2011"><td class="name"><a href="http://www.w3.org/TR/css3-multicol/#columns">columns</a></td><td title="Multi-column Layout">mcol</td><td>CR</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#content">content</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">content</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment">counter-increment</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset">counter-reset</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#cursor0">cursor</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-cursor">cursor</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-direction">direction</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="wmod wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-writing-modes/#direction0">direction</a></td><td title="Writing Modes">wmod</td><td>WD</td></tr>
<tr class="tmpl wd 2011"><td class="name"><a href="http://www.w3.org/TR/css3-layout/#declaring-templates-the-display-property">display</a></td><td title="Template Layout">tmpl</td><td>WD</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#flex-containers">display</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="list wd 2011"><td class="name"><a href="http://www.w3.org/TR/css3-lists/#display-marker">display</a></td><td title="Lists">list</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells">empty-cells</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="filt wd 2013"><td class="name"><a href="http://www.w3.org/TR/filter-effects/#enable-background">enable-background</a></td><td title="Filter Effects">filt</td><td>WD</td></tr>
<tr class="filt wd 2013"><td class="name"><a href="http://www.w3.org/TR/filter-effects/#FilterProperty">filter</a></td><td title="Filter Effects">filt</td><td>WD</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#flex-basis-propdef">flex-basis</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#flex-direction">flex-direction</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#flex-flow">flex-flow</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#flex-grow">flex-grow</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#flex-shrink">flex-shrink</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#flex">flex</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#flex-wrap">flex-wrap</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="filt wd 2013"><td class="name"><a href="http://www.w3.org/TR/filter-effects/#flood-color">flood-color</a></td><td title="Filter Effects">filt</td><td>WD</td></tr>
<tr class="filt wd 2013"><td class="name"><a href="http://www.w3.org/TR/filter-effects/#flood-opacity">flood-opacity</a></td><td title="Filter Effects">filt</td><td>WD</td></tr>
<tr class="regi wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-regions/#flow-from">flow-from</a></td><td title="Regions">regi</td><td>WD</td></tr>
<tr class="regi wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-regions/#flow-into">flow-into</a></td><td title="Regions">regi</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">font</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font">font</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">font-family</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-family">font-family</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-feature-settings">font-feature-settings</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-kerning">font-kerning</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-language-override">font-language-override</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">font-size</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-size">font-size</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-size-adjust">font-size-adjust</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-stretch">font-stretch</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style">font-style</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-style">font-style</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-synthesis">font-synthesis</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant">font-variant</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant">font-variant</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-alternates">font-variant-alternates</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-caps">font-variant-caps</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-east-asian">font-variant-east-asian</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-ligatures">font-variant-ligatures</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-numeric">font-variant-numeric</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-position">font-variant-position</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">font-weight</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="font wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-weight">font-weight</a></td><td title="Fonts">font</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-after">grid-after</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-area0">grid-area</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-auto-columns">grid-auto-columns</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-auto-flow">grid-auto-flow</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-auto-rows">grid-auto-rows</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-before">grid-before</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-column">grid-column</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-definition-columns">grid-definition-columns</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-definition-rows">grid-definition-rows</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-end">grid-end</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-row">grid-row</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-start">grid-start</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="grid wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-grid-layout/#grid-template">grid-template</a></td><td title="Grid layout">grid</td><td>WD</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#hanging-punctuation0">hanging-punctuation</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-height">height</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#hyphens0">hyphens</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#icon">icon</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="imag cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-images/#image-orientation">image-orientation</a></td><td title="Image Values and Replaced Content">imag</td><td>CR</td></tr>
<tr class="imag cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-images/#image-resolution">image-resolution</a></td><td title="Image Values and Replaced Content">imag</td><td>CR</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#ime-mode">ime-mode</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="comp wd 2012"><td class="name"><a href="http://www.w3.org/TR/compositing/#enable-background">isolation</a></td><td title="Compositing and Blending">comp</td><td>WD</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#justify-content">justify-content</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="bxal wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-align/#justify-content0">justify-content</a></td><td title="Box Alignment">bxal</td><td>WD</td></tr>
<tr class="bxal wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-align/#justify-items0">justify-items</a></td><td title="Box Alignment">bxal</td><td>WD</td></tr>
<tr class="bxal wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-align/#justify-self0">justify-self</a></td><td title="Box Alignment">bxal</td><td>WD</td></tr>
<tr class="comp wd 2012"><td class="name"><a href="http://www.w3.org/TR/compositing/#knock-out">knock-out</a></td><td title="Compositing and Blending">comp</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-left">left</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="posl wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-positioning/#left">left</a></td><td title="Positioned Layout">posl</td><td>WD</td></tr>
<tr class="filt wd 2013"><td class="name"><a href="http://www.w3.org/TR/filter-effects/#lighting-color">lighting-color</a></td><td title="Filter Effects">filt</td><td>WD</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#letter-spacing0">letter-spacing</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing">letter-spacing</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#line-break1">line-break</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height">line-height</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="list wd 2011"><td class="name"><a href="http://www.w3.org/TR/css3-lists/#list-style-image">list-style-image</a></td><td title="Lists">list</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image">list-style-image</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="list wd 2011"><td class="name"><a href="http://www.w3.org/TR/css3-lists/#list-style-position">list-style-position</a></td><td title="Lists">list</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position">list-style-position</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="list wd 2011"><td class="name"><a href="http://www.w3.org/TR/css3-lists/#list-style-type">list-style-type</a></td><td title="Lists">list</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type">list-style-type</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="list wd 2011"><td class="name"><a href="http://www.w3.org/TR/css3-lists/#list-style">list-style</a></td><td title="Lists">list</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style">list-style</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-margin-right">margin-right</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-margin-left">margin-left</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-margin-top">margin-top</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom">margin-bottom</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-margin">margin</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="marq cr 2008"><td class="name"><a href="http://www.w3.org/TR/css3-marquee/#marquee-direction">marquee-direction</a></td><td title="Marquee">marq</td><td>CR</td></tr>
<tr class="marq cr 2008"><td class="name"><a href="http://www.w3.org/TR/css3-marquee/#marquee-play-count">marquee-play-count</a></td><td title="Marquee">marq</td><td>CR</td></tr>
<tr class="marq cr 2008"><td class="name"><a href="http://www.w3.org/TR/css3-marquee/#marquee-speed">marquee-speed</a></td><td title="Marquee">marq</td><td>CR</td></tr>
<tr class="marq cr 2008"><td class="name"><a href="http://www.w3.org/TR/css3-marquee/#marquee-style">marquee-style</a></td><td title="Marquee">marq</td><td>CR</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#MaskProperty">mask</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-box-image0">mask-box-image</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-box-image-outset">mask-box-image-outset</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-box-image-repeat">mask-box-image-repeat</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-box-image-slice">mask-box-image-slice</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-box-image-source">mask-box-image-source</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-box-image-width">mask-box-image-width</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-clip">mask-clip</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-image">mask-image</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-origin">mask-origin</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-position">mask-position</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-repeat">mask-repeat</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-size">mask-size</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="mask wd 2012"><td class="name"><a href="http://www.w3.org/TR/css-masking/#mask-type">mask-type</a></td><td title="Masking">mask</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height">max-height</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="over wd 2013"><td class="name"><a href="http://www.w3.org/TR/css-overflow-3/#max-lines0">max-lines</a></td><td title="Overflow">over</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width">max-width</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height">min-height</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width">min-width</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#min-size-auto">min-width, min-height</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="size wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-sizing/#the-contain-floats-value">min-width, min-height</a></td><td title="Intrinsic &amp; Extrinsic Sizing">size</td><td>WD</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#nav-index0">nav-index</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#nav-up">nav-up</a>, <a href="http://www.w3.org/TR/css3-ui/#nav-right">nav-right</a>, <a href="http://www.w3.org/TR/css3-ui/#nav-down">nav-down</a>, <a href="http://www.w3.org/TR/css3-ui/#nav-left">nav-left</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="imag cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-images/#object-fit">object-fit</a></td><td title="Image Values and Replaced Content">imag</td><td>CR</td></tr>
<tr class="imag cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-images/#object-position">object-position</a></td><td title="Image Values and Replaced Content">imag</td><td>CR</td></tr>
<tr class="colr rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/css3-color/#opacity">opacity</a></td><td title="Color">colr</td><td>REC</td></tr>
<tr class="flex cr 2012"><td class="name"><a href="http://www.w3.org/TR/css3-flexbox/#order">order</a></td><td title="Flexible Box Layout">flex</td><td>CR</td></tr>
<tr class="frag wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-break/#orphans">orphans</a></td><td title="Fragmentation">frag</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/page.html#propdef-orphans">orphans</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#outline0">outline</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="css21 cr 2007 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline">outline</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#outline-color0">outline-color</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="css21 cr 2007 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color">outline-color</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#outline-offset0">outline-offset</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#outline-style0">outline-style</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="css21 cr 2007 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style">outline-style</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#outline-width0">outline-width</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="css21 cr 2007 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width">outline-width</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="marq cr 2008"><td class="name"><a href="http://www.w3.org/TR/css3-marquee/#overflow-style">overflow-style</a></td><td title="Marquee">marq</td><td>CR</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#overflow-wrap0">overflow-wrap</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow">overflow</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="over wd 2013"><td class="name"><a href="http://www.w3.org/TR/css-overflow-3/#overflow">overflow</a></td><td title="Overflow">over</td><td>WD</td></tr>
<tr class="over wd 2013"><td class="name"><a href="http://www.w3.org/TR/css-overflow-3/#overflow-x">overflow-x</a></td><td title="Overflow">over</td><td>WD</td></tr>
<tr class="over wd 2013"><td class="name"><a href="http://www.w3.org/TR/css-overflow-3/#overflow-y">overflow-y</a></td><td title="Overflow">over</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-top">padding-top</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-right">padding-right</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom">padding-bottom</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left">padding-left</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/box.html#propdef-padding">padding</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="pmed wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-page/#using-named-pages">page</a></td><td title="Paged Media">pmed</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-after">page-break-after</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-before">page-break-before</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside">page-break-inside</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="traf wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-transforms/#perspective">perspective</a></td><td title="Transforms">traf</td><td>WD</td></tr>
<tr class="traf wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-transforms/#perspective-origin">perspective-origin</a></td><td title="Transforms">traf</td><td>WD</td></tr>
<tr class="tmpl wd 2011"><td class="name"><a href="http://www.w3.org/TR/css3-layout/#position">position</a></td><td title="Template Layout">tmpl</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-position">position</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="posl wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-positioning/#position">position</a></td><td title="Positioned Layout">posl</td><td>WD</td></tr>
<tr class="pres wd 2003"><td class="name"><a href="http://www.w3.org/TR/css3-preslev/#presentation-level">presentation-level</a></td><td title="Presentation Levels">pres</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-quotes">quotes</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="regi wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-regions/#region-fragment">region-fragment</a></td><td title="Regions">regi</td><td>WD</td></tr>
<!--dropped feature--><!--<tr class="colr cr 2003 css2010"><td class="name"><a href="http://www.w3.org/TR/css3-color/#rendering-intent">rendering-intent</a></td><td title="Color">colr</td><td>CR</td></tr>-->
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#resize0">resize</a></td><td title="Basic User Interface">baui</td><td>LC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-right">right</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="posl wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-positioning/#right">right</a></td><td title="Positioned Layout">posl</td><td>WD</td></tr>
<tr class="exsh wd 2012"><td class="name"><a href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/#shape-image-threshold">shape-image-threshold</a></td><td title="Exclusions and Shapes">exsh</td><td>WD</td></tr>
<tr class="exsh wd 2012"><td class="name"><a href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/#shape-inside">shape-inside</a></td><td title="Exclusions and Shapes">exsh</td><td>WD</td></tr>
<tr class="exsh wd 2012"><td class="name"><a href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/#wrap-margin">shape-margin</a></td><td title="Exclusions and Shapes">exsh</td><td>WD</td></tr>
<tr class="exsh wd 2012"><td class="name"><a href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/#shape-outside">shape-outside</a></td><td title="Exclusions and Shapes">exsh</td><td>WD</td></tr>
<tr class="exsh wd 2012"><td class="name"><a href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/#wrap-padding">shape-padding</a></td><td title="Exclusions and Shapes">exsh</td><td>WD</td></tr>
<tr class="pmed wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-page/#page-size-prop">size</a></td><td title="Paged Media">pmed</td><td>WD</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#tab-size1">tab-size</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout">table-layout</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#text-align-last0">text-align-last</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#text-align0">text-align</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align">text-align</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="comp wd 2012"><td class="name"><a href="http://www.w3.org/TR/compositing/#text-blend-mode">text-blend-mode</a></td><td title="Compositing and Blending">comp</td><td>WD</td></tr>
<tr class="wmod wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal0">text-combine-horizontal</a></td><td title="Writing Modes">wmod</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration">text-decoration</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="tdec lc 2013"><td class="name"><a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration">text-decoration</a></td><td title="Text Decoration">tdec</td><td>LC</td></tr>
<tr class="tdec lc 2013"><td class="name"><a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-color">text-decoration-color</a></td><td title="Text Decoration">tdec</td><td>LC</td></tr>
<tr class="tdec lc 2013"><td class="name"><a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-line">text-decoration-line</a></td><td title="Text Decoration">tdec</td><td>LC</td></tr>
<tr class="tdec lc 2013"><td class="name"><a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-skip">text-decoration-skip</a></td><td title="Text Decoration">tdec</td><td>LC</td></tr>
<tr class="tdec lc 2013"><td class="name"><a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-style">text-decoration-style</a></td><td title="Text Decoration">tdec</td><td>LC</td></tr>
<tr class="tdec lc 2013"><td class="name"><a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis">text-emphasis</a></td><td title="Text Decoration">tdec</td><td>LC</td></tr>
<tr class="tdec lc 2013"><td class="name"><a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-color">text-emphasis-color</a></td><td title="Text Decoration">tdec</td><td>LC</td></tr>
<tr class="tdec lc 2013"><td class="name"><a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-position">text-emphasis-position</a></td><td title="Text Decoration">tdec</td><td>LC</td></tr>
<tr class="tdec lc 2013"><td class="name"><a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style">text-emphasis-style</a></td><td title="Text Decoration">tdec</td><td>LC</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#text-indent0">text-indent</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent">text-indent</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#text-justify0">text-justify</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="wmod wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-writing-modes/#text-orientation0">text-orientation</a></td><td title="Writing Modes">wmod</td><td>WD</td></tr>
<tr class="baui lc 2012"><td class="name"><a href="http://www.w3.org/TR/css3-ui/#text-overflow0">text-overflow</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="tdec lc 2013"><td class="name"><a href="http://www.w3.org/TR/css-text-decor-3/#text-shadow">text-shadow</a></td><td title="Text Decoration">tdec</td><td>LC</td></tr>
<tr class="comp wd 2012"><td class="name"><a href="http://www.w3.org/TR/compositing/#text-shadow-blend-mode">text-shadow-blend-mode</a></td><td title="Compositing and Blending">comp</td><td>WD</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#text-transform0">text-transform</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/text.html#propdef-text-transform">text-transform</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="tdec lc 2013"><td class="name"><a href="http://www.w3.org/TR/css-text-decor-3/#text-underline-position">text-underline-position</a></td><td title="Text Decoration">tdec</td><td>LC</td></tr>
<tr class="traf wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-transforms/#effects">transform</a></td><td title="Transforms">traf</td><td>WD</td></tr>
<tr class="traf wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-transforms/#transform-origin">transform-origin</a></td><td title="Transforms">traf</td><td>WD</td></tr>
<tr class="traf wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-transforms/#transform-style">transform-style</a></td><td title="Transforms">traf</td><td>WD</td></tr>
<tr class="tran wd 2009"><td class="name"><a href="http://www.w3.org/TR/css3-transitions/#transition">transition</a></td><td title="Transitions">tran</td><td>WD</td></tr>
<tr class="tran wd 2009"><td class="name"><a href="http://www.w3.org/TR/css3-transitions/#transition-delay">transition-delay</a></td><td title="Transitions">tran</td><td>WD</td></tr>
<tr class="tran wd 2009"><td class="name"><a href="http://www.w3.org/TR/css3-transitions/#transition-duration">transition-duration</a></td><td title="Transitions">tran</td><td>WD</td></tr>
<tr class="tran wd 2009"><td class="name"><a href="http://www.w3.org/TR/css3-transitions/#transition-property">transition-property</a></td><td title="Transitions">tran</td><td>WD</td></tr>
<tr class="tran wd 2009"><td class="name"><a href="http://www.w3.org/TR/css3-transitions/#transition-timing-function">transition-timing-function</a></td><td title="Transitions">tran</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-top">top</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="posl wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-positioning/#top">top</a></td><td title="Positioned Layout">posl</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi">unicode-bidi</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="wmod wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-writing-modes/#unicode-bidi0">unicode-bidi</a></td><td title="Writing Modes">wmod</td><td>WD</td></tr>
<tr class="vari wd 2013"><td class="name"><a href="http://www.w3.org/TR/css-variables/#defining-variables">var-*</a></td><td title="Variables">vari</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align">vertical-align</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility">visibility</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#white-space0">white-space</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/text.html#propdef-white-space">white-space</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="frag wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-break/#widows">widows</a></td><td title="Fragmentation">frag</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/page.html#propdef-widows">widows</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-width">width</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="size wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-sizing/#width-height-keywords">width, min-width, max-width, height, min-height, max-height</a></td><td title="Intrinsic &amp; Extrinsic Sizing">size</td><td>WD</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#word-break0">word-break</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#word-spacing0">word-spacing</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing">word-spacing</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="text wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-text/#word-wrap">word-wrap</a></td><td title="Text">text</td><td>WD</td></tr>
<tr class="excl wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-exclusions/#wrap-flow">wrap-flow</a></td><td title="Exclusions">excl</td><td>WD</td></tr>
<tr class="excl wd 2013"><td class="name"><a href="http://www.w3.org/TR/css3-exclusions/#wrap-through">wrap-through</a></td><td title="Exclusions">excl</td><td>WD</td></tr>
<tr class="wmod wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-writing-modes/#writing-mode1">writing-mode</a></td><td title="Writing Modes">wmod</td><td>WD</td></tr>
<tr class="css21 rec 2011 css2010"><td class="name"><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index">z-index</a></td><td title="CSS 2.1">c21</td><td>REC</td></tr>
<tr class="posl wd 2012"><td class="name"><a href="http://www.w3.org/TR/css3-positioning/#z-index">z-index</a></td><td title="Positioned Layout">posl</td><td>WD</td></tr>
</table>
<h1 id=included>Modules included in the properties index</h1>
<table>
<tr><th colspan="2">stability: completed
<tr><td>Color</td><td>colr</td></tr>
<tr><td>CSS 2.1</td><td>c21</td></tr>
<tr><th colspan="2">stability: testing
<tr><td>Backgrounds and Borders</td><td>bbor</td></tr>
<tr><td>Image Values and Replaced Content</td><td>imag</td></tr>
<tr><td>Marquee</td><td>marq</td></tr>
<tr><td>Multi-column Layout</td><td>mcol</td></tr>
<tr><td>Flexible Box Layout</td><td>flex</td></tr>
<tr><th colspan="2">stability: refining
<tr><td>Animations</td><td>anim</td></tr>
<tr><td>Fonts</td><td>font</td></tr>
<tr><td>Text</td><td>text</td></tr>
<tr><td>Fragmentation</td><td>frag</td></tr>
<tr><td>Text Decoration</td><td>tdec</td></tr>
<tr><td>Transforms</td><td>traf</td></tr>
<tr><td>Transitions</td><td>tran</td></tr>
<tr><td>Writing Modes</td><td>wmod</td></tr>
<tr><th colspan="2">stability: revising
<tr><td>Cascading and Inheritance</td><td>casc</td></tr>
<tr><td>Paged Media</td><td>pmed</td></tr>
<tr><td>Basic User Interface</td><td>baui</td></tr>
<tr><th colspan="2">stability: exploring
<tr><td>Box Alignment</td><td>bxal</td></tr>
<tr><td>Compositing and Blending</td><td>comp</td></tr>
<tr><td>Exclusions</td><td>excl</td></tr>
<tr><td>Exclusions and Shapes</td><td>exsh</td></tr>
<tr><td>Filter Effects</td><td>filt</td></tr>
<tr><td>Grid Layout</td><td>grid</td></tr>
<tr><td>Template Layout</td><td>tmpl</td></tr>
<tr><td>Intrinsic &amp; Extrinsic Sizing</td><td>size</td></tr>
<tr><td>Lists</td><td>list</td></tr>
<tr><td>Positioned Layout</td><td>posl</td></tr>
<tr><td>Presentation Levels</td><td>pres</td></tr>
<tr><td>Regions</td><td>regi</td></tr>
<tr><td>Masking</td><td>mask</td></tr>
<tr><td>Overflow</td><td>over</td></tr>
</table>

View File

@@ -1,59 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/css.ico">
<meta name=description content="Rijk's CSS Quick Reference - pick style properties, selectors, values, at-rules etc from the lists and see their specification right in the CSS modules.">
<base target="_content">
<title>CSS - Interactive Properties</title>
<link rel=stylesheet href="../res/qr.css">
<nav>
<a href="index.html" title="CSS Properties Index" target="_self">All</a><a href="prop-visual.html" title="Visual Media Properties" target="_self">Vis</a><a href="prop-interactive.html" title="Interactive Properties" target="_self" id="current">Int</a><a href="prop-paged.html" title="Paged Media Properties" target="_self">Pg</a><a href="prop-speech.html" title="Speech Properties" target="_self">Sp</a>
<a href="sel.html" title="Selectors" target="_self">Sel</a><a href="val.html" title="Value Types" target="_self">Val</a><a href="at.html" title="@ Rules" target="_self">@</a>
<a href="toc.html" title="CSS Specs Table of Contents" target="_self">TOCs</a>
</nav>
<h1>Properties for Interactive media</h1>
<h2>Flexible Box Layout Module CR&nbsp;2012-09-18</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-flexbox/#flex-containers">display</a>
</ul>
<h2>CSS Level 2 Revision 1 Rec&nbsp;2011-06-07</h2>
<ul>
<li><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">content</a>
<li><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment">counter-increment</a>
<li><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset">counter-reset</a>
<li><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-cursor">cursor</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a>
<li><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline">outline</a>
<li><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color">outline-color</a>
<li><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style">outline-style</a>
<li><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width">outline-width</a>
</ul>
<h2>Basic User Interface Module Level 3 WD&nbsp;2012-01-17</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-ui/#content">content</a>
<li><a href="http://www.w3.org/TR/css3-ui/#cursor0">cursor</a>
<li><a href="http://www.w3.org/TR/css3-ui/#icon">icon</a>
<li><a href="http://www.w3.org/TR/css3-ui/#ime-mode">ime-mode</a>
<li><a href="http://www.w3.org/TR/css3-ui/#nav-index0">nav-index</a>
<li><a href="http://www.w3.org/TR/css3-ui/#nav-up">nav-up</a>, <a href="http://www.w3.org/TR/css3-ui/#nav-right">nav-right</a>, <a href="http://www.w3.org/TR/css3-ui/#nav-down">nav-down</a>, <a href="http://www.w3.org/TR/css3-ui/#nav-left">nav-left</a>
</ul>
<p><small>Note: the <code>outline</code> properties are also defined in this module, but not considered to be interactive anymore.</small></p>
<h2>Transitions WD&nbsp;2013-02-12</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-transitions/#transition">transition</a>
<li><a href="http://www.w3.org/TR/css3-transitions/#transition-delay">transition-delay</a>
<li><a href="http://www.w3.org/TR/css3-transitions/#transition-duration">transition-duration</a>
<li><a href="http://www.w3.org/TR/css3-transitions/#transition-timing-function">transition-timing-function</a>
</ul>
<h2>Lists and Counters Module Level 3 WD&nbsp;2011-05-24</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-lists/#display-marker">display</a>
</ul>

View File

@@ -1,48 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/css.ico">
<meta name=description content="Rijk's CSS Quick Reference - pick style properties, selectors, values, at-rules etc from the lists and see their specification right in the CSS modules.">
<base target="_content">
<title>CSS - Paged Media Properties</title>
<link rel=stylesheet href="../res/qr.css">
<nav>
<a href="index.html" title="CSS Properties Index" target="_self">All</a><a href="prop-visual.html" title="Visual Media Properties" target="_self">Vis</a><a href="prop-interactive.html" title="Interactive Properties" target="_self">Int</a><a href="prop-paged.html" title="Page-break Properties" target="_self" id="current">Pg</a><a href="prop-speech.html" title="Speech Properties" target="_self">Sp</a>
<a href="sel.html" title="Selectors" target="_self">Sel</a><a href="val.html" title="Value Types" target="_self">Val</a><a href="at.html" title="@ Rules" target="_self">@</a>
<a href="toc.html" title="CSS 3 Table of Contents" target="_self">TOCs</a>
</nav>
<h1>Properties for Paged media</h1>
<h2>Multi-column Layout Module CR&nbsp;2011-04-12</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-multicol/#break-after">break-after</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#break-before">break-before</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#break-inside">break-inside</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#column-fill">column-fill</a>
</ul>
<h2>CSS Level 2 Revision 1 Rec&nbsp;2011-06-07</h2>
<ul>
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-orphans">orphans</a>
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-after">page-break-after</a>
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-before">page-break-before</a>
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside">page-break-inside</a>
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-widows">widows</a>
</ul>
<h2>Paged Media Module Level 3 WD&nbsp;2013-03-14</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-page/#page-size-prop">size</a>
<li><a href="http://www.w3.org/TR/css3-page/#using-named-pages">page</a>
<!--
<li><a href="http://www.w3.org/TR/css3-page/#image-orientation">image-orientation</a>
<li><a href="http://www.w3.org/TR/css3-page/#orphans">orphans</a>
<li><a href="http://www.w3.org/TR/css3-page/#page-break-before">page-break-before</a>
<li><a href="http://www.w3.org/TR/css3-page/#page-break-after">page-break-after</a>
<li><a href="http://www.w3.org/TR/css3-page/#page-break-inside">page-break-inside</a>
<li><a href="http://www.w3.org/TR/css3-page/#widows">widows</a>-->
</ul>

View File

@@ -1,66 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/css.ico">
<meta name=description content="Rijk's CSS Quick Reference - pick style properties, selectors, values, at-rules etc from the lists and see their specification right in the CSS modules.">
<base target="_content">
<title>CSS - Speech Properties</title>
<link rel=stylesheet href="../res/qr.css">
<nav>
<a href="index.html" title="CSS Properties Index" target="_self">All</a><a href="prop-visual.html" title="Visual Media Properties" target="_self">Vis</a><a href="prop-interactive.html" title="Interactive Properties" target="_self">Int</a><a href="prop-paged.html" title="Paged Media Properties" target="_self">Pg</a><a href="prop-speech.html" title="Speech Properties" target="_self" id="current">Sp</a>
<a href="sel.html" title="Selectors" target="_self">Sel</a><a href="val.html" title="Value Types" target="_self">Val</a><a href="at.html" title="@ Rules" target="_self">@</a>
<a href="toc.html" title="CSS Specs Table of Contents" target="_self">TOCs</a>
</nav>
<h1>Properties for Speech media</h1>
<h2>Speech Module CR&nbsp;2012-03-20</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-speech/#cue">cue</a>
<li><a href="http://www.w3.org/TR/css3-speech/#cue-after">cue-after</a>
<li><a href="http://www.w3.org/TR/css3-speech/#cue-before">cue-before</a>
<li><a href="http://www.w3.org/TR/css3-speech/#pause">pause</a>
<li><a href="http://www.w3.org/TR/css3-speech/#pause-after">pause-after</a>
<li><a href="http://www.w3.org/TR/css3-speech/#pause-before">pause-before</a>
<li><a href="http://www.w3.org/TR/css3-speech/#rest">rest</a>
<li><a href="http://www.w3.org/TR/css3-speech/#rest-after">rest-after</a>
<li><a href="http://www.w3.org/TR/css3-speech/#rest-before">rest-before</a>
<li><a href="http://www.w3.org/TR/css3-speech/#speak">speak</a>
<li><a href="http://www.w3.org/TR/css3-speech/#speak-as">speak-as</a>
<li><a href="http://www.w3.org/TR/css3-speech/#voice-balance">voice-balance</a>
<li><a href="http://www.w3.org/TR/css3-speech/#voice-duration">voice-duration</a>
<li><a href="http://www.w3.org/TR/css3-speech/#voice-family">voice-family</a>
<li><a href="http://www.w3.org/TR/css3-speech/#voice-pitch">voice-pitch</a>
<li><a href="http://www.w3.org/TR/css3-speech/#voice-range">voice-range</a>
<li><a href="http://www.w3.org/TR/css3-speech/#voice-rate">voice-rate</a>
<li><a href="http://www.w3.org/TR/css3-speech/#voice-stress">voice-stress</a>
<li><a href="http://www.w3.org/TR/css3-speech/#voice-volume">voice-volume</a>
</ul>
<p><small>Note: CSS 3 defines properties for the 'speech' media type. The aural properties in CSS 2.1 are defined for the 'aural' media type, but that type is also deprecated in that specification.</small>
<h2>CSS Level 2 Revision 1 Rec&nbsp;2011-06-07</h2>
<ul>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-azimuth">azimuth</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-cue">cue</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-cue-after">cue-after</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-cue-before">cue-before</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-elevation">elevation</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-pause">pause</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-pause-before">pause-before</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-pause-after">pause-after</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-pitch">pitch</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-pitch-range">pitch-range</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-play-during">play-during</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-richness">richness</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-speak-header">speak-header</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-speak-numeral">speak-numeral</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-speak-punctuation">speak-punctuation</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-speak">speak</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-speech-rate">speech-rate</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-stress">stress</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-voice-family">voice-family</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#propdef-volume">volume</a>
</ul>

View File

@@ -1,458 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/css.ico">
<meta name=description content="Rijk's CSS Quick Reference - pick style properties, selectors, values, at-rules etc from the lists and see their specification right in the CSS modules.">
<base target="_content">
<title>CSS - Visual Properties</title>
<link rel=stylesheet href="../res/qr.css">
<nav>
<a href="index.html" title="CSS Properties Index" target="_self">All</a><a href="prop-visual.html" title="Visual Media Properties" target="_self" id="current">Vis</a><a href="prop-interactive.html" title="Interactive Properties" target="_self">Int</a><a href="prop-paged.html" title="Page-break Properties" target="_self">Pg</a><a href="prop-speech.html" title="Speech Properties" target="_self">Sp</a>
<a href="sel.html" title="Selectors" target="_self">Sel</a><a href="val.html" title="Value Types" target="_self">Val</a><a href="at.html" title="@ Rules" target="_self">@</a>
<a href="toc.html" title="CSS 3 Table of Contents" target="_self">TOCs</a>
</nav>
<h1>Properties for Visual and All media</h1>
<h2>Color Module Level 3 Rec&nbsp;2011-06-07</h2>
<ul>
<!--dropped feature--><!-- <li><a href="http://www.w3.org/TR/css3-color/#color-profile">color-profile</a>-->
<li><a href="http://www.w3.org/TR/css3-color/#color0">color</a>
<li><a href="http://www.w3.org/TR/css3-color/#opacity">opacity</a>
<!--dropped feature--><!-- <li><a href="http://www.w3.org/TR/css3-color/#rendering-intent">rendering-intent</a>-->
</ul>
<h2>Backgrounds and Borders Module Level 3 CR&nbsp;2012-07-24</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-background/#background">background</a>
<li><a href="http://www.w3.org/TR/css3-background/#background-attachment">background-attachment</a>
<li><a href="http://www.w3.org/TR/css3-background/#background-clip">background-clip</a>
<li><a href="http://www.w3.org/TR/css3-background/#background-color">background-color</a>
<li><a href="http://www.w3.org/TR/css3-background/#background-image">background-image</a>
<li><a href="http://www.w3.org/TR/css3-background/#background-origin">background-origin</a>
<li><a href="http://www.w3.org/TR/css3-background/#background-position">background-position</a>
<li><a href="http://www.w3.org/TR/css3-background/#background-repeat">background-repeat</a>
<li><a href="http://www.w3.org/TR/css3-background/#background-size">background-size</a>
<li><a href="http://www.w3.org/TR/css3-background/#border">border</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-color">border-color</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-image">border-image</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-image-outset">border-image-outset</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-image-repeat">border-image-repeat</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-image-slice">border-image-slice</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-image-source">border-image-source</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-image-width">border-image-width</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-image">border-image</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-image">border-image</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-radius">border-radius</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-style">border-style</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-top">border-top</a>, <a href="http://www.w3.org/TR/css3-background/#border-right">border-right</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom">border-bottom</a>, <a href="http://www.w3.org/TR/css3-background/#border-left">border-left</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-top-color">border-top-color</a>, <a href="http://www.w3.org/TR/css3-background/#border-right-color">border-right-color</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom-color">border-bottom-color</a>, <a href="http://www.w3.org/TR/css3-background/#border-left-color">border-left-color</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-top-left-radius">border-top-left-radius</a>, <a href="http://www.w3.org/TR/css3-background/#border-top-right-radius">border-top-right-radius</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom-right-radius">border-bottom-right-radius</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom-left-radius">border-bottom-left-radius</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-top-style">border-top-style</a>, <a href="http://www.w3.org/TR/css3-background/#border-right-style">border-right-style</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom-style">border-bottom-style</a>, <a href="http://www.w3.org/TR/css3-background/#border-left-style">border-left-style</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-top-width">border-top-width</a>, <a href="http://www.w3.org/TR/css3-background/#border-right-width">border-right-width</a>, <a href="http://www.w3.org/TR/css3-background/#border-bottom-width">border-bottom-width</a>, <a href="http://www.w3.org/TR/css3-background/#border-left-width">border-left-width</a>
<li><a href="http://www.w3.org/TR/css3-background/#border-width">border-width</a>
<li><a href="http://www.w3.org/TR/css3-background/#box-decoration-break">box-decoration-break</a>
<li><a href="http://www.w3.org/TR/css3-background/#box-shadow">box-shadow</a>
</ul>
<h2>Image Values and Replaced Content Module Level 3 CR&nbsp;2012-04-17</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-images/#image-orientation">image-orientation</a>
<li><a href="http://www.w3.org/TR/css3-images/#image-orientation">image-resolution</a>
<li><a href="http://www.w3.org/TR/css3-images/#image-orientation">object-fit</a>
<li><a href="http://www.w3.org/TR/css3-images/#image-orientation">object-position</a>
</ul>
<h2>Marquee Module Level 3 CR&nbsp;2008-12-05</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-marquee/#marquee-direction">marquee-direction</a>
<li><a href="http://www.w3.org/TR/css3-marquee/#marquee-play-count">marquee-play-count</a>
<li><a href="http://www.w3.org/TR/css3-marquee/#marquee-speed">marquee-speed</a>
<li><a href="http://www.w3.org/TR/css3-marquee/#marquee-style">marquee-style</a>
<li><a href="http://www.w3.org/TR/css3-marquee/#overflow-style">overflow-style</a>
</ul>
<h2>Multi-column Layout Module CR&nbsp;2011-04-12</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-multicol/#column-count">column-count</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#column-fill">column-fill</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#column-gap">column-gap</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#column-rule">column-rule</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#column-rule-color">column-rule-color</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#column-rule-style">column-rule-style</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#column-rule-width">column-rule-width</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#columns">columns</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#column-span">column-span</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#column-width">column-width</a>
</ul>
<h2>Flexible Box Layout Module CR&nbsp;2012-09-18</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-flexbox/#align-content">align-content</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#align-items">align-items</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#align-self">align-self</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#flex-containers">display</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#flex-basis-propdef">flex-basis</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#flex-direction">flex-direction</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#flex-flow">flex-flow</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#flex-grow">flex-grow</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#flex-shrink">flex-shrink</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#flex">flex</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#flex-wrap">flex-wrap</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#justify-content">justify-content</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#min-size-auto">min-width, min-height</a>
<li><a href="http://www.w3.org/TR/css3-flexbox/#order">order</a>
</ul>
<h2>CSS Level 2 Revision 1 Rec&nbsp;2011-06-07</h2>
<ul>
<li><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment">background-attachment</a>
<li><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color">background-color</a>
<li><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-image">background-image</a>
<li><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-position">background-position</a>
<li><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat">background-repeat</a>
<li><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background">background</a>
<li><a href="http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse">border-collapse</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-color">border-color</a>
<li><a href="http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing">border-spacing</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-style">border-style</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top">border-top</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right">border-right</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom">border-bottom</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left">border-left</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color">border-top-color</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color">border-right-color</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color">border-bottom-color</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color">border-left-color</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style">border-top-style</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style">border-right-style</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style">border-bottom-style</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style">border-left-style</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width">border-top-width</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width">border-right-width</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width">border-bottom-width</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width">border-left-width</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-width">border-width</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-border">border</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom">bottom</a>
<li><a href="http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side">caption-side</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-clear">clear</a>
<li><a href="http://www.w3.org/TR/CSS21/visufx.html#propdef-clip">clip</a>
<li><a href="http://www.w3.org/TR/CSS21/colors.html#propdef-color">color</a>
<li><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">content</a>
<li><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment">counter-increment</a>
<li><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset">counter-reset</a>
<li><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-cursor">cursor</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-direction">direction</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a>
<li><a href="http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells">empty-cells</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a>
<li><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">font-family</a>
<li><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">font-size</a>
<li><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style">font-style</a>
<li><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant">font-variant</a>
<li><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">font-weight</a>
<li><a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">font</a>
<li><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-height">height</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-left">left</a>
<li><a href="http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing">letter-spacing</a>
<li><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height">line-height</a>
<li><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image">list-style-image</a>
<li><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position">list-style-position</a>
<li><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type">list-style-type</a>
<li><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style">list-style</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-margin-right">margin-right</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-margin-left">margin-left</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-margin-top">margin-top</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom">margin-bottom</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-margin">margin</a>
<li><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height">max-height</a>
<li><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width">max-width</a>
<li><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height">min-height</a>
<li><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width">min-width</a>
<li><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline">outline</a>
<li><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color">outline-color</a>
<li><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style">outline-style</a>
<li><a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width">outline-width</a>
<li><a href="http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow">overflow</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-top">padding-top</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-right">padding-right</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom">padding-bottom</a>, <a href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left">padding-left</a>
<li><a href="http://www.w3.org/TR/CSS21/box.html#propdef-padding">padding</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-position">position</a>
<li><a href="http://www.w3.org/TR/CSS21/about.html#propdef-property-name">property-name</a>
<li><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-quotes">quotes</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-right">right</a>
<li><a href="http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout">table-layout</a>
<li><a href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align">text-align</a>
<li><a href="http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration">text-decoration</a>
<li><a href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent">text-indent</a>
<li><a href="http://www.w3.org/TR/CSS21/text.html#propdef-text-transform">text-transform</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-top">top</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi">unicode-bidi</a>
<li><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align">vertical-align</a>
<li><a href="http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility">visibility</a>
<li><a href="http://www.w3.org/TR/CSS21/text.html#propdef-white-space">white-space</a>
<li><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-width">width</a>
<li><a href="http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing">word-spacing</a>
<li><a href="http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index">z-index</a>
</ul>
<h2>Animations WD&nbsp;2013-02-19</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-animations/#animation">animation</a>
<li><a href="http://www.w3.org/TR/css3-animations/#animation-delay">animation-delay</a>
<li><a href="http://www.w3.org/TR/css3-animations/#animation-direction">animation-direction</a>
<li><a href="http://www.w3.org/TR/css3-animations/#animation-duration">animation-duration</a>
<li><a href="http://www.w3.org/TR/css3-animations/#animation-fill-mode">animation-fill-mode</a>
<li><a href="http://www.w3.org/TR/css3-animations/#animation-iteration-count">animation-iteration-count</a>
<li><a href="http://www.w3.org/TR/css3-animations/#animation-name">animation-name</a>
<li><a href="http://www.w3.org/TR/css3-animations/#animation-play-state">animation-play-state</a>
<li><a href="http://www.w3.org/TR/css3-animations/#animation-timing-function">animation-timing-function</a>
</ul>
<h2>Fonts Module Level 3 WD&nbsp;2013-02-12</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font">font</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-family">font-family</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-feature-settings">font-feature-settings</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-kerning">font-kerning</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-language-override">font-language-override</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-size">font-size</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-size-adjust">font-size-adjust</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-stretch">font-stretch</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-style">font-style</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-synthesis">font-synthesis</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant">font-variant</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-alternates">font-variant-alternates</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-caps">font-variant-caps</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-east-asian">font-variant-east-asian</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-ligatures">font-variant-ligatures</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-numeric">font-variant-numeric</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-position">font-variant-position</a>
<li><a href="http://www.w3.org/TR/css3-fonts/#propdef-font-weight">font-weight</a>
</ul>
<h2>Counter Styles Level 3 WD&nbsp;2013-02-13</h2>
<ul>
<li>no properties
</ul>
<h2>Text Module Level 3 WD&nbsp;2012-11-13</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-text/#hanging-punctuation">hanging-punctuation</a>
<li><a href="http://www.w3.org/TR/css3-text/#hyphens">hyphens</a>
<li><a href="http://www.w3.org/TR/css3-text/#letter-spacing">letter-spacing</a>
<li><a href="http://www.w3.org/TR/css3-text/#line-break">line-break</a>
<li><a href="http://www.w3.org/TR/css3-text/#overflow-wrap0">overflow-wrap/word-wrap</a>
<li><a href="http://www.w3.org/TR/css3-text/#tab-size">tab-size</a>
<li><a href="http://www.w3.org/TR/css3-text/#text-align">text-align</a>
<li><a href="http://www.w3.org/TR/css3-text/#text-align-last">text-align-last</a>
<li><a href="http://www.w3.org/TR/css3-text/#text-indent">text-indent</a>
<li><a href="http://www.w3.org/TR/css3-text/#text-justify">text-justify</a>
<li><a href="http://www.w3.org/TR/css3-text/#text-transform">text-transform</a>
<li><a href="http://www.w3.org/TR/css3-text/#white-space">white-space</a>
<li><a href="http://www.w3.org/TR/css3-text/#word-break">word-break</a>
<li><a href="http://www.w3.org/TR/css3-text/#word-spacing">word-spacing</a>
</ul>
<h2>Fragmentation Module Level 3 WD&nbsp;2012-08-23</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-break/#break-after">break-after</a>
<li><a href="http://www.w3.org/TR/css3-break/#break-before">break-before</a>
<li><a href="http://www.w3.org/TR/css3-break/#break-inside">break-inside</a>
<li><a href="http://www.w3.org/TR/css3-break/#orphans">orphans</a>
<li><a href="http://www.w3.org/TR/css3-break/#widows">widows</a>
</ul>
<h2>Text Decoration Module Level 3 WD&nbsp;2013-01-032</h2>
<ul>
<li><a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration">text-decoration</a>
<li><a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-color">text-decoration-color</a>
<li><a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-line">text-decoration-line</a>
<li><a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-skip">text-decoration-skip</a>
<li><a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-style">text-decoration-style</a>
<li><a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis">text-emphasis</a>
<li><a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-color">text-emphasis-color</a>
<li><a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-position">text-emphasis-position</a>
<li><a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style">text-emphasis-style</a>
<li><a href="http://www.w3.org/TR/css-text-decor-3/#text-shadow">text-shadow</a>
<li><a href="http://www.w3.org/TR/css-text-decor-3/#text-underline-position">text-underline-position</a>
</ul>
<h2>Transforms WD&nbsp;2012-09-11</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-transforms/#backface-visibility">backface-visibility</a>
<li><a href="http://www.w3.org/TR/css3-transforms/#perspective-origin">perspective-origin</a>
<li><a href="http://www.w3.org/TR/css3-transforms/#perspective">perspective</a>
<li><a href="http://www.w3.org/TR/css3-transforms/#transform-origin">transform-origin</a>
<li><a href="http://www.w3.org/TR/css3-transforms/#transform">transform</a>
<li><a href="http://www.w3.org/TR/css3-transforms/#transform-style">transform-style</a>
</ul>
<h2>Transitions WD&nbsp;2013-02-12</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-transitions/#transition-property">transition-property</a>
</ul>
<h2>Writing Modes Module Level 3 WD&nbsp;2012-11-15</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-writing-modes/#direction0">direction</a>
<li><a href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal0">text-combine-horizontal</a>
<li><a href="http://www.w3.org/TR/css3-writing-modes/#text-orientation0">text-orientation</a>
<li><a href="http://www.w3.org/TR/css3-writing-modes/#unicode-bidi0">unicode-bidi</a>
<li><a href="http://www.w3.org/TR/css3-writing-modes/#writing-mode1">writing-mode</a>
</ul>
<h2>Cascading and Inheritance Level 3 WD&nbsp;2013-01-03</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-cascade/#all">all</a>
</ul>
<h2>Basic User Interface Module Level 3 WD&nbsp;2012-01-17</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-ui/#box-sizing0">box-sizing</a>
<li><a href="http://www.w3.org/TR/css3-ui/#content">content</a>
<li><a href="http://www.w3.org/TR/css3-ui/#cursor0">cursor</a>
<li><a href="http://www.w3.org/TR/css3-ui/#icon">icon</a>
<li><a href="http://www.w3.org/TR/css3-ui/#outline0">outline</a>
<li><a href="http://www.w3.org/TR/css3-ui/#outline-color0">outline-color</a>
<li><a href="http://www.w3.org/TR/css3-ui/#outline-offset0">outline-offset</a>
<li><a href="http://www.w3.org/TR/css3-ui/#outline-style0">outline-style</a>
<li><a href="http://www.w3.org/TR/css3-ui/#outline-width0">outline-width</a>
<li><a href="http://www.w3.org/TR/css3-ui/#resize0">resize</a>
<li><a href="http://www.w3.org/TR/css3-ui/#text-overflow0">text-overflow</a>
</ul>
<h2>Box Alignment Module Level 3 WD&nbsp;2013-05-13</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-align/#align-content0">align-content</a>
<li><a href="http://www.w3.org/TR/css3-align/#align-items0">align-items</a>
<li><a href="http://www.w3.org/TR/css3-align/#align-self0">align-self</a>
<li><a href="http://www.w3.org/TR/css3-align/#justify-content0">justify-content</a>
<li><a href="http://www.w3.org/TR/css3-align/#justify-items0">justify-items</a>
<li><a href="http://www.w3.org/TR/css3-align/#justify-self0">justify-self</a>
</ul>
<h2>Compositing and Blending 1.0 WD&nbsp;2012-08-16</h2>
<ul>
<li><a href="http://www.w3.org/TR/compositing/#alpha-compositing">alpha-compositing</a>
<li><a href="http://www.w3.org/TR/compositing/#background-alpha-compositing">background-alpha-compositing</a>
<li><a href="http://www.w3.org/TR/compositing/#background-blend-mode">background-blend-mode</a>
<li><a href="http://www.w3.org/TR/compositing/#blend-mode">blend-mode</a>
<li><a href="http://www.w3.org/TR/compositing/#box-shadow-blend-mode">box-shadow-blend-mode</a>
<li><a href="http://www.w3.org/TR/compositing/#enable-background">isolation</a>
<li><a href="http://www.w3.org/TR/compositing/#knock-out">knock-out</a>
<li><a href="http://www.w3.org/TR/compositing/#text-blend-mode">text-blend-mode</a>
<li><a href="http://www.w3.org/TR/compositing/#text-shadow-blend-mode">text-shadow-blend-mode</a>
</ul>
<h2>Exclusions Module Level 1 WD&nbsp;2013-05-28</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-exclusions/#wrap-flow">wrap-flow</a>
<li><a href="http://www.w3.org/TR/css3-exclusions/#wrap-margin">wrap-margin</a>
<li><a href="http://www.w3.org/TR/css3-exclusions/#wrap-padding">wrap-padding</a>
<li><a href="http://www.w3.org/TR/css3-exclusions/#wrap-through">wrap-through</a>
</ul>
<h2>Exclusions and Shapes Module Level 3 WD&nbsp;2012-05-03</h2>
<ul>
<li><a href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/#shape-image-threshold">shape-image-threshold</a>
<li><a href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/#shape-inside">shape-inside</a>
<li><a href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/#wrap-margin">shape-margin</a>
<li><a href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/#shape-outside">shape-outside</a>
<li><a href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/#wrap-padding">shape-padding</a>
</ul>
<h2>Filter Effects 1.0 WD&nbsp;2013-05-23</h2>
<ul>
<li><a href="http://www.w3.org/TR/filter-effects/#color-interpolation-filters">color-interpolation-filters</a>
<li><a href="http://www.w3.org/TR/filter-effects/#enable-background">enable-background</a>
<li><a href="http://www.w3.org/TR/filter-effects/#FilterProperty">filter</a>
<li><a href="http://www.w3.org/TR/filter-effects/#flood-color">flood-color</a>
<li><a href="http://www.w3.org/TR/filter-effects/#flood-opacity">flood-opacity</a>
<li><a href="http://www.w3.org/TR/filter-effects/#lighting-color">lighting-color</a>
</ul>
<h2>Grid Layout WD&nbsp;2013-04-02</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-after">grid-after</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-area0">grid-area</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-auto-columns">grid-auto-columns</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-auto-flow">grid-auto-flow</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-auto-rows">grid-auto-rows</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-before">grid-before</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-column">grid-column</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-definition-columns">grid-definition-columns</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-definition-rows">grid-definition-rows</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-end">grid-end</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-row">grid-row</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-start">grid-start</a>
<li><a href="http://www.w3.org/TR/css3-grid-layout/#grid-template">grid-template</a>
</ul>
<h2>Template Layout Module WD&nbsp;2011-11-29</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-layout/#chains">chains</a>
<li><a href="http://www.w3.org/TR/css3-layout/#declaring-templates-the-display-property">display</a>
<li><a href="http://www.w3.org/TR/css3-layout/#position">position</a>
</ul>
<h2>Intrinsic &amp; Extrinsic Sizing Module Level 3 WD&nbsp;2012-09-27</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-sizing/#width-height-keywords">width, min-width, max-width, height, min-height, max-height</a>
<li><a href="http://www.w3.org/TR/css3-sizing/#the-contain-floats-value">min-width, min-height</a>
<li><a href="http://www.w3.org/TR/css3-sizing/#column-sizing">column-width</a>
</ul>
<h2>Lists and Counters Module Level 3 WD&nbsp;2011-05-24</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-lists/#list-style">list-style</a>
<li><a href="http://www.w3.org/TR/css3-lists/#list-style-image">list-style-image</a>
<li><a href="http://www.w3.org/TR/css3-lists/#list-style-position">list-style-position</a>
<li><a href="http://www.w3.org/TR/css3-lists/#list-style-type">list-style-type</a>
<li><a href="http://www.w3.org/TR/css3-lists/#display-marker">display</a>
</ul>
<h2>Positioned Layout Module Level 3 WD&nbsp;2012-02-07</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-positioning/#bottom">bottom</a>
<li><a href="http://www.w3.org/TR/css3-positioning/#clip">clip</a>
<li><a href="http://www.w3.org/TR/css3-positioning/#left">left</a>
<li><a href="http://www.w3.org/TR/css3-positioning/#position">position</a>
<li><a href="http://www.w3.org/TR/css3-positioning/#right">right</a>
<li><a href="http://www.w3.org/TR/css3-positioning/#top">top</a>
<li><a href="http://www.w3.org/TR/css3-positioning/#z-index">z-index</a>
</ul>
<h2>Presentation Levels Module WD&nbsp;2003-08-13</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-preslev/#presentation-level-property">presentation-level</a>
</ul>
<h2>Regions Module Level 3 WD&nbsp;2013-05-28</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-regions/#break-after">break-after</a>
<li><a href="http://www.w3.org/TR/css3-regions/#break-before">break-before</a>
<li><a href="http://www.w3.org/TR/css3-regions/#break-inside">break-inside</a>
<li><a href="http://www.w3.org/TR/css3-regions/#flow-from">flow-from</a>
<li><a href="http://www.w3.org/TR/css3-regions/#flow-into">flow-into</a>
<li><a href="http://www.w3.org/TR/css3-regions/#region-fragment">region-fragment</a>
</ul>
<h2>Masking WD&nbsp;2012-11-15</h2>
<ul>
<li><a href="http://www.w3.org/TR/css-masking/#ClipProperty">clip</a>
<li><a href="http://www.w3.org/TR/css-masking/#clip-path">slip-path</a>
<li><a href="http://www.w3.org/TR/css-masking/#clip-rule">clip-rule</a>
<li><a href="http://www.w3.org/TR/css-masking/#MaskProperty">mask</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-box-image0">mask-box-image</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-box-image-outset">mask-box-image-outset</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-box-image-repeat">mask-box-image-repeat</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-box-image-slice">mask-box-image-slice</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-box-image-source">mask-box-image-source</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-box-image-width">mask-box-image-width</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-clip">mask-clip</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-image">mask-image</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-origin">mask-origin</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-position">mask-position</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-repeat">mask-repeat</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-size">mask-size</a>
<li><a href="http://www.w3.org/TR/css-masking/#mask-type">mask-type</a>
</ul>
<h2>Overflow Module Level 3 WD&nbsp;2013-04-18</h2>
<ul>
<li><a href="http://www.w3.org/TR/css-overflow-3/#max-lines0">max-lines</a>
<li><a href="http://www.w3.org/TR/css-overflow-3/#overflow">overflow</a>
<li><a href="http://www.w3.org/TR/css-overflow-3/#overflow-x">overflow-x</a>
<li><a href="http://www.w3.org/TR/css-overflow-3/#overflow-y">overflow-y</a>
</ul>

View File

@@ -1,127 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<link rel=icon href="../res/css.ico">
<meta name=description content="Rijk's CSS Quick Reference - pick style properties, selectors, values, at-rules etc from the lists and see their specification right in the CSS modules.">
<base target="_content">
<title>CSS - Selectors</title>
<link rel=stylesheet href="../res/qr.css">
<nav>
<a href="index.html" title="CSS Properties Index" target="_self">All</a><a href="prop-visual.html" title="Visual Media Properties" target="_self">Vis</a><a href="prop-interactive.html" title="Interactive Properties" target="_self">Int</a><a href="prop-paged.html" title="Paged Media Properties" target="_self">Pg</a><a href="prop-speech.html" title="Speech Properties" target="_self">Sp</a>
<a href="sel.html" title="Selectors" target="_self" id="current">Sel</a><a href="val.html" title="Value Types" target="_self">Val</a><a href="at.html" title="@ Rules" target="_self">@</a>
<a href="toc.html" title="CSS Specs Table of Contents" target="_self">TOCs</a>
</nav>
<h1>Selectors</h1>
<h2>Selectors Level 3 Rec&nbsp;2011-09-29</h2>
<h3>Simple selectors</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-selectors/#type-selectors">Type selector</a><br><i>E</i>
<li><a href="http://www.w3.org/TR/css3-selectors/#universal-selector">Universal selector</a><br><i>*</i>
<li><a href="http://www.w3.org/TR/css3-selectors/#attribute-representation">Attribute presence and values selectors</a><br><i>E[foo] E[foo=bar] E[foo~="bar"]</i>
<li><a href="http://www.w3.org/TR/css3-selectors/#attribute-substrings">Substring matching attribute selectors</a><br><i>E[foo^=bar] E[foo$="bar"] E[foo*="bar"] E[foo|="en"]</i>
<li><a href="http://www.w3.org/TR/css3-selectors/#class-html">Class selectors</a><br><i>E.warning</i>
<li><a href="http://www.w3.org/TR/css3-selectors/#id-selectors">ID selectors</a><br><i>E#myid</i>
</ul>
<h3>Pseudo-classes</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-selectors/#link">:link and :visited</a>
<li><a href="http://www.w3.org/TR/css3-selectors/#useraction-pseudos">:hover, :active and :focus</a>
<li><a href="http://www.w3.org/TR/css3-selectors/#target-pseudo">:target</a>
<li><a href="http://www.w3.org/TR/css3-selectors/#lang-pseudo">:lang</a>
<li><a href="http://www.w3.org/TR/css3-selectors/#UIstates">:enable, :disabled, :checked, :indeterminate</a>
<li><a href="http://www.w3.org/TR/css3-selectors/#structural-pseudos">structural (root, nth-*, first-*, last-*, only-*, empty)</a>
<li><a href="http://www.w3.org/TR/css3-selectors/#negation">:not</a>
</ul>
<h3>Pseudo-elements</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-selectors/#first-line">::first-line</a>
<li><a href="http://www.w3.org/TR/css3-selectors/#first-letter">::first-letter</a>
<!--<li><a href="http://www.w3.org/TR/css3-selectors/#UIfragments">::selection</a>-->
<li><a href="http://www.w3.org/TR/css3-selectors/#gen-content">::before and :after</a>
</ul>
<h3>Combinators</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-selectors/#descendant-selectors">Descendant combinators</a><br><i>E F</i>
<li><a href="http://www.w3.org/TR/css3-selectors/#child-selectors">Child combinators</a><br><i>E > F</i>
<li><a href="http://www.w3.org/TR/css3-selectors/#adjacent-selectors">Adjacent sibling combinator</a><br><i>E + F</i>
<li><a href="http://www.w3.org/TR/css3-selectors/#general-sibling-combinators">General sibling combinator</a><br><i>E ~ F</i>
</ul>
<h2>Paged Media Module Level 3 WD&nbsp;2013-03-14</h2>
<h3>Page selector pseudo-classes</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-page/#spread-pseudos">:left, :right</a>
<li><a href="http://www.w3.org/TR/css3-page/#spread-pseudos">:first</a>
<li><a href="http://www.w3.org/TR/css3-page/#spread-pseudos">:blank</a>
</ul>
<h2>Basic User Interface Module Level 3 WD&nbsp;2012-01-17</h2>
<h3>User interface states: pseudo-classes</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-ui/#active">:active</a>
<li><a href="http://www.w3.org/TR/css3-ui/#indeterminate">:indeterminate</a>
<li><a href="http://www.w3.org/TR/css3-ui/#pseudo-default">::default</a>
<li><a href="http://www.w3.org/TR/css3-ui/#pseudo-validity">:valid and :invalid</a>
<li><a href="http://www.w3.org/TR/css3-ui/#pseudo-range">:in-range and :out-of-range</a>
<li><a href="http://www.w3.org/TR/css3-ui/#pseudo-required-value">:required and :optional</a>
<li><a href="http://www.w3.org/TR/css3-ui/#pseudo-ro-rw">:read-only and :read-write</a>
</ul>
<h3>User interface states: pseudo-elements</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-ui/#pseudo-value">::value</a>
<li><a href="http://www.w3.org/TR/css3-ui/#pseudo-choices">::choices</a>
<li><a href="http://www.w3.org/TR/css3-ui/#pseudo-repeat-item">::repeat-item</a>
<li><a href="http://www.w3.org/TR/css3-ui/#pseudo-repeat-index">::repeat-index</a>
</ul>
<h2>Template Layout Module WD&nbsp;2011-11-29</h2>
<h3>Pseudo-element</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-layout/#slot-pseudo">::slot()</a>
</ul>
<h2>Selectors Level 4 WD&nbsp;2013-05-02</h2>
<h3>Listing only the <em>additions and extensions</em> to Selectors 3</h3>
<ul>
<li><a href="http://www.w3.org/TR/selectors4/#negation">:not(s1, s2)</a>
<li><a href="http://www.w3.org/TR/selectors4/#matches">:matches(s1, s2)</a>
<li><a href="http://www.w3.org/TR/selectors4/#attribute-case">Attribute selector case-sensitivity<br><i>E[foo="bar" i]</i></a>
<li><a href="http://www.w3.org/TR/selectors4/#dir-pseudo">:dir(ltr)</a>
<li><a href="http://www.w3.org/TR/selectors4/#lang-pseudo">:lang(zh, *-hant)</a>
<li><a href="http://www.w3.org/TR/selectors4/#any-link-pseudo">:any-link</a>
<li><a href="http://www.w3.org/TR/selectors4/#local-pseudo">:local-link :local-link(0)</a>
<li><a href="http://www.w3.org/TR/selectors4/#scope-pseudo">:scope</a>
<li><a href="http://www.w3.org/TR/selectors4/#time-pseudos">Time-dimensional Pseudo-classes<br><i>E:current E:current(s) E:past, E:future</i></a>
<li><a href="http://www.w3.org/TR/selectors4/#indeterminate">:indeterminate</a>
<li><a href="http://www.w3.org/TR/selectors4/#default-pseudo">:default</a>
<li><a href="http://www.w3.org/TR/selectors4/#range-pseudos">Validity pseudo-classes<br><i>E:in-range E:out-of-range</i></a>
<li><a href="http://www.w3.org/TR/selectors4/#opt-pseudos">Optionality pseudo-classes<br><i>E:required E:optional</i></a>
<li><a href="http://www.w3.org/TR/selectors4/#rw-pseudos">Mutability pseudo-classes<br><i>E:read-only E:read-write</i></a>
<li><a href="http://www.w3.org/TR/selectors4/#placeholder-shown-pseudo">:placeholder-shown</a>
<li><a href="http://www.w3.org/TR/selectors4/#structural-pseudos">Tree-Structural pseudo-classes<br><i>E:blank E:nth-match(n of selector) E:nth-last-match(n of selector)</i></a>
<li><a href="http://www.w3.org/TR/selectors4/#table-pseudos">Grid-Structural pseudo-classes<br><i>E:column(selector) E:nth-column(n) E:nth-last-column(n)</i></a>
<li><a href="http://www.w3.org/TR/selectors4/#idref-combinators">Reference combinator<br><i>E /foo/ F</i></a>
<li><a href="http://www.w3.org/TR/selectors4/#subject">Determining the subject of a selector<br><i>E! > F</i></a>
<li><a href=""></a>
</ul>
<h2>Overflow Module Level 3 WD&nbsp;2013-04-18</h2>
<h3>Pseudo-element</h3>
<ul>
<li><a href="http://www.w3.org/TR/css-overflow-3/#fragment-pseudo-element">::nth-fragment()</a>
</ul>
<h2>Regions Module Level 3 WD&nbsp;2013-05-28</h2>
<h3>Pseudo-element</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-regions/#the-region-pseudo-element">::region()</a>
</ul>

File diff suppressed because it is too large Load Diff

View File

@@ -1,160 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/css.ico">
<meta name=description content="Rijk's CSS Quick Reference - pick style properties, selectors, values, at-rules etc from the lists and see their specification right in the CSS modules.">
<base target="_content">
<title>CSS - Values</title>
<link rel=stylesheet href="../res/qr.css">
<nav>
<a href="index.html" title="CSS Properties Index" target="_self">All</a><a href="prop-visual.html" title="Visual Media Properties" target="_self">Vis</a><a href="prop-interactive.html" title="Interactive Properties" target="_self">Int</a><a href="prop-paged.html" title="Paged Media Properties" target="_self">Pg</a><a href="prop-speech.html" title="Speech Properties" target="_self">Sp</a>
<a href="sel.html" title="Selectors" target="_self">Sel</a><a href="val.html" title="Value Types" target="_self" id="current">Val</a><a href="at.html" title="@ Rules" target="_self">@</a>
<a href="toc.html" title="CSS Specs Table of Contents" target="_self">TOCs</a>
</nav>
<h1>Value Types and Units</h1>
<h2>Media Queries Rec&nbsp;2012-06-19</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-mediaqueries/#values">&lt;ratio&gt;</a>
<li><a href="http://www.w3.org/TR/css3-mediaqueries/#values">&lt;resolution&gt;</a>
<ul>
<li><a href="http://www.w3.org/TR/css3-mediaqueries/#resolution0">dpi, dpcm</a>
</ul>
</ul>
<h2>Color Module Level 3 Rec&nbsp;2011-06-07</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-color/#colorunits">&lt;color&gt;</a>
</ul>
<h2>Backgrounds and Borders Module Level 3 CR&nbsp;2012-07-24</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-background/#the-background-position">&lt;position&gt;</a>
</ul>
<h2>Image Values and Replaced Content Module Level 3 CR&nbsp;2012-04-17</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-images/#image-type">&lt;image&gt;</a>
</ul>
<h3>Functional notation</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-images/#image-notation">'image()'</a>
</ul>
<h3>Other Units</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-images/#resolution-type">&lt;resolution&gt;</a>
<ul>
<li>dpi, dpcm, dppx</a>
</ul>
</ul>
<h2>Speech Module CR&nbsp;2012-03-20</h2>
<h3>Other Units</h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-speech/#voice-range">&lt;semitones&gt;</a>
<ul>
<li>st
</ul>
<li><a href="http://www.w3.org/TR/css3-speech/#mixing-props-voice-volume">&lt;decibel&gt;</a>
<ul>
<li>dB
</ul>
</ul>
<h2>Values and Units Module Level 3 CR&nbsp;2013-04-04</h2>
<h3><a href="http://www.w3.org/TR/css3-values/#textual-values">Textual Data Types</a></h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-values/#keywords">Keywords</a>
<ul>
<li><a href="http://www.w3.org/TR/css3-values/#common-keywords">initial, inherit</a>
</ul>
<li><a href="http://www.w3.org/TR/css3-values/#strings">&lt;string&gt;</a>
<li><a href="http://www.w3.org/TR/css3-values/#urls">&lt;url&gt;</a>
</ul>
<h3><a href="http://www.w3.org/TR/css3-values/#numeric-types">Numeric Data Types</a></h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-values/#integers">&lt;integer&gt;</a>
<li><a href="http://www.w3.org/TR/css3-values/#numbers">&lt;number&gt;</a>
<li><a href="http://www.w3.org/TR/css3-values/#percentages">&lt;percentage&gt;</a>
</ul>
<h3><a href="http://www.w3.org/TR/css3-values/#lengths">Distance Units: &lt;length&gt;</a></h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-values/#font-relative-lengths">Font-relative:</a> <a href="http://www.w3.org/TR/css3-values/#em-unit">em</a>, <a href="http://www.w3.org/TR/css3-values/#ex-unit">ex</a>, <a href="http://www.w3.org/TR/css3-values/#ch-unit">ch</a>, <a href="http://www.w3.org/TR/css3-values/#rem-unit">rem</a>
<li><a href="http://www.w3.org/TR/css3-values/#viewport-relative-lengths">Viewport-percentage:</a> <a href="http://www.w3.org/TR/css3-values/#vw-unit">vw</a>, <a href="http://www.w3.org/TR/css3-values/#vh-unit">vh</a>, <a href="http://www.w3.org/TR/css3-values/#vmin-unit">vmin</a>, <a href="http://www.w3.org/TR/css3-values/#vmax-unit">vmax</a>
<li><a href="http://www.w3.org/TR/css3-values/#absolute-lengths">Absolute: cm, mm, in, pt, pc, px</a>
</ul>
<h3><a href="http://www.w3.org/TR/css3-values/#other-units">Other Units</a></h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-values/#angles">&lt;angle&gt;</a>
<ul>
<li><a href="http://www.w3.org/TR/css3-values/#deg">deg</a>, <a href="http://www.w3.org/TR/css3-values/#grad">grad</a>, <a href="http://www.w3.org/TR/css3-values/#rad">rad</a>, <a href="http://www.w3.org/TR/css3-values/#turn">turn</a>
</ul>
<li><a href="http://www.w3.org/TR/css3-values/#time">&lt;time&gt;</a>
<ul>
<li><a href="http://www.w3.org/TR/css3-values/#ms">ms</a>, <a href="http://www.w3.org/TR/css3-values/#s">s</a>
</ul>
<li><a href="http://www.w3.org/TR/css3-values/#frequency">&lt;frequency&gt;</a>
<ul>
<li><a href="http://www.w3.org/TR/css3-values/#hz">Hz</a>, <a href="http://www.w3.org/TR/css3-values/#khz">kHz</a>
</ul>
<li><a href="http://www.w3.org/TR/css3-values/#resolution">&lt;resolution&gt;</a>
<ul>
<li><a href="http://www.w3.org/TR/css3-values/#dpi">dpi</a>, <a href="http://www.w3.org/TR/css3-values/#dpcm">dpcm</a>, <a href="http://www.w3.org/TR/css3-values/#dppx">dppx</a>
</ul>
</ul>
<h3><a href="http://www.w3.org/TR/css3-values/#defined-elsewhere">Defined elsewhere</a></h3>
<ul>
<li>&lt;color&gt;: <a href="http://www.w3.org/TR/CSS21/syndata.html#color-units">CSS 2.1</a> and <a href="http://www.w3.org/TR/css3-color/#colorunits">CSS3 Color</a>
<li>&lt;image&gt;: <a href="http://www.w3.org/TR/css3-values/#url-value">&lt;url&gt;</a> and <a href="http://www.w3.org/TR/css3-images/#image-values">CSS3 Images</a>
<li>&lt;position&gt;: <a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-position">CSS 2.1</a> and <a href="http://www.w3.org/TR/css3-background/#the-background-position">CSS3 Borders and Background</a>
</ul>
<h3><a href="http://www.w3.org/TR/css3-values/#functional-notation">Functional notation</a></h3>
<ul>
<li><a href="http://www.w3.org/TR/css3-values/#calc-notation">'calc()'</a>
<li><a href="http://www.w3.org/TR/css3-values/#toggle-notation">'toggle()'</a>
<li><a href="http://www.w3.org/TR/css3-values/#attr-notation">'attr()'</a>
</ul>
<h2>Custom Properties for Cascading Variables Module Level 1 WD&nbsp;2013-03-12</h2>
<ul>
<li><a href="http://www.w3.org/TR/css-variables/#using-variables">the 'var()' notation</a>
</ul>
<h2>Cascading and Inheritance Level 3 WD&nbsp;2013-01-03</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-cascade/#initial">initial</a>
<li><a href="http://www.w3.org/TR/css3-cascade/#inheritance">inherit</a>
<li><a href="http://www.w3.org/TR/css3-cascade/#default">default</a>
</ul>
<h2>Template Layout Module WD&nbsp;2011-11-29</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-layout/#gr-unit">fr</a>
</ul>
<h2>CSS 2.1 Rec&nbsp;2011-06-07</h2>
<ul>
<li><a href="http://www.w3.org/TR/CSS21/syndata.html#numbers">&lt;integer&gt; and &lt;number&gt;</a>
<li><a href="http://www.w3.org/TR/CSS21/syndata.html#length-units">&lt;length&gt;</a>
<li><a href="http://www.w3.org/TR/CSS21/syndata.html#percentage-units">&lt;percentage&gt;</a>
<li><a href="http://www.w3.org/TR/CSS21/syndata.html#uri">&lt;uri&gt;</a>
<li><a href="http://www.w3.org/TR/CSS21/syndata.html#counter">&lt;counter&gt;</a>
<li><a href="http://www.w3.org/TR/CSS21/syndata.html#color-units">&lt;color&gt;</a>
<li><a href="http://www.w3.org/TR/CSS21/syndata.html#strings">&lt;string&gt;</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#angles">&lt;angle&gt;</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#frequencies">&lt;frequency&gt;</a>
<li><a href="http://www.w3.org/TR/CSS21/aural.html#times">&lt;time&gt;</a>
</ul>

View File

@@ -1,785 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/html.ico">
<title>HTML - Attributes</title>
<link rel=stylesheet href="../res/qr.css">
<base target="_content">
<style>
th {vertical-align: top;}
</style>
<nav>
<a href="index.html" title="HTML Elements" target="_self">Elem</a><a href="attributes.html" title="HTML Attributes" target="_self" id="current">Attr</a><a href="categories.html" title="Element Categories" target="_self">Cat</a>
</nav>
<h1>HTML Attributes</h1>
<table>
<thead><tr><th>Attribute
</th><th>Element(s)
</th><th>Description
</th><th>Value
</th></tr></thead><tbody><tr><th><code title="">abbr</code>
</th><td><code title="attr-th-abbr"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-th-abbr">th</a></code>
</td><td>Alternative label to use for the header cell when referencing the cell in other contexts
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">accept</code>
</th><td><code title="attr-input-accept"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#attr-input-accept">input</a></code>
</td><td>Hint for expected file type in <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#file-upload-state-(type=file)" title="attr-input-type-file">file upload controls</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#set-of-comma-separated-tokens">Set of comma-separated tokens</a>* consisting of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#valid-mime-type" title="valid MIME type">valid MIME types with no parameters</a> or <code title="">audio/*</code>, <code title="">video/*</code>, or <code title="">image/*</code>
</td></tr><tr><th><code title="">accept-charset</code>
</th><td><code title="attr-form-accept-charset"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-form-accept-charset">form</a></code>
</td><td>Character encodings to use for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#ordered-set-of-unique-space-separated-tokens">Ordered set of unique space-separated tokens</a>, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>, consisting of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#encoding-name" title="encoding name">names</a> of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#ascii-compatible-character-encoding" title="ASCII-compatible character encoding">ASCII-compatible character encodings</a>*
</td></tr><tr><th><code title="">accesskey</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#the-accesskey-attribute" title="attr-accesskey">HTML elements</a>
</td><td>Keyboard shortcut to activate or focus element
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#ordered-set-of-unique-space-separated-tokens">Ordered set of unique space-separated tokens</a>, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#case-sensitive">case-sensitive</a>, consisting of one Unicode code point in length
</td></tr><tr><th><code title="">action</code>
</th><td><code title="attr-fs-action"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-action">form</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#url">URL</a> to use for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">allowfullscreen</code>
</th><td><code title="attr-iframe-allowfullscreen"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-allowfullscreen">iframe</a></code>
</td><td>Whether to allow the <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>'s contents to use <code title="dom-element-requestFullscreen"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#dom-element-requestfullscreen">requestFullscreen()</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">alt</code>
</th><td><code title="attr-area-alt"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-area-alt">area</a></code>;
<code title="attr-img-alt"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-alt">img</a></code>;
<code title="attr-input-alt"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#attr-input-alt">input</a></code>
</td><td>Replacement text for use when images are not available
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">async</code>
</th><td><code title="attr-script-async"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-async">script</a></code>
</td><td>Execute script asynchronously
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">autocomplete</code>
</th><td><code title="attr-form-autocomplete"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-form-autocomplete">form</a></code>
</td><td>Default setting for autofill feature for controls in the form
</td><td>"<code title="">on</code>"; "<code title="">off</code>"
</td></tr><tr><th><code title="">autocomplete</code>
</th><td><code title="attr-fe-autocomplete"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autocomplete">input</a></code>;
<code title="attr-fe-autocomplete"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autocomplete">select</a></code>;
<code title="attr-fe-autocomplete"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autocomplete">textarea</a></code>
</td><td>Hint for form autofill feature
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#autofill-field" title="autofill field">Autofill field</a> name and related tokens*
</td></tr><tr><th><code title="">autofocus</code>
</th><td><code title="attr-fe-autofocus"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autofocus">button</a></code>;
<code title="attr-fe-autofocus"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autofocus">input</a></code>;
<code title="attr-fe-autofocus"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autofocus">keygen</a></code>;
<code title="attr-fe-autofocus"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autofocus">select</a></code>;
<code title="attr-fe-autofocus"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autofocus">textarea</a></code>
</td><td>Automatically focus the form control when the page is loaded
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">autoplay</code>
</th><td><code title="attr-media-autoplay"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-autoplay">audio</a></code>;
<code title="attr-media-autoplay"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-autoplay">video</a></code>
</td><td>Hint that the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#media-resource">media resource</a> can be started automatically when the page is loaded
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">challenge</code>
</th><td><code title="attr-keygen-challenge"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-keygen-challenge">keygen</a></code>
</td><td>String to package with the generated and signed public key
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">charset</code>
</th><td><code title="attr-meta-charset"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-meta-charset">meta</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#character-encoding-declaration">Character encoding declaration</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#encoding-name">Encoding name</a>*
</td></tr><tr><th><code title="">charset</code>
</th><td><code title="attr-script-charset"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-charset">script</a></code>
</td><td>Character encoding of the external script resource
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#encoding-name">Encoding name</a>*
</td></tr><tr><th><code title="">checked</code>
</th><td><code title="attr-menuitem-checked"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-checked">menuitem</a></code>;
<code title="attr-input-checked"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-checked">input</a></code>
</td><td>Whether the command or control is checked
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">cite</code>
</th><td><code title="attr-blockquote-cite"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-blockquote-cite">blockquote</a></code>;
<code title="attr-mod-cite"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#attr-mod-cite">del</a></code>;
<code title="attr-mod-cite"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#attr-mod-cite">ins</a></code>;
<code title="attr-q-cite"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#attr-q-cite">q</a></code>
</td><td>Link to the source of the quotation or more information about the edit
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-url-potentially-surrounded-by-spaces">Valid URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">class</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#classes" title="attr-class">HTML elements</a>
</td><td>Classes to which the element belongs
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#set-of-space-separated-tokens">Set of space-separated tokens</a>
</td></tr><tr><th><code title="">cols</code>
</th><td><code title="attr-textarea-cols"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-cols">textarea</a></code>
</td><td>Maximum number of characters per line
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-non-negative-integer">Valid non-negative integer</a> greater than zero
</td></tr><tr><th><code title="">colspan</code>
</th><td><code title="attr-tdth-colspan"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-colspan">td</a></code>;
<code title="attr-tdth-colspan"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-colspan">th</a></code>
</td><td>Number of columns that the cell is to span
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-non-negative-integer">Valid non-negative integer</a> greater than zero
</td></tr><tr><th><code title="">command</code>
</th><td><code title="attr-menuitem-command"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-command">menuitem</a></code>
</td><td>Command definition
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-id" title="concept-id">ID</a>*
</td></tr><tr><th><code title="">content</code>
</th><td><code title="attr-meta-content"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-meta-content">meta</a></code>
</td><td>Value of the element
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">contenteditable</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#attr-contenteditable" title="attr-contenteditable">HTML elements</a>
</td><td>Whether the element is editable
</td><td>"<code title="">true</code>"; "<code title="">false</code>"
</td></tr><tr><th><code title="">contextmenu</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-contextmenu" title="attr-contextmenu">HTML elements</a>
</td><td>The element's context menu
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-id" title="concept-id">ID</a>*
</td></tr><tr><th><code title="">controls</code>
</th><td><code title="attr-media-controls"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-controls">audio</a></code>;
<code title="attr-media-controls"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-controls">video</a></code>
</td><td>Show user agent controls
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">coords</code>
</th><td><code title="attr-area-coords"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-area-coords">area</a></code>
</td><td>Coordinates for the shape to be created in an <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#image-map">image map</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-list-of-integers">Valid list of integers</a>*
</td></tr><tr><th><code title="">crossorigin</code>
</th><td><code title="attr-media-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-crossorigin">audio</a></code>;
<code title="attr-img-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-crossorigin">img</a></code>;
<code title="attr-link-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-crossorigin">link</a></code>;
<code title="attr-script-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-crossorigin">script</a></code>;
<code title="attr-media-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-crossorigin">video</a></code>
</td><td>How the element handles crossorigin requests
</td><td>"<code title="attr-crossorigin-anonymous-keyword"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#attr-crossorigin-anonymous-keyword">anonymous</a></code>"; "<code title="attr-crossorigin-use-credentials-keyword"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#attr-crossorigin-use-credentials-keyword">use-credentials</a></code>"
</td></tr><tr><th><code title="">data</code>
</th><td><code title="attr-object-data"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-data">object</a></code>
</td><td>Address of the resource
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">datetime</code>
</th><td><code title="attr-mod-datetime"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#attr-mod-datetime">del</a></code>;
<code title="attr-mod-datetime"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#attr-mod-datetime">ins</a></code>
</td><td>Date and (optionally) time of the change
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-date-string-with-optional-time">Valid date string with optional time</a>
</td></tr><tr><th><code title="">datetime</code>
</th><td><code title="attr-time-datetime"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#attr-time-datetime">time</a></code>
</td><td>Machine-readable value
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-month-string">Valid month string</a>,
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-date-string">valid date string</a>,
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-yearless-date-string">valid yearless date string</a>,
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-time-string">valid time string</a>,
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-local-date-and-time-string">valid local date and time string</a>,
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-time-zone-offset-string">valid time-zone offset string</a>,
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-global-date-and-time-string">valid global date and time string</a>,
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-week-string">valid week string</a>,
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>, or
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-duration-string">valid duration string</a>
</td></tr><tr><th><code title="">default</code>
</th><td><code title="attr-track-default"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-default">track</a></code>
</td><td>Enable the track if no other <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#text-track">text track</a> is more suitable
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">defer</code>
</th><td><code title="attr-script-defer"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-defer">script</a></code>
</td><td>Defer script execution
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">dir</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-dir-attribute" title="attr-dir">HTML elements</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-directionality" title="the directionality">The text directionality</a> of the element
</td><td>"<code title="attr-dir-ltr"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attr-dir-ltr">ltr</a></code>"; "<code title="attr-dir-rtl"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attr-dir-rtl">rtl</a></code>"; "<code title="attr-dir-auto"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attr-dir-auto">auto</a></code>"
</td></tr><tr><th><code title="">dirname</code>
</th><td><code title="attr-fe-dirname"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-dirname">input</a></code>;
<code title="attr-fe-dirname"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-dirname">textarea</a></code>
</td><td>Name of form field to use for sending the element's <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-directionality" title="the directionality">directionality</a> in <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">disabled</code>
</th><td><code title="attr-fe-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-disabled">button</a></code>;
<code title="attr-menuitem-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-disabled">menuitem</a></code>;
<code title="attr-fieldset-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-fieldset-disabled">fieldset</a></code>;
<code title="attr-fe-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-disabled">input</a></code>;
<code title="attr-fe-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-disabled">keygen</a></code>;
<code title="attr-optgroup-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-optgroup-disabled">optgroup</a></code>;
<code title="attr-option-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-option-disabled">option</a></code>;
<code title="attr-fe-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-disabled">select</a></code>;
<code title="attr-fe-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-disabled">textarea</a></code>
</td><td>Whether the form control is disabled
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">download</code>
</th><td><code title="attr-hyperlink-download"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-download">a</a></code>;
<code title="attr-hyperlink-download"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-download">area</a></code>
</td><td>Whether to download the resource instead of navigating to it, and its file name if so
</td><td>Text
</td></tr><tr><th><code title="">draggable</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-draggable-attribute" title="attr-draggable">HTML elements</a>
</td><td>Whether the element is draggable
</td><td>"<code title="">true</code>"; "<code title="">false</code>"
</td></tr><tr><th><code title="">dropzone</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute" title="attr-dropzone">HTML elements</a>
</td><td>Accepted item types for drag-and-drop
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a>, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>, consisting of accepted types and drag feedback*
</td></tr><tr><th><code title="">enctype</code>
</th><td><code title="attr-fs-enctype"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-enctype">form</a></code>
</td><td>Form data set encoding type to use for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td>"<code title="attr-fs-enctype-urlencoded"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</a></code>"; "<code title="attr-fs-enctype-formdata"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-enctype-formdata">multipart/form-data</a></code>"; "<code title="attr-fs-enctype-text"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-enctype-text">text/plain</a></code>"
</td></tr><tr><th><code title="">for</code>
</th><td><code title="attr-label-for"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-label-for">label</a></code>
</td><td>Associate the label with form control
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-id" title="concept-id">ID</a>*
</td></tr><tr><th><code title="">for</code>
</th><td><code title="attr-output-for"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-output-for">output</a></code>
</td><td>Specifies controls from which the output was calculated
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a>, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#case-sensitive">case-sensitive</a>, consisting of IDs*
</td></tr><tr><th><code title="">form</code>
</th><td><code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">button</a></code>;
<code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">fieldset</a></code>;
<code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">input</a></code>;
<code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">keygen</a></code>;
<code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">label</a></code>;
<code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">object</a></code>;
<code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">output</a></code>;
<code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">select</a></code>;
<code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">textarea</a></code>
</td><td>Associates the control with a <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element">form</a></code> element
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-id" title="concept-id">ID</a>*
</td></tr><tr><th><code title="">formaction</code>
</th><td><code title="attr-fs-formaction"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formaction">button</a></code>;
<code title="attr-fs-formaction"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formaction">input</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#url">URL</a> to use for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">formenctype</code>
</th><td><code title="attr-fs-formenctype"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formenctype">button</a></code>;
<code title="attr-fs-formenctype"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formenctype">input</a></code>
</td><td>Form data set encoding type to use for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td>"<code title="attr-fs-enctype-urlencoded"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</a></code>"; "<code title="attr-fs-enctype-formdata"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-enctype-formdata">multipart/form-data</a></code>"; "<code title="attr-fs-enctype-text"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-enctype-text">text/plain</a></code>"
</td></tr><tr><th><code title="">formmethod</code>
</th><td><code title="attr-fs-formmethod"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formmethod">button</a></code>;
<code title="attr-fs-formmethod"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formmethod">input</a></code>
</td><td>HTTP method to use for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td>"<code title="">GET</code>"; "<code title="">POST</code>"
</td></tr><tr><th><code title="">formnovalidate</code>
</th><td><code title="attr-fs-formnovalidate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formnovalidate">button</a></code>;
<code title="attr-fs-formnovalidate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formnovalidate">input</a></code>
</td><td>Bypass form control validation for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">formtarget</code>
</th><td><code title="attr-fs-formtarget"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formtarget">button</a></code>;
<code title="attr-fs-formtarget"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formtarget">input</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browsing-context">Browsing context</a> for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#valid-browsing-context-name-or-keyword">Valid browsing context name or keyword</a>
</td></tr><tr><th><code title="">headers</code>
</th><td><code title="attr-tdth-headers"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-headers">td</a></code>;
<code title="attr-tdth-headers"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-headers">th</a></code>
</td><td>The header cells for this cell
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a>, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#case-sensitive">case-sensitive</a>, consisting of IDs*
</td></tr><tr><th><code title="">height</code>
</th><td><code title="attr-canvas-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#attr-canvas-height">canvas</a></code>;
<code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">embed</a></code>;
<code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">iframe</a></code>;
<code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">img</a></code>;
<code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">input</a></code>;
<code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">object</a></code>;
<code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">video</a></code>
</td><td>Vertical dimension
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-non-negative-integer">Valid non-negative integer</a>
</td></tr><tr><th><code title="">hidden</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#the-hidden-attribute" title="attr-hidden">HTML elements</a>
</td><td>Whether the element is relevant
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">high</code>
</th><td><code title="attr-meter-high"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-high">meter</a></code>
</td><td>Low limit of high range
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>*
</td></tr><tr><th><code title="">href</code>
</th><td><code title="attr-hyperlink-href"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-href">a</a></code>;
<code title="attr-hyperlink-href"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-href">area</a></code>
</td><td>Address of the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink">hyperlink</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-url-potentially-surrounded-by-spaces">Valid URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">href</code>
</th><td><code title="attr-link-href"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-href">link</a></code>
</td><td>Address of the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink">hyperlink</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">href</code>
</th><td><code title="attr-base-href"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-base-href">base</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#document-base-url">Document base URL</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-url-potentially-surrounded-by-spaces">Valid URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">hreflang</code>
</th><td><code title="attr-hyperlink-hreflang"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-hreflang">a</a></code>;
<code title="attr-hyperlink-hreflang"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-hreflang">area</a></code>;
<code title="attr-link-hreflang"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-hreflang">link</a></code>
</td><td>Language of the linked resource
</td><td>Valid BCP 47 language tag
</td></tr><tr><th><code title="">http-equiv</code>
</th><td><code title="attr-meta-http-equiv"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-meta-http-equiv">meta</a></code>
</td><td>Pragma directive
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">icon</code>
</th><td><code title="attr-menuitem-icon"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-icon">menuitem</a></code>
</td><td>Icon for the command
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">id</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-id-attribute" title="attr-id">HTML elements</a>
</td><td>The element's <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-id" title="concept-id">ID</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">inert</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#the-inert-attribute" title="attr-inert">HTML elements</a>
</td><td>Whether the element is inert
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">inputmode</code>
</th><td><code title="attr-fe-inputmode"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode">input</a></code>;
<code title="attr-fe-inputmode"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode">textarea</a></code>
</td><td>Hint for selecting an input modality
</td><td><code title="attr-fe-inputmode-keyword-verbatim"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode-keyword-verbatim">verbatim</a></code>;
<code title="attr-fe-inputmode-keyword-latin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode-keyword-latin">latin</a></code>;
<code title="attr-fe-inputmode-keyword-latin-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode-keyword-latin-name">latin-name</a></code>;
<code title="attr-fe-inputmode-keyword-latin-prose"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode-keyword-latin-prose">latin-prose</a></code>;
<code title="attr-fe-inputmode-keyword-full-width-latin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode-keyword-full-width-latin">full-width-latin</a></code>;
<code title="attr-fe-inputmode-keyword-kana"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode-keyword-kana">kana</a></code>;
<code title="attr-fe-inputmode-keyword-katakana"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode-keyword-katakana">katakana</a></code>;
<!-- <code title="attr-fe-inputmode-keyword-half-width-katakana">half-width-katakana</code>; -->
<code title="attr-fe-inputmode-keyword-numeric"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode-keyword-numeric">numeric</a></code>;
<code title="attr-fe-inputmode-keyword-tel"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode-keyword-tel">tel</a></code>;
<code title="attr-fe-inputmode-keyword-email"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode-keyword-email">email</a></code>;
<code title="attr-fe-inputmode-keyword-url"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode-keyword-url">url</a></code>
</td></tr><tr><th><code title="">ismap</code>
</th><td><code title="attr-img-ismap"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-ismap">img</a></code>
</td><td>Whether the image is a server-side image map
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">itemid</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#attr-itemid" title="attr-itemid">HTML elements</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#global-identifier">Global identifier</a> for a microdata item
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-url-potentially-surrounded-by-spaces">Valid URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">itemprop</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#names:-the-itemprop-attribute" title="attr-itemprop">HTML elements</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#property-names">Property names</a> of a microdata item
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a>, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#case-sensitive">case-sensitive</a>, consisting of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#absolute-url" title="absolute URL">valid absolute URLs</a>, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#defined-property-name" title="defined property name">defined property names</a>, or text*
</td></tr><tr><th><code title="">itemref</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#attr-itemref" title="attr-itemref">HTML elements</a>
</td><td>Referenced elements
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a>, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#case-sensitive">case-sensitive</a>, consisting of IDs*
</td></tr><tr><th><code title="">itemscope</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#attr-itemscope" title="attr-itemscope">HTML elements</a>
</td><td>Introduces a microdata item
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">itemtype</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#attr-itemtype" title="attr-itemtype">HTML elements</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#item-types">Item types</a> of a microdata item
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a>, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#case-sensitive">case-sensitive</a>, consisting of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#absolute-url" title="absolute URL">valid absolute URL</a>*
</td></tr><tr><th><code title="">keytype</code>
</th><td><code title="attr-keygen-keytype"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-keygen-keytype">keygen</a></code>
</td><td>The type of cryptographic key to generate
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">kind</code>
</th><td><code title="attr-track-kind"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-kind">track</a></code>
</td><td>The type of text track
</td><td>"<code title="attr-track-kind-subtitles"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-kind-subtitles">subtitles</a></code>";
"<code title="attr-track-kind-captions"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-kind-captions">captions</a></code>";
"<code title="attr-track-kind-descriptions"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-kind-descriptions">descriptions</a></code>";
"<code title="attr-track-kind-chapters"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-kind-chapters">chapters</a></code>";
"<code title="attr-track-kind-metadata"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-kind-metadata">metadata</a></code>"
</td></tr><tr><th><code title="">label</code>
</th><td><code title="attr-menuitem-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-label">menuitem</a></code>;
<code title="attr-menu-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menu-label">menu</a></code>;
<code title="attr-optgroup-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-optgroup-label">optgroup</a></code>;
<code title="attr-option-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-option-label">option</a></code>;
<code title="attr-track-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-label">track</a></code>
</td><td>User-visible label
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">lang</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attr-lang" title="attr-lang">HTML elements</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#language">Language</a> of the element
</td><td>Valid BCP 47 language tag or the empty string
</td></tr><tr><th><code title="">list</code>
</th><td><code title="attr-input-list"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-list">input</a></code>
</td><td>List of autocomplete options
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-id" title="concept-id">ID</a>*
</td></tr><tr><th><code title="">loop</code>
</th><td><code title="attr-media-loop"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-loop">audio</a></code>;
<code title="attr-media-loop"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-loop">video</a></code>
</td><td>Whether to loop the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#media-resource">media resource</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">low</code>
</th><td><code title="attr-meter-low"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-low">meter</a></code>
</td><td>High limit of low range
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>*
</td></tr><tr><th><code title="">manifest</code>
</th><td><code title="attr-html-manifest"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-html-manifest">html</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#concept-appcache-manifest" title="concept-appcache-manifest">Application cache manifest</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">max</code>
</th><td><code title="attr-input-max"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-max">input</a></code>
</td><td>Maximum value
</td><td>Varies*
</td></tr><tr><th><code title="">max</code>
</th><td><code title="attr-meter-max"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-max">meter</a></code>;
<code title="attr-progress-max"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-progress-max">progress</a></code>
</td><td>Upper bound of range
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>*
</td></tr><tr><th><code title="">maxlength</code>
</th><td><code title="attr-input-maxlength"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-maxlength">input</a></code>;
<code title="attr-textarea-maxlength"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-maxlength">textarea</a></code>
</td><td>Maximum length of value
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-non-negative-integer">Valid non-negative integer</a>
</td></tr><tr><th><code title="">media</code>
</th><td><code title="attr-link-media"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-media">link</a></code>;
<code title="attr-source-media"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-source-media">source</a></code>;
<code title="attr-style-media"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-style-media">style</a></code>
</td><td>Applicable media
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-media-query">Valid media query</a>
</td></tr><tr><th><code title="">mediagroup</code>
</th><td><code title="attr-media-mediagroup"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-mediagroup">audio</a></code>;
<code title="attr-media-mediagroup"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-mediagroup">video</a></code>
</td><td>Groups <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#media-element" title="media element">media elements</a> together with an implicit <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#mediacontroller">MediaController</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">method</code>
</th><td><code title="attr-fs-method"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-method">form</a></code>
</td><td>HTTP method to use for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td>"<code title="attr-fs-method-GET-keyword"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-method-get-keyword">GET</a></code>";
"<code title="attr-fs-method-POST-keyword"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-method-post-keyword">POST</a></code>";
"<code title="attr-fs-method-dialog-keyword"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-method-dialog-keyword">dialog</a></code>"
</td></tr><tr><th><code title="">min</code>
</th><td><code title="attr-input-min"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-min">input</a></code>
</td><td>Minimum value
</td><td>Varies*
</td></tr><tr><th><code title="">min</code>
</th><td><code title="attr-meter-min"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-min">meter</a></code>
</td><td>Lower bound of range
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>*
</td></tr><tr><th><code title="">multiple</code>
</th><td><code title="attr-input-multiple"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-multiple">input</a></code>;
<code title="attr-select-multiple"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-select-multiple">select</a></code>
</td><td>Whether to allow multiple values
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">muted</code>
</th><td><code title="attr-media-muted"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-muted">audio</a></code>;
<code title="attr-media-muted"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-muted">video</a></code>
</td><td>Whether to mute the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#media-resource">media resource</a> by default
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">name</code>
</th><td><code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">button</a></code>;
<code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">fieldset</a></code>;
<code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">input</a></code>;
<code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">keygen</a></code>;
<code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">output</a></code>;
<code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">select</a></code>;
<code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">textarea</a></code>
</td><td>Name of form control to use for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a> and in the <code title="dom-form-elements"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-elements">form.elements</a></code> API
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">name</code>
</th><td><code title="attr-form-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-form-name">form</a></code>
</td><td>Name of form to use in the <code title="dom-document-forms"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-forms">document.forms</a></code> API
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">name</code>
</th><td><code title="attr-iframe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-name">iframe</a></code>;
<code title="attr-object-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-name">object</a></code>
</td><td>Name of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#nested-browsing-context">nested browsing context</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#valid-browsing-context-name-or-keyword">Valid browsing context name or keyword</a>
</td></tr><tr><th><code title="">name</code>
</th><td><code title="attr-map-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-map-name">map</a></code>
</td><td>Name of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#image-map">image map</a> to reference from the <code title="attr-hyperlink-usemap"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-hyperlink-usemap">usemap</a></code> attribute
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">name</code>
</th><td><code title="attr-meta-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-meta-name">meta</a></code>
</td><td>Metadata name
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">name</code>
</th><td><code title="attr-param-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-param-name">param</a></code>
</td><td>Name of parameter
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">novalidate</code>
</th><td><code title="attr-fs-novalidate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-novalidate">form</a></code>
</td><td>Bypass form control validation for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">open</code>
</th><td><code title="attr-details-open"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-details-open">details</a></code>
</td><td>Whether the details are visible
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">open</code>
</th><td><code title="attr-dialog-open"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#attr-dialog-open">dialog</a></code>
</td><td>Whether the dialog box is showing
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">optimum</code>
</th><td><code title="attr-meter-optimum"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-optimum">meter</a></code>
</td><td>Optimum value in gauge
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>*
</td></tr><tr><th><code title="">pattern</code>
</th><td><code title="attr-input-pattern"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-pattern">input</a></code>
</td><td>Pattern to be matched by the form control's value
</td><td>Regular expression matching the JavaScript <i title="">Pattern</i> production
</td></tr><tr><th><code title="">ping</code>
</th><td><code title="attr-hyperlink-ping"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#ping">a</a></code>;
<code title="attr-hyperlink-ping"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#ping">area</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#url" title="URL">URLs</a> to ping
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#set-of-space-separated-tokens">Set of space-separated tokens</a> consisting of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-non-empty-url" title="valid non-empty URL">valid non-empty URLs</a>
</td></tr><tr><th><code title="">placeholder</code>
</th><td><code title="attr-input-placeholder"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-placeholder">input</a></code>;
<code title="attr-textarea-placeholder"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-placeholder">textarea</a></code>
</td><td>User-visible label to be placed within the form control
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">poster</code>
</th><td><code title="attr-video-poster"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-video-poster">video</a></code>
</td><td>Poster frame to show prior to video playback
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">preload</code>
</th><td><code title="attr-media-preload"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-preload">audio</a></code>;
<code title="attr-media-preload"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-preload">video</a></code>
</td><td>Hints how much buffering the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#media-resource">media resource</a> will likely need
</td><td>"<code title="attr-media-preload-none"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-preload-none">none</a></code>";
"<code title="attr-media-preload-metadata"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-preload-metadata">metadata</a></code>";
"<code title="attr-media-preload-auto"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-preload-auto">auto</a></code>"
</td></tr><tr><th><code title="">radiogroup</code>
</th><td><code title="attr-menuitem-radiogroup"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-radiogroup">menuitem</a></code>
</td><td>Name of group of commands to treat as a radio button group
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">readonly</code>
</th><td><code title="attr-input-readonly"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-readonly">input</a></code>;
<code title="attr-textarea-readonly"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-readonly">textarea</a></code>
</td><td>Whether to allow the value to be edited by the user
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">rel</code>
</th><td><code title="attr-hyperlink-rel"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-rel">a</a></code>;
<code title="attr-hyperlink-rel"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-rel">area</a></code>;
<code title="attr-link-rel"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-rel">link</a></code>
</td><td>Relationship between the document containing the hyperlink and the destination resource
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#set-of-space-separated-tokens">Set of space-separated tokens</a>*
</td></tr><tr><th><code title="">required</code>
</th><td><code title="attr-input-required"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-required">input</a></code>;
<code title="attr-select-required"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-select-required">select</a></code>;
<code title="attr-textarea-required"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-required">textarea</a></code>
</td><td>Whether the control is required for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">reversed</code>
</th><td><code title="attr-ol-reversed"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-reversed">ol</a></code>
</td><td>Number the list backwards
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">rows</code>
</th><td><code title="attr-textarea-rows"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-rows">textarea</a></code>
</td><td>Number of lines to show
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-non-negative-integer">Valid non-negative integer</a> greater than zero
</td></tr><tr><th><code title="">rowspan</code>
</th><td><code title="attr-tdth-rowspan"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-rowspan">td</a></code>;
<code title="attr-tdth-rowspan"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-rowspan">th</a></code>
</td><td>Number of rows that the cell is to span
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-non-negative-integer">Valid non-negative integer</a>
</td></tr><tr><th><code title="">sandbox</code>
</th><td><code title="attr-iframe-sandbox"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-sandbox">iframe</a></code>
</td><td>Security rules for nested content
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a>, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>, consisting of
"<code title="attr-iframe-sandbox-allow-forms"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#attr-iframe-sandbox-allow-forms">allow-forms</a></code>",
"<code title="attr-iframe-sandbox-allow-pointer-lock"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#attr-iframe-sandbox-allow-pointer-lock">allow-pointer-lock</a></code>",
"<code title="attr-iframe-sandbox-allow-popups"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#attr-iframe-sandbox-allow-popups">allow-popups</a></code>",
"<code title="attr-iframe-sandbox-allow-same-origin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>",
"<code title="attr-iframe-sandbox-allow-scripts"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code> and
"<code title="attr-iframe-sandbox-allow-top-navigation"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</a></code>"
</td></tr><tr><th><code title="">spellcheck</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#attr-spellcheck" title="attr-spellcheck">HTML elements</a>
</td><td>Whether the element is to have its spelling and grammar checked
</td><td>"<code title="">true</code>"; "<code title="">false</code>"
</td></tr><tr><th><code title="">scope</code>
</th><td><code title="attr-th-scope"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-th-scope">th</a></code>
</td><td>Specifies which cells the header cell applies to
</td><td>"<code title="attr-th-scope-row"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-th-scope-row">row</a></code>";
"<code title="attr-th-scope-col"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-th-scope-col">col</a></code>";
"<code title="attr-th-scope-rowgroup"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-th-scope-rowgroup">rowgroup</a></code>";
"<code title="attr-th-scope-colgroup"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-th-scope-colgroup">colgroup</a></code>"
</td></tr><tr><th><code title="">scoped</code>
</th><td><code title="attr-style-scoped"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-style-scoped">style</a></code>
</td><td>Whether the styles apply to the entire document or just the parent subtree
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">seamless</code>
</th><td><code title="attr-iframe-seamless"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-seamless">iframe</a></code>
</td><td>Whether to apply the document's styles to the nested content
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">selected</code>
</th><td><code title="attr-option-selected"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-option-selected">option</a></code>
</td><td>Whether the option is selected by default
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">shape</code>
</th><td><code title="attr-area-shape"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-area-shape">area</a></code>
</td><td>The kind of shape to be created in an <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#image-map">image map</a>
</td><td>"<code title="attr-area-shape-keyword-circle"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-area-shape-keyword-circle">circle</a></code>";
"<code title="attr-area-shape-keyword-default"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-area-shape-keyword-default">default</a></code>";
"<code title="attr-area-shape-keyword-poly"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-area-shape-keyword-poly">poly</a></code>";
"<code title="attr-area-shape-keyword-rect"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-area-shape-keyword-rect">rect</a></code>"
</td></tr><tr><th><code title="">size</code>
</th><td><code title="attr-input-size"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-size">input</a></code>;
<code title="attr-select-size"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-select-size">select</a></code>
</td><td>Size of the control
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-non-negative-integer">Valid non-negative integer</a> greater than zero
</td></tr><tr><th><code title="">sizes</code>
</th><td><code title="attr-link-sizes"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-link-sizes">link</a></code>
</td><td>Sizes of the icons (for <code title="attr-link-rel"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-rel">rel</a></code>="<code title="rel-icon"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#rel-icon">icon</a></code>")
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a>, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>, consisting of sizes*
</td></tr><tr><th><code title="">span</code>
</th><td><code title="attr-col-span"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-col-span">col</a></code>;
<code title="attr-colgroup-span"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-colgroup-span">colgroup</a></code>
</td><td>Number of columns spanned by the element
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-non-negative-integer">Valid non-negative integer</a> greater than zero
</td></tr><tr><th><code title="">src</code>
</th><td><code title="attr-media-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-src">audio</a></code>;
<code title="attr-embed-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-embed-src">embed</a></code>;
<code title="attr-iframe-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-src">iframe</a></code>;
<code title="attr-img-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-src">img</a></code>;
<code title="attr-input-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#attr-input-src">input</a></code>;
<code title="attr-script-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-src">script</a></code>;
<code title="attr-source-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-source-src">source</a></code>;
<code title="attr-track-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-src">track</a></code>;
<code title="attr-media-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-src">video</a></code>
</td><td>Address of the resource
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
</td></tr><tr><th><code title="">srcdoc</code>
</th><td><code title="attr-iframe-srcdoc"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-srcdoc">iframe</a></code>
</td><td>A document to render in the <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>
</td><td>The source of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a>*
</td></tr><tr><th><code title="">srclang</code>
</th><td><code title="attr-track-srclang"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-srclang">track</a></code>
</td><td>Language of the text track
</td><td>Valid BCP 47 language tag
</td></tr><tr><th><code title="">srcset</code>
</th><td><code title="attr-img-srcset"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-srcset">img</a></code>
</td><td>Images to use in different situations (e.g. high-resolution displays, small monitors, etc)
</td><td>Comma-separated list of <span>image candidate strings</span>
</td></tr><tr><th><code title="">start</code>
</th><td><code title="attr-ol-start"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-start">ol</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#ordinal-value">Ordinal value</a> of the first item
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-integer">Valid integer</a>
</td></tr><tr><th><code title="">step</code>
</th><td><code title="attr-input-step"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-step">input</a></code>
</td><td>Granularity to be matched by the form control's value
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a> greater than zero, or "<code title="">any</code>"
</td></tr><tr><th><code title="">style</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-style-attribute" title="attr-style">HTML elements</a>
</td><td>Presentational and formatting instructions
</td><td>CSS declarations*
</td></tr><tr><th><code title="">tabindex</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#attr-tabindex" title="attr-tabindex">HTML elements</a>
</td><td>Whether the element is focusable, and the relative order of the element for the purposes of sequential focus navigation
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-integer">Valid integer</a>
</td></tr><tr><th><code title="">target</code>
</th><td><code title="attr-hyperlink-target"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-target">a</a></code>;
<code title="attr-hyperlink-target"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-target">area</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browsing-context">Browsing context</a> for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink">hyperlink</a> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#navigate" title="navigate">navigation</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#valid-browsing-context-name-or-keyword">Valid browsing context name or keyword</a>
</td></tr><tr><th><code title="">target</code>
</th><td><code title="attr-base-target"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-base-target">base</a></code>
</td><td>Default <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browsing-context">browsing context</a> for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink">hyperlink</a> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#navigate" title="navigate">navigation</a> and <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#valid-browsing-context-name-or-keyword">Valid browsing context name or keyword</a>
</td></tr><tr><th><code title="">target</code>
</th><td><code title="attr-fs-target"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-target">form</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browsing-context">Browsing context</a> for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#valid-browsing-context-name-or-keyword">Valid browsing context name or keyword</a>
</td></tr><tr><th><code title="">title</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attr-title" title="attr-title">HTML elements</a>
</td><td>Advisory information for the element
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">title</code>
</th><td><code title="attr-abbr-title"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#attr-abbr-title">abbr</a></code>;
<code title="attr-dfn-title"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#attr-dfn-title">dfn</a></code>
</td><td>Full term or expansion of abbreviation
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">title</code>
</th><td><code title="attr-menuitem-title"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-title">menuitem</a></code>
</td><td>Hint describing the command
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">title</code>
</th><td><code title="attr-link-title"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-title">link</a></code>
</td><td>Title of the link
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">title</code>
</th><td><code title="attr-link-title"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-title">link</a></code>;
<code title="attr-style-title"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-style-title">style</a></code>
</td><td>Alternative style sheet set name
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">translate</code>
</th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attr-translate" title="attr-translate">HTML elements</a>
</td><td>Whether the element is to be translated when the page is localized
</td><td>"<code title="">yes</code>"; "<code title="">no</code>"
</td></tr><tr><th><code title="">type</code>
</th><td><code title="attr-hyperlink-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-type">a</a></code>;
<code title="attr-hyperlink-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-type">area</a></code>;
<code title="attr-link-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-type">link</a></code>
</td><td>Hint for the type of the referenced resource
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#valid-mime-type">Valid MIME type</a>
</td></tr><tr><th><code title="">type</code>
</th><td><code title="attr-button-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-button-type">button</a></code>
</td><td>Type of button
</td><td>"<code title="attr-button-type-submit"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-button-type-submit">submit</a></code>";
"<code title="attr-button-type-reset"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-button-type-reset">reset</a></code>";
"<code title="attr-button-type-button"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-button-type-button">button</a></code>";
"<code title="attr-button-type-menu"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-button-type-menu">menu</a></code>"
</td></tr><tr><th><code title="">type</code>
</th><td><code title="attr-embed-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-embed-type">embed</a></code>;
<code title="attr-object-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-type">object</a></code>;
<code title="attr-script-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-type">script</a></code>;
<code title="attr-source-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-source-type">source</a></code>;
<code title="attr-style-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-style-type">style</a></code>
</td><td>Type of embedded resource
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#valid-mime-type">Valid MIME type</a>
</td></tr><tr><th><code title="">type</code>
</th><td><code title="attr-input-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-type">input</a></code>
</td><td>Type of form control
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-type" title="attr-input-type"><code>input</code> type keyword</a>
</td></tr><tr><th><code title="">type</code>
</th><td><code title="attr-menu-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menu-type">menu</a></code>
</td><td>Type of menu
</td><td>"<code title="popup menu state"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#popup-menu-state">popup</a></code>"; "<code title="toolbar state"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#toolbar-state">toolbar</a></code>"
</td></tr><tr><th><code title="">type</code>
</th><td><code title="attr-menuitem-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-type">menuitem</a></code>
</td><td>Type of command
</td><td>"<code title="attr-menuitem-type-keyword-command"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-type-keyword-command">command</a></code>";
"<code title="attr-menuitem-type-keyword-checkbox"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-type-keyword-checkbox">checkbox</a></code>";
"<code title="attr-menuitem-type-keyword-radio"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-type-keyword-radio">radio</a></code>"
</td></tr><tr><th><code title="">type</code>
</th><td><code title="attr-ol-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-type">ol</a></code>
</td><td>Kind of list marker
</td><td>"<code title="attr-ol-type-keyword-decimal"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-type-keyword-decimal">1</a></code>";
"<code title="attr-ol-type-keyword-lower-alpha"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-type-keyword-lower-alpha">a</a></code>";
"<code title="attr-ol-type-keyword-upper-alpha"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-type-keyword-upper-alpha">A</a></code>";
"<code title="attr-ol-type-keyword-lower-roman"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-type-keyword-lower-roman">i</a></code>";
"<code title="attr-ol-type-keyword-upper-roman"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-type-keyword-upper-roman">I</a></code>"
</td></tr><tr><th><code title="">typemustmatch</code>
</th><td><code title="attr-object-typemustmatch"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-typemustmatch">object</a></code>
</td><td>Whether the <code title="attr-object-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-type">type</a></code> attribute and the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#content-type">Content-Type</a> value need to match for the resource to be used
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a>
</td></tr><tr><th><code title="">usemap</code>
</th><td><code title="attr-hyperlink-usemap"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-hyperlink-usemap">img</a></code>;
<code title="attr-hyperlink-usemap"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-hyperlink-usemap">object</a></code>
</td><td>Name of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#image-map">image map</a> to use
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-hash-name-reference">Valid hash-name reference</a>*
</td></tr><tr><th><code title="">value</code>
</th><td><code title="attr-button-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-button-value">button</a></code>;
<code title="attr-option-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-option-value">option</a></code>
</td><td>Value to be used for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">value</code>
</th><td><code title="attr-data-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#attr-data-value">data</a></code>
</td><td>Machine-readable value
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>*
</td></tr><tr><th><code title="">value</code>
</th><td><code title="attr-input-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-value">input</a></code>
</td><td>Value of the form control
</td><td>Varies*
</td></tr><tr><th><code title="">value</code>
</th><td><code title="attr-li-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-li-value">li</a></code>
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#ordinal-value">Ordinal value</a> of the list item
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-integer">Valid integer</a>
</td></tr><tr><th><code title="">value</code>
</th><td><code title="attr-meter-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-value">meter</a></code>;
<code title="attr-progress-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-progress-value">progress</a></code>
</td><td>Current value of the element
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>
</td></tr><tr><th><code title="">value</code>
</th><td><code title="attr-param-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-param-value">param</a></code>
</td><td>Value of parameter
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attribute-text">Text</a>
</td></tr><tr><th><code title="">width</code>
</th><td><code title="attr-canvas-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#attr-canvas-width">canvas</a></code>;
<code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">embed</a></code>;
<code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">iframe</a></code>;
<code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">img</a></code>;
<code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">input</a></code>;
<code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">object</a></code>;
<code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">video</a></code>
</td><td>Horizontal dimension
</td><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-non-negative-integer">Valid non-negative integer</a>
</td></tr><tr><th><code title="">wrap</code>
</th><td><code title="attr-textarea-wrap"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-wrap">textarea</a></code>
</td><td>How the value of the form control is to be wrapped for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission">form submission</a>
</td><td>"<code title="attr-textarea-wrap-soft"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-wrap-soft">soft</a></code>";
"<code title="attr-textarea-wrap-hard"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-wrap-hard">hard</a></code>"
</td></tr></tbody></table>
<p class="tablenote"><small>Event handler content attributes not included.<br>
An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</small></p>

View File

@@ -1,358 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/html.ico">
<title>HTML - Categories</title>
<link rel=stylesheet href="../res/qr.css">
<base target="_content">
<style>
td code + code {padding-left: .3em;}
td:nth-child(2) {text-align: justify;}
td a[title]:after {content: "*";}
</style>
<nav>
<a href="index.html" title="HTML Elements" target="_self">Elem</a><a href="attributes.html" title="HTML Attributes" target="_self">Attr</a><a href="categories.html" title="Element Categories" target="_self" id="current">Cat</a>
</nav>
<h1>HTML Element Content Categories</h1>
<table>
<thead><tr><th> Category
</th><th> Elements
</th></tr></thead><tbody><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#metadata-content">Metadata content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-base-element">base</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-link-element">link</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-meta-element">meta</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-noscript-element">noscript</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-script-element">script</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-style-element">style</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-title-element">title</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#flow-content">Flow content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element">a</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-abbr-element">abbr</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-address-element">address</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element">article</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-aside-element">aside</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element">audio</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element">b</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdi-element">bdi</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdo-element">bdo</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-blockquote-element">blockquote</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-br-element">br</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element">canvas</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-cite-element">cite</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-code-element">code</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-data-element">data</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element">datalist</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-del-element">del</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">details</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-dfn-element">dfn</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element">dialog</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-div-element">div</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dl-element">dl</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-em-element">em</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element">figure</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-footer-element">footer</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element">form</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h1</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h2</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h3</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h4</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h5</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h6</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-header-element">header</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-hgroup-element">hgroup</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-hr-element">hr</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-i-element">i</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element">img</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-ins-element">ins</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-kbd-element">kbd</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element">label</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-main-element">main</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-map-element">map</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-mark-element">mark</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#math">math</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-menu-element">menu</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element">meter</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element">nav</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-noscript-element">noscript</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-ol-element">ol</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-p-element">p</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-pre-element">pre</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element">progress</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-q-element">q</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-ruby-element">ruby</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-s-element">s</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-samp-element">samp</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-script-element">script</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element">section</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-small-element">small</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-span-element">span</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-strong-element">strong</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sub</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sup</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#svg">svg</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element">time</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-u-element">u</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-ul-element">ul</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-var-element">var</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-wbr-element">wbr</a></code>
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#text-content" title="text content">Text</a>
<hr>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-area-element" title="If it is a descendant of a MAP element">area</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-link-element" title="If the itemprop attribute is present">link</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-meta-element" title="If the itemprop attribute is present">meta</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-style-element" title="If the scoped attribute is present">style</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#sectioning-content">Sectioning content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element">article</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-aside-element">aside</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element">nav</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element">section</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#heading-content">Heading content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h1</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h2</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h3</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h4</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h5</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h6</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-hgroup-element">hgroup</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#phrasing-content">Phrasing content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element">a</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-abbr-element">abbr</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element">audio</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element">b</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdi-element">bdi</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdo-element">bdo</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-br-element">br</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element">canvas</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-cite-element">cite</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-code-element">code</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-data-element">data</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element">datalist</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-del-element">del</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-dfn-element">dfn</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-em-element">em</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-i-element">i</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element">img</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-ins-element">ins</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-kbd-element">kbd</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element">label</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-map-element">map</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-mark-element">mark</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#math">math</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element">meter</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-noscript-element">noscript</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element">progress</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-q-element">q</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-ruby-element">ruby</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-s-element">s</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-samp-element">samp</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-script-element">script</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-small-element">small</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-span-element">span</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-strong-element">strong</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sub</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sup</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#svg">svg</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element">time</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-u-element">u</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-var-element">var</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-wbr-element">wbr</a></code>
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#text-content" title="text content">Text</a>
<hr>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-area-element" title="If it is a descendant of a MAP element">area</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-link-element" title="If the itemprop attribute is present">link</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-meta-element" title="If the itemprop attribute is present">meta</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#embedded-content">Embedded content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element">audio</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element">canvas</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element">img</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#math">math</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#svg">svg</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#interactive-content">Interactive content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element">a</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">details</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element">label</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
<hr>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element" title="If the controls attribute is present">audio</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element" title="If the usemap attribute is present">img</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element" title="If the type attribute is not in the Hidden state">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element" title="If the usemap attribute is present">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element" title="If the controls attribute is present">video</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#sectioning-root">Sectioning roots</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-blockquote-element">blockquote</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-body-element">body</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">details</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element">dialog</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element">figure</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-td-element">td</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#form-associated-element">Form-associated elements</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element">label</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-listed">Listed elements</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-submit">Submittable elements</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-reset">Resettable elements</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-label">Labelable elements</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element">meter</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element">progress</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#palpable-content">Palpable content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element">a</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-abbr-element">abbr</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-address-element">address</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element">article</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-aside-element">aside</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element">b</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdi-element">bdi</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdo-element">bdo</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-blockquote-element">blockquote</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element">canvas</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-cite-element">cite</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-code-element">code</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-data-element">data</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">details</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-dfn-element">dfn</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-div-element">div</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-em-element">em</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element">figure</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-footer-element">footer</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element">form</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h1</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h2</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h3</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h4</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h5</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h6</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-header-element">header</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-hgroup-element">hgroup</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-i-element">i</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element">img</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-ins-element">ins</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-kbd-element">kbd</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element">label</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-main-element">main</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-map-element">map</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-mark-element">mark</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#math">math</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element">meter</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element">nav</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-p-element">p</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-pre-element">pre</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element">progress</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-q-element">q</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-ruby-element">ruby</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-s-element">s</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-samp-element">samp</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element">section</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-small-element">small</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-span-element">span</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-strong-element">strong</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sub</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sup</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#svg">svg</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element">time</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-u-element">u</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-var-element">var</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code>
<hr>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element" title="If the controls attribute is present">audio</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dl-element" title="If the element's children include at least one name-value group">dl</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element" title="If the type attribute is not in the Hidden state">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-menu-element" title="If the type attribute is in the toolbar state">menu</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-ol-element" title="If the element's children include at least one LI element">ol</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-ul-element" title="If the element's children include at least one LI element">ul</a></code>
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#text-content" title="Text content that is not inter-element whitespace">Text</a>
</td></tr></tbody></table>

File diff suppressed because one or more lines are too long

View File

@@ -1,69 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/http.ico">
<base target="_content">
<title>HTTP/1.1 Headers</title>
<link rel=stylesheet href="../res/qr.css">
<link rel=stylesheet href="../res/qr-1.css">
<nav>
<a href="index.html" title="HTTP/1.1 Request Headers" target="_self" id=current>Head</a><a href="responses.html" title="HTTP/1.1 Response Codes" target="_self">Resp</a><a href="methods.html" title="HTTP/1.1 Request Methods" target="_self">Meth</a>
<a href="toc.html" title="HTTP/1.1 FRC Table of Contents" target="_self">TOC</a>
</nav>
<h1>HTTP/1.1 Request Headers</h1>
<table>
<tr><th>HTTP header</th><th>Quick definition</th><th>Agent</th></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">Accept</a></td><td>media types handled by client</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.2">Accept-Charset</a></td><td>charsets understood by client</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3">Accept-Encoding</a></td><td>encodings understood by client</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4">Accept-Language</a></td><td>languages understood by client (or ideally by user)</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.5">Accept-Ranges</a></td><td>whether server understands range requests (and what type)</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.6">Age</a></td><td>how long the content has been cached</td><td>Cache</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.7">Allow</a></td><td>methods supported for that URL</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.8">Authori&shy;zation</a></td><td>HTTP authen&shy;tication user name and password</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">Cache-Control</a></td><td>various sub-fields indicating if the file can be cached</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.10">Connection</a></td><td>To distinguish persistent and close-able connections</td><td>Client, Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11">Content-Encoding</a></td><td>Encodings used - for example gzip compression</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.12">Content-Language</a></td><td>Language of page</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13">Content-Length</a></td><td>Size of what is being sent from server or POSTed by UA</td><td>Client, Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.14">Content-Location</a></td><td>The "real" URL of a page</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.15">Content-MD5</a></td><td>MD5 hash for integrity check of the entity-body</td><td>Client, Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.16">Content-Range</a></td><td>What part of the document is being sent</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">Content-Type</a></td><td>What type of file is sent</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.18">Date</a></td><td>Current date</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19">ETag</a></td><td>Short "signature" of that version of a file, can be used to check if it is updated</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.20">Expect</a></td><td>Client asks for specific server behaviour</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">Expires</a></td><td>how long the content may be cached</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.22">From</a></td><td>E-mail of user visiting site (anyone actually using this??)</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23">Host</a></td><td>Domain name of server one is requesting page from</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.24">If-Match</a></td><td>If page still matches previously received ETag "signature"</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25">If-Modified-Since</a></td><td>If page has been changed since a certain date</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.26">If-None-Match</a></td><td>If page does not match previously received ETag "signature"</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.27">If-Range</a></td><td>Request only part of a file if it isn't updated</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.28">If-Unmod&shy;ified-Since</a></td><td>If page hasn't been changed since a certain date</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29">Last-Modified</a></td><td>Date of last time the file was changed</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30">Location</a></td><td>Send the request to another place</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.31">Max-Forwards</a></td><td>Limit the number of proxy servers that may process the request</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.32">Pragma</a></td><td>General "whatever" tag, like HTML's META</td><td>Client, Server, Cache</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.33">Proxy-Authen&shy;ticate</a></td><td>Request proxy user name and password</td><td>Proxy</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.34">Proxy-Authori&shy;zation</a></td><td>Send proxy user name and password</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35">Range</a></td><td>Request only part of a file</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.36">Referer</a></td><td>URL of page with a link that took you to the current</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.37">Retry-After</a></td><td>Used with error messages to indicate when service may be available again</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.38">Server</a></td><td>Name of server software</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.39">TE</a></td><td>Acceptable transfer-codings</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.40">Trailer</a></td><td>Used with transfer-coding to show what HTTP headers are available in "trailer" of message</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.41">Transfer-Encoding</a></td><td>Type of transformation used between sender and recipient</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.42">Upgrade</a></td><td>Client indicates that it supports other protocols/versions than HTTP/1.1</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.43">User-Agent</a></td><td>Name of UA software</td><td>Client</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.44">Vary</a></td><td>For content-negotiation, shows criteria used for selecting that content</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.45">Via</a></td><td>Proxy servers note that they've been involved in transferring this content</td><td>Proxy</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.46">Warning</a></td><td>Human- or proxy-readable message about the state of the contents</td><td>Server</td></tr>
<tr><td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.47">WWW-Authen&shy;ticate</a></td><td>Request user name and password</td><td>Server</td></tr>
</table>
<address>Modified from Hallvord's original <a href="http://www.hallvord.com/pc/http-cheat-sheet.htm">cheatsheet</a> for the <a href="http://www.w3.org/Protocols/rfc2616/rfc2616.html">HTTP 1.1 specification</a></address>

View File

@@ -1,52 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/http.ico">
<base target="_content">
<title>HTTP/1.1 Methods</title>
<link rel=stylesheet href="../res/qr.css">
<link rel=stylesheet href="../res/qr-1.css">
<nav>
<a href="index.html" title="HTTP/1.1 Request Headers" target="_self">Head</a><a href="responses.html" title="HTTP/1.1 Response Codes" target="_self">Resp</a><a href="methods.html" title="HTTP/1.1 Request Methods" target="_self" id=current>Meth</a>
<a href="toc.html" title="HTTP/1.1 RFC Table of Contents" target="_self">TOC</a>
</nav>
<h1>HTTP/1.1 Request Methods</h1>
<table>
<tr><th>Method</th><th>Description</th></tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.2">OPTIONS</a></td>
<td>Allows client to determine options and/or requirements for a resource</td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3">GET</a></td>
<td>Retrieve information identified by Request-URI</td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4">HEAD</a></td>
<td>Same as GET, but doesn't return body</td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5">POST</a></td>
<td>Request server accept enclosed entity as a new subordinate of the resource identified by Request-URI</td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.6">PUT</a></td>
<td>Requests the enclosed entity be stored under the Request-URI</td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.7">DELETE</a></td>
<td>Requests server delete resource identified by Request-URI</td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.8">TRACE</a></td>
<td>Invokes a remote, application-layer loopback of the request message</td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.9">CONNECT</a></td>
<td>Reserved for use with proxies that can dynamically switch to being a tunnel</td>
</tr>
</table>

View File

@@ -1,180 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/http.ico">
<base target="_content">
<title>HTTP/1.1 Responses</title>
<link rel=stylesheet href="../res/qr.css">
<link rel=stylesheet href="../res/qr-1.css">
<nav>
<a href="index.html" title="HTTP/1.1 Request Headers" target="_self">Head</a><a href="responses.html" title="HTTP/1.1 Response Codes" target="_self" id=current>Resp</a><a href="methods.html" title="HTTP/1.1 Request Methods" target="_self">Meth</a>
<a href="toc.html" title="HTTP/1.1 RFC Table of Contents" target="_self">TOC</a>
</nav>
<h1>HTTP/1.1 Response Codes</h1>
<table>
<tr><th>Code</th><th>Name</th></tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.1.1">100</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.1.1">Continue</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.1.2">101</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.1.2">Switching Protocols</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1">200</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1">OK</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2">201</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2">Created</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.3">202</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.3">Accepted</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.4">203</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.4">Non-Authoritative Information</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5">204</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5">No Content</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.6">205</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.6">Reset Content</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.7">206</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.7">Partial Content</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.1">300</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.1">Multiple Choices</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2">301</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2">Moved Permanently</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.3">302</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.3">Found</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.4">303</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.4">See Other</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5">304</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5">Not Modified</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.6">305</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.6">Use Proxy</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.8">307</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.8">Temporary Redirect</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1">400</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1">Bad Request</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2">401</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2">Unauthorized</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.3">402</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.3">Payment Required</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4">403</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4">Forbidden</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5">404</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5">Not Found</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6">405</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6">Method Not Allowed</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7">406</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7">Not Acceptable</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.8">407</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.8">Proxy Authentication Required</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.9">408</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.9">Request Time-out</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.10">409</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.10">Conflict</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.11">410</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.11">Gone</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.12">411</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.12">Length Required</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.13">412</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.13">Precondition Failed</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.14">413</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.14">Request Entity Too Large</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.15">414</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.15">Request-URI Too Large</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16">415</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16">Unsupported Media Type</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.17">416</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.17">Requested range not satisfied</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.18">417</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.18">Expectation Failed</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1">500</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1">Internal Server Error</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.2">501</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.2">Not Implemented</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.3">502</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.3">Bad Gateway</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4">503</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4">Service Unavailable</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.5">504</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.5">Gateway Time-out</a></td>
</tr>
<tr>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.6">505</a></td>
<td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.6">HTTP Version not supported</a></td>
</tr>
</table>

View File

@@ -1,44 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/http.ico">
<base target="_content">
<title>HTTP/1.1 RFC</title>
<link rel=stylesheet href="../res/qr.css">
<link rel=stylesheet href="../res/qr-1.css">
<nav>
<a href="index.html" title="HTTP/1.1 Request Headers" target="_self">Head</a><a href="responses.html" title="HTTP/1.1 Response Codes" target="_self">Resp</a><a href="methods.html" title="HTTP/1.1 Request Methods" target="_self">Meth</a>
<a href="toc.html" title="HTTP/1.1 RFC Table of Contents" target="_self" id=current>TOC</a>
</nav>
<h1>HTTP/1.1 RFC Table of Contents</h1>
<ul class="other">
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616.html">Cover page</a></li>
</ul>
<ol>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec1.html#sec1">Introduction</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2">Notational Conventions and Generic Grammar</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3">Protocol Parameters</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4">HTTP Message</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5">Request</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6">Response</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html#sec7">Entity</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8">Connections</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9">Method Definitions</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10">Status Code Definitions</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec11.html#sec11">Access Authentication</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec12.html#sec12">Content Negotiation</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13">Caching in HTTP</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14">Header Field Definitions</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec15.html#sec15">Security Considerations</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec16.html#sec16">Acknowledgments</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec17.html#sec17">References</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec18.html#sec18">Authors' Addresses</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19">Appendices</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec20.html#sec20">Index</a></li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec21.html#sec21">Full Copyright Statement</a></li>
</ol>

View File

@@ -1,343 +0,0 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/script.ico">
<base target="_content">
<title>JavaScript Guide</title>
<link rel=stylesheet href="../res/qr.css">
<link rel=stylesheet href="../res/qr-2.css">
<script src="../res/setup.js"></script>
<body onload="initialLeaf();">
<nav></nav>
<h1>JavaScript Guide</h1>
<ul>
<li id="About_this_Guide" class="turner"><a href="#" onclick="leafTurn('about'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="aboutTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/About">About this Guide</a>
<ul class="leaf" id="about">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/About#New_features_in_JavaScript_versions">New features in JavaScript versions</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/About#What_you_should_already_know">What you should already know</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/About#JavaScript_versions">JavaScript versions</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/About#Where_to_find_JavaScript_information">Where to find JavaScript information</a>
<li class="turner"><a href="#" onclick="leafTurn('aboutlearn'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="aboutlearnTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/About#Tips_for_learning_JavaScript">Tips for learning JavaScript</a>
<ul class="leaf" id="aboutlearn">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/About#An_interactive_interpreter">An interactive interpreter</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/About#Firebug">Firebug</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/About#Document_conventions">Document conventions</a>
</ul>
<li id="JavaScript_Overview" class="turner"><a href="#" onclick="leafTurn('overview'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="overviewTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/JavaScript_Overview">JavaScript Overview</a>
<ul class="leaf" id="overview">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/JavaScript_Overview#What_is_JavaScript.3F">What is JavaScript?</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/JavaScript_Overview#JavaScript_and_Java">JavaScript and Java</a>
<li class="turner"><a href="#" onclick="leafTurn('jsandecma'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="jsandecmaTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/JavaScript_Overview#JavaScript_and_the_ECMAScript_Specification">JavaScript and the ECMAScript Specification</a>
<ul class="leaf" id="jsandecma">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/JavaScript_Overview#Relationship_between_JavaScript_Versions_and_ECMAScript_Editions">Relationship between JavaScript and ECMAScript Editions</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/JavaScript_Overview#JavaScript_Documentation_versus_the_ECMAScript_Specification">JavaScript Documentation versus the ECMAScript Specification</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/JavaScript_Overview#JavaScript_and_ECMAScript_Terminology">JavaScript and ECMAScript Terminology</a>
</ul>
</ul>
<li id="Values_variables_and_literals" class="turner"><a href="#" onclick="leafTurn('vvl'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="vvlTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals">Values, variables, and literals</a>
<ul class="leaf" id="vvl">
<li class="turner"><a href="#" onclick="leafTurn('val'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="valTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Values">Values</a>
<ul class="leaf" id="val">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Data_type_conversion">Data Type Conversion</a>
<li class="turner"><a href="#" onclick="leafTurn('valconv'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="valconvTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Converting_strings_to_numbers">Converting strings to numbers</a>
<ul class="leaf" id="valconv">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#parseInt()_and_parseFloat()"><code>parseInt()</code> and <code>parseFloat()</code></a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Plus_operator">Plus operator</a>
</ul>
</ul>
<li class="turner"><a href="#" onclick="leafTurn('var'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="varTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Variables">Variables</a>
<ul class="leaf" id="var">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Declaring_variables">Declaring Variables</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Evaluating_Variables">Evaluating Variables</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Variable_Scope">Variable Scope</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Global_Variables">Global Variables</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Constants">Constants</a>
<li class="turner"><a href="#" onclick="leafTurn('lit'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="litTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Literals">Literals</a>
<ul class="leaf" id="lit">
<li class="turner"><a href="#" onclick="leafTurn('litarray'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="litarrayTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Array_Literals">Array Literals</a>
<ul class="leaf" id="litarray">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Extra_commas_in_array_literals">Extra commas in array literals</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Boolean_Literals">Boolean Literals</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Integers">Integers</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Floating-Point_Literals">Floating-Point Literals</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Object_Literals">Object Literals</a>
<li class="turner"><a href="#" onclick="leafTurn('litstring'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="litstringTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#String_Literals">String Literals</a>
<ul class="leaf" id="litstring">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Using_special_characters_in_strings">Using special characters in strings</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Escaping_characters">Escaping characters</a>
</ul>
</ul>
<li class="turner"><a href="#" onclick="leafTurn('un'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="unTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Unicode">Unicode</a>
<ul class="leaf" id="un">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Unicode_compatibility_with_ASCII_and_ISO">Unicode compatibility with ASCII and ISO</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Unicode_escape_sequences">Unicode escape sequences</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Unicode_characters_in_JavaScript_files">Unicode characters in JavaScript files</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Displaying_characters_with_Unicode">Displaying characters with Unicode</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Values,_variables,_and_literals#Resources">Resources</a>
</ul>
<li id="Expressions_and_Operators" class="turner"><a href="#" onclick="leafTurn('eao'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="eaoTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators">Expressions and Operators</a>
<ul class="leaf" id="eao">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Expressions">Expressions</a>
<li class="turner"><a href="#" onclick="leafTurn('ope'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="opeTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Operators">Operators</a>
<ul class="leaf" id="ope">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Assignment_operators">Assignment Operators</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Comparison_operators">Comparison Operators</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Arithmetic_operators">Arithmetic Operators</a>
<li class="turner"><a href="#" onclick="leafTurn('bwo'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="bwoTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Bitwise_operators">Bitwise Operators</a>
<ul class="leaf" id="bwo">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Bitwise_Logical_Operators">Bitwise logical operators</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Bitwise_Shift_Operators">Bitwise shift operators</a>
</ul>
<li class="turner"><a href="#" onclick="leafTurn('logo'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="logoTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Logical_operators">Logical Operators</a>
<ul class="leaf" id="logo">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Short-Circuit_Evaluation">Short-circuit evaluation</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#String_operators">String Operators</a>
<li class="turner"><a href="#" onclick="leafTurn('speo'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="speoTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Special_operators">Special Operators</a>
<ul class="leaf" id="speo">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#conditional_operator">Conditional operator</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#delete">Comma operator</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#delete"><code>delete</code></a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#in"><code>in</code></a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#instanceof"><code>instanceof</code></a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#new"><code>new</code></a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#this"><code>this</code></a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#typeof"><code>typeof</code></a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#void"><code>void</code></a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators#Operator_precedence">Operator Precedence</a>
</ul>
</ul>
<li id="Regular_Expressions" class="turner"><a href="#" onclick="leafTurn('re'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="reTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions">Regular Expressions</a>
<ul class="leaf" id="re">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Creating_a_Regular_Expression">Creating a Regular Expression</a>
<li class="turner"><a href="#" onclick="leafTurn('cre'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="creTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Writing_a_Regular_Expression_Pattern">Writing a Regular Expression Pattern</a>
<ul class="leaf" id="cre">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Using_Simple_Patterns">Using Simple Patterns</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Using_Special_Characters">Using Special Characters</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Using_Parentheses">Using Parentheses</a>
</ul>
<li class="turner"><a href="#" onclick="leafTurn('wre'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="wreTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Working_with_Regular_Expressions">Working with Regular Expressions</a>
<ul class="leaf" id="wre">
<li class="turner"><a href="#" onclick="leafTurn('reups'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="reupsTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Using_Parenthesized_Substring_Matches">Using Parenthesized Substring Matches</a>
<ul class="leaf" id="reups">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Example_1">Example 1</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Advanced_Searching_With_Flags">Advanced Searching With Flags</a>
</ul>
<li class="turner"><a href="#" onclick="leafTurn('reex'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="reexTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Examples">Examples</a>
<ul class="leaf" id="reex">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Changing_the_Order_in_an_Input_String">Changing the Order in an Input String</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions#Using_Special_Characters_to_Verify_Input">Using Special Characters to Verify Input</a>
</ul>
</ul>
<li id="Statements" class="turner"><a href="#" onclick="leafTurn('st'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="stTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements">Statements</a>
<ul class="leaf" id="st">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#Block_Statement">Block Statement</a>
<li class="turner"><a href="#" onclick="leafTurn('cs'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="csTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#Conditional_Statements">Conditional Statements</a>
<ul class="leaf" id="cs">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#if...else_Statement">if...else Statement</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#switch_Statement">switch Statement</a>
</ul>
<li class="turner"><a href="#" onclick="leafTurn('ls'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="lsTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#Loop_Statements">Loop Statements</a>
<ul class="leaf" id="ls">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#for_Statement">for Statement</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#do...while_Statement">do...while Statement</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#while_Statement">while Statement</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#label_Statement">label Statement</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#break_Statement">break Statement</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#continue_Statement">continue Statement</a>
</ul>
<li class="turner"><a href="#" onclick="leafTurn('oms'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="omsTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#Object_Manipulation_Statements">Object Manipulation Statements</a>
<ul class="leaf" id="oms">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#for...in_Statement">for...in Statement</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#for_each...in_Statement">for each...in Statement</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statement#Comments">Comments</a>
<li class="turner"><a href="#" onclick="leafTurn('ehs'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="ehsTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#Exception_Handling_Statements">Exception Handling Statements</a>
<ul class="leaf" id="ehs">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#Exception_Types">Exception Types</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#throw_Statement">throw Statement</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#try...catch_Statement">try...catch Statement</a>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#The_catch_Block">The catch Block</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#The_finally_Block">The finally Block</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#Nesting_try...catch_Statements">Nesting try...catch Statements</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Statements#Utilizing_Error_objects">Utilizing Error objects</a>
</ul>
</ul>
<li id="Functions" class="turner"><a href="#" onclick="leafTurn('fn'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="fnTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions">Functions</a>
<ul class="leaf" id="fn">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#Defining_functions">Defining Functions</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#Calling_functions">Calling Functions</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#Function_scope">Function scope</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#Closures">Closures</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#Using_the_arguments_object">Using the arguments Object</a>
<li class="turner"><a href="#" onclick="leafTurn('pf'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="pfTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#Predefined_functions">Predefined functions</a>
<ul class="leaf" id="pf">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#eval_Function">eval Function</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#isFinite_function">isFinite function</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#isNaN_function">isNaN function</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#parseInt_and_parseFloat_functions">parseInt and parseFloat functions</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#Number_and_String_functions">Number and String functions</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Functions#escape_and_unescape_functions">escape and unescape functions</a>
</ul>
</ul>
<li id="Working_with_Objects" class="turner"><a href="#" onclick="leafTurn('wwo'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="wwoTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects">Working with objects</a>
<ul class="leaf" id="wwo">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Objects_overview">Objects overview</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Objects_and_properties">Objects and properties</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Object_everything">Object everything</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Enumerating_all_properties_of_an_object">Enumerating all properties of an object</a>
<li class="turner"><a href="#" onclick="leafTurn('cno'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="cnoTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Creating_new_objects">Creating New Objects</a>
<ul class="leaf" id="cno">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Using_object_initializers">Using object initializers</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Using_a_constructor_function">Using a constructor function</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Using_the_Object.create_method">Using the Object.create method</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Inheritance">Inheritance</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Indexing_object_properties">Indexing object properties</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Defining_properties_for_an_object_type">Defining properties for an object type</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Defining_methods">Defining methods</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Using_this_for_object_references">Using <code>this</code> for object references</a>
<li class="turner"><a href="#" onclick="leafTurn('dgs'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="dgsTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Defining_getters_and_setters">Defining getters and setters</a>
<ul class="leaf" id="dgs">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Obsolete_syntaxes">Obsolete syntaxes</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Summary">Summary</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Defining_getters_and_setters_See_also">See also</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#Deleting_properties">Deleting properties</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Working_with_Objects#See_also">See also</a>
</ul>
<li class="turner"><a href="#" onclick="leafTurn('pco'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="pcoTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects">Predefined Core Objects</a>
<ul class="leaf" id="pco">
<li class="turner"><a href="#" onclick="leafTurn('arrayo'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="arrayoTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Array_Object">Array Object</a>
<ul class="leaf" id="arrayo">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Creating_an_Array">Creating an Array</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Populating_an_Array">Populating an Array</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Referring_to_Array_Elements">Referring to Array Elements</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Understanding_length">Understanding length</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Iterating_over_arrays">Iterating over arrays</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Array_Methods">Array Methods</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Multi-Dimensional_Arrays">Multi-Dimensional Arrays</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Arrays_and_Regular_Expressions">Arrays and Regular Expressions</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Working_with_Array-like_objects">Working with Array-like objects</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Array_comprehensions">Array comprehensions</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Boolean_Object">Boolean Object</a>
<li class="turner"><a href="#" onclick="leafTurn('dateo'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="dateoTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Date_Object">Date Object</a>
<ul class="leaf" id="dateo">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Methods_of_the_Date_Object">Methods of the Date Object</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Using_the_Date_Object.3A_an_Example">Using the Date Object: an Example</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Function_Object">Function Object</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Math_Object">Math Object</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#Number_Object">Number Object</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#RegExp_Object">RegExp Object</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Predefined_Core_Objects#String_Object">String Object</a>
</ul>
<li id="Details_of_the_Object_Model" class="turner"><a href="#" onclick="leafTurn('om'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="omTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model">Details of the Object Model</a>
<ul class="leaf" id="om">
<li class="turner"><a href="#" onclick="leafTurn('cpl'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="cplTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Class-based_vs._prototype-based_languages">Class-based vs. prototype-based languages</a>
<ul class="leaf" id="cpl">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Defining_a_class">Defining a class</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Subclasses_and_inheritance">Subclasses and inheritance</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Adding_and_removing_properties">Adding and removing properties</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Summary_of_differences">Summary of differences</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#The_employee_example">The employee example</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Creating_the_hierarchy">Creating the hierarchy</a>
<li class="turner"><a href="#" onclick="leafTurn('op'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="opTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Object_properties">Object properties</a>
<ul class="leaf" id="op">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Inheriting_properties">Inheriting properties</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Adding_properties">Adding properties</a>
</ul>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#More_flexible_constructors">More flexible constructors</a>
<li class="turner"><a href="#" onclick="leafTurn('pir'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="pirTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Property_inheritance_revisited">Property inheritance revisited</a>
<ul class="leaf" id="pir">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Local_versus_inherited_values">Local versus inherited values</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Determining_instance_relationships">Determining instance relationships</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#Global_information_in_constructors">Global information in constructors</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Details_of_the_Object_Model#No_multiple_inheritance">No multiple inheritance</a>
</ul>
</ul>
<li id="Inheritance_revisited" class="turner"><a href="#" onclick="leafTurn('inhr'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="inhrTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Inheritance_Revisited">Inheritance revisited</a>
<ul class="leaf" id="inhr">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Inheritance_Revisited#Example">Example</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Inheritance_Revisited#prototype_and_Object.getPrototypeOf"><code>prototype</code> and Object.getPrototypeOf</a>
</ul>
<li id="Iterators_Generators" class="turner"><a href="#" onclick="leafTurn('itgen'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="itgenTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Iterators_and_Generators">Iterators and Generators</a>
<ul class="leaf" id="itgen">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Iterators_and_Generators#Iterators">Iterators</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Iterators_and_Generators#Defining_custom_iterators">Defining custom iterators</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Iterators_and_Generators#Generators.3A_a_better_way_to_build_Iterators">Generators: a better way to build Iterators</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Iterators_and_Generators#Advanced_generators">Advanced generators</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Iterators_and_Generators#Generator_expressions">Generator expressions</a>
</ul>
<li id="Closures" class="turner"><a href="#" onclick="leafTurn('clos'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="closTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Closures">Closures</a>
<ul class="leaf" id="clos">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Closures#Practical_closures">Practical closures</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Closures#Emulating_private_methods_with_closures">Emulating private methods with closures</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Closures#Creating_closures_in_loops.3A_A_common_mistake">Creating closures in loops: A common mistake</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Closures#Performance_considerations">Performance considerations</a>
</ul>
<li id="LiveConnect_Overview" class="turner"><a href="#" onclick="leafTurn('lc'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="lcTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview">LiveConnect Overview</a>
<ul class="leaf" id="lc">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#Working_with_Wrappers">Working with Wrappers</a>
<li class="turner"><a href="#" onclick="leafTurn('jjc'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="jjcTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#JavaScript_to_Java_Communication">JavaScript to Java Communication</a>
<ul class="leaf" id="jjc">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#The_Packages_Object">The Packages Object</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#Working_with_Java_Arrays">Working with Java Arrays</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#Package_and_Class_References">Package and Class References</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#Arguments_of_Type_char">Arguments of Type char</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#Handling_Java_Exceptions_in_JavaScript">Handling Java Exceptions in JavaScript</a>
</ul>
<li class="turner"><a href="#" onclick="leafTurn('jjsc'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="jjscTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#Java_to_JavaScript_Communication">Java to JavaScript Communication</a>
<ul class="leaf" id="jjsc">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#Locating_the_LiveConnect_classes">Locating the LiveConnect classes</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#Using_the_LiveConnect_classes_with_the_JDK">Using the LiveConnect classes with the JDK</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#Using_the_LiveConnect_Classes">Using the LiveConnect Classes</a>
</ul>
<li class="turner"><a href="#" onclick="leafTurn('dtc'); return false"><img src="../res/arrow-bl.gif" alt="" class="turner" id="dtcTurn"></a><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#Data_Type_Conversions">Data Type Conversions</a>
<ul class="leaf" id="dtc">
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#JavaScript_to_Java_Conversions">JavaScript to Java Conversions</a>
<li><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide/LiveConnect_Overview#Java_to_JavaScript_Conversions">Java to JavaScript Conversions</a>
</ul>
</ul>
</ul>

View File

@@ -1,21 +0,0 @@
<html>
<head>
<title>TuneIn Radio</title>
<link rel="icon" href="tunein-radio.ico">
</head>
<body>
<!-- NRK P13 -->
<iframe src="https://tunein.com/embed/player/s215195/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
<!-- Radio Nova -->
<iframe src="https://tunein.com/embed/player/s15237/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
<!-- Radiorakel -->
<iframe src="https://tunein.com/embed/player/s299244/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
<!-- 3RRR Melbourne -->
<iframe src="http://tunein.com/embed/player/s18517/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
<!-- PBS Melbourne -->
<iframe src="https://tunein.com/embed/player/s7024/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
<!-- WFMU -->
<iframe src="https://tunein.com/embed/player/s28808/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1,20 +0,0 @@
body { color: black; background-color: white; }
td { font-size: 90% ; }
td { text-align: center ;}
td.right { text-align: right ; }
td.dark { color: #FFFFFF ; }
em { background-color: yellow ;}
img { border: 0px ; }
caption { display: none; }
h1,body,html { margin-top: none; padding-top: none; }
h1 { font-size: medium; }
html[xmlns] h1 { font-size: large; }
.highlight { background-color: yellow ;}

View File

@@ -1,331 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>HTML Character Codes (TnTLuoma.com)</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="netscape sidebar,sidebar,netscape,color,opera,panels,,HTML Character Codes , Tim Luoma, Tracey Luoma, tntluoma, Timothy J. Luoma">
<meta name="description" content="A Mozilla Sidebar / Opera Panel listing of valid character codes for HTML/XHTML documents">
<meta name="author" content="Timothy J. Luoma" >
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="MSSmartTagsPreventParsing" content="true">
<meta name="robots" content="noarchive">
<link type="text/css" rel="stylesheet" href="html-chars.css">
<link rel="icon" href="html-chars.ico">
</head>
<body id="top">
<h1><acronym>HTML</acronym> Special Characters</h1>
<table id="htmlcodes" border="1" cellpadding="0" cellspacing="0" summary="A listing of HTML4 character codes" width="100%">
<caption>A listing of <acronym>HTML4</acronym> Character Entities</caption>
<thead>
<tr>
<th>Code</th>
<th>Name</th>
<th>Displays As:</th>
</tr>
</thead>
<tr><td>&amp;#09;</td><td>Horizontal tab</td><td><em>non-printing</em></td></tr>
<tr><td>&amp;#10;</td><td>Line feed</td><td><em>non-printing</em></td></tr>
<tr><td>&amp;#13;</td><td>Carriage Return</td><td><em>non-printing</em></td></tr>
<tr><td>&amp;#34; or &amp;quot;</td><td>quotation mark = APL quote</td><td>&#34; or &quot;</td></tr>
<tr><td>&amp;#38; or &amp;amp;</td><td>ampersand</td><td>&#38; or &amp;</td></tr>
<tr><td>&amp;#32;</td><td>Space</td><td><em>non-printing</em></td></tr>
<tr><td>&amp;#33;</td><td>Exclamation mark</td><td>&#33;</td></tr>
<tr><td>&amp;#34; or &amp;quot;</td><td>Quotation mark</td><td>&#34; or &quot;</td></tr>
<tr><td>&amp;#35;</td><td>Number sign</td><td>&#35;</td></tr>
<tr><td>&amp;#36;</td><td>Dollar sign</td><td>&#36;</td></tr>
<tr><td>&amp;#37;</td><td>Percent sign</td><td>&#37;</td></tr>
<tr><td>&amp;#38; or &amp;amp;</td><td>Ampersand</td><td>&#38; or &amp;</td></tr>
<tr><td>&amp;#39;</td><td>Apostrophe</td><td>&#39;</td></tr>
<tr><td>&amp;#40;</td><td>Left parenthesis</td><td>&#40;</td></tr>
<tr><td>&amp;#41;</td><td>Right parenthesis</td><td>&#41;</td></tr>
<tr><td>&amp;#42;</td><td>Asterisk</td><td>&#42;</td></tr>
<tr><td>&amp;#43;</td><td>Plus sign</td><td>&#43;</td></tr>
<tr><td>&amp;#44;</td><td>Comma</td><td>&#44;</td></tr>
<tr><td>&amp;#45;</td><td>Hyphen</td><td>&#45;</td></tr>
<tr><td>&amp;#46;</td><td>Period (fullstop)</td><td>&#46;</td></tr>
<tr><td>&amp;#47;</td><td>Solidus (slash)</td><td>&#47;</td></tr>
<tr><td>&amp;#58;</td><td>Colon</td><td>&#58;</td></tr>
<tr><td>&amp;#59;</td><td>Semi-colon</td><td>&#59;</td></tr>
<tr><td>&amp;#60; or &amp;lt;</td><td>Less than</td><td>&#60; or &lt;</td></tr>
<tr><td>&amp;#61;</td><td>Equals sign</td><td>&#61;</td></tr>
<tr><td>&amp;#62; or &amp;gt;</td><td>Greater than</td><td>&#62; or &gt;</td></tr>
<tr><td>&amp;#63;</td><td>Question mark</td><td>&#63;</td></tr>
<tr><td>&amp;#64;</td><td>Commercial at</td><td>&#64;</td></tr>
<tr><td>&amp;#91;</td><td>Left square bracket</td><td>&#91;</td></tr>
<tr><td>&amp;#92;</td><td>Reverse solidus (backslash)</td><td>&#92;</td></tr>
<tr><td>&amp;#93;</td><td>Right square bracket</td><td>&#93;</td></tr>
<tr><td>&amp;#94;</td><td>Caret</td><td>&#94;</td></tr>
<tr><td>&amp;#95;</td><td>Horizontal bar (underscore)</td><td>&#95;</td></tr>
<tr><td>&amp;#96;</td><td>Acute accent</td><td>&#96;</td></tr>
<tr><td>&amp;#123;</td><td>Left curly brace</td><td>&#123;</td></tr>
<tr><td>&amp;#124;</td><td>Vertical bar</td><td>&#124;</td></tr>
<tr><td>&amp;#125;</td><td>Right curly brace</td><td>&#125;</td></tr>
<tr><td>&amp;#126;</td><td>Tilde</td><td>&#126;</td></tr>
<tr><td colspan="3"><em>&amp;#146 is non-standard! use &amp;#8217; instead!</em></td></tr>
<tr><td colspan="3"><em>&amp;endash; or &amp;#150; are non-standard! use &amp;#8211; instead!</em></td></tr>
<tr><td colspan="3"><em>&amp;emdash; or &amp;#151; are non-standard! use &amp;#8212; instead!</em></td></tr>
<tr><td>&amp;#160; or &amp;nbsp;</td><td>no-break space = non-breaking space</td><td>&#160; or &nbsp;</td></tr>
<tr><td>&amp;#161; or &amp;iexcl;</td><td>inverted exclamation mark</td><td>&#161; or &iexcl;</td></tr>
<tr><td>&amp;#162; or &amp;cent;</td><td>Cent sign</td><td>&#162; or &cent;</td></tr>
<tr><td>&amp;#163; or &amp;pound;</td><td>Pound sterling</td><td>&#163; or &pound;</td></tr>
<tr><td>&amp;#164; or &amp;curren;</td><td>General currency sign</td><td>&#164; or &curren;</td></tr>
<tr><td>&amp;#165; or &amp;yen;</td><td>yen sign = yuan sign</td><td>&#165; or &yen;</td></tr>
<tr><td>&amp;#166; or &amp;brvbar;</td><td>pipe or broken bar = broken vertical bar</td><td>&#166; or &brvbar;</td></tr>
<tr><td>&amp;#167; or &amp;sect;</td><td>Section sign</td><td>&#167; or &sect;</td></tr>
<tr><td>&amp;#168; or &amp;uml;</td><td>diaeresis = spacing diaeresis</td><td>&#168; or &uml;</td></tr>
<tr><td>&amp;#169; or &amp;copy;</td><td>copyright sign</td><td>&#169; or &copy;</td></tr>
<tr><td>&amp;#170; or &amp;ordf;</td><td>feminine ordinal indicator</td><td>&#170; or &ordf;</td></tr>
<tr><td>&amp;#171; or &amp;laquo;</td><td>left-pointing double angle quotation mark = left pointing guillemet</td><td>&#171; or &laquo;</td></tr>
<tr><td>&amp;#172; or &amp;not;</td><td>not sign</td><td>&#172; or &not;</td></tr>
<tr><td>&amp;#173; or &amp;shy;</td><td>soft hyphen = discretionary hyphen</td><td>&#173; or &shy;</td></tr>
<tr><td>&amp;#174; or &amp;reg;</td><td>registered sign = registered trade mark sign</td><td>&#174; or &reg;</td></tr>
<tr><td>&amp;#175; or &amp;macr;</td><td>macron = spacing macron = overline = APL overbar</td><td>&#175; or &macr;</td></tr>
<tr><td>&amp;#176; or &amp;deg;</td><td>degree sign</td><td>&#176; or &deg;</td></tr>
<tr><td>&amp;#177; or &amp;plusmn;</td><td>plus-minus sign = plus-or-minus sign</td><td>&#177; or &plusmn;</td></tr>
<tr><td>&amp;#178; or &amp;sup2;</td><td>superscript two = superscript digit two = squared</td><td>&#178; or &sup2;</td></tr>
<tr><td>&amp;#179; or &amp;sup3;</td><td>superscript three = superscript digit three = cubed</td><td>&#179; or &sup3;</td></tr>
<tr><td>&amp;#180; or &amp;acute;</td><td>acute accent = spacing acute</td><td>&#180; or &acute;</td></tr>
<tr><td>&amp;#181; or &amp;micro;</td><td>micro sign</td><td>&#181; or &micro;</td></tr>
<tr><td>&amp;#182; or &amp;para;</td><td>pilcrow sign = paragraph sign</td><td>&#182; or &para;</td></tr>
<tr><td>&amp;#183; or &amp;middot;</td><td>middle dot = Georgian comma = Greek middle dot</td><td>&#183; or &middot;</td></tr>
<tr><td>&amp;#184; or &amp;cedil;</td><td>cedilla = spacing cedilla</td><td>&#184; or &cedil;</td></tr>
<tr><td>&amp;#185; or &amp;sup1;</td><td>superscript one = superscript digit one</td><td>&#185; or &sup1;</td></tr>
<tr><td>&amp;#186; or &amp;ordm;</td><td>masculine ordinal indicator</td><td>&#186; or &ordm;</td></tr>
<tr><td>&amp;#187; or &amp;raquo;</td><td>right-pointing double angle quotation mark = right pointing guillemet</td><td>&#187; or &raquo;</td></tr>
<tr><td>&amp;#188; or &amp;frac14;</td><td>vulgar fraction one quarter = fraction one quarter</td><td>&#188; or &frac14;</td></tr>
<tr><td>&amp;#189; or &amp;frac12;</td><td>vulgar fraction one half = fraction one half</td><td>&#189; or &frac12;</td></tr>
<tr><td>&amp;#190; or &amp;frac34;</td><td>vulgar fraction three quarters = fraction three quarters</td><td>&#190; or &frac34;</td></tr>
<tr><td>&amp;#191; or &amp;iquest;</td><td>inverted question mark = turned question mark</td><td>&#191; or &iquest;</td></tr>
<tr><td>&amp;#192; or &amp;Agrave;</td><td>latin capital letter A with grave = latin capital letter A grave</td><td>&#192; or &Agrave;</td></tr>
<tr><td>&amp;#193; or &amp;Aacute;</td><td>latin capital letter A with acute</td><td>&#193; or &Aacute;</td></tr>
<tr><td>&amp;#194; or &amp;Acirc;</td><td>latin capital letter A with circumflex</td><td>&#194; or &Acirc;</td></tr>
<tr><td>&amp;#195; or &amp;Atilde;</td><td>latin capital letter A with tilde</td><td>&#195; or &Atilde;</td></tr>
<tr><td>&amp;#196; or &amp;Auml;</td><td>latin capital letter A with diaeresis</td><td>&#196; or &Auml;</td></tr>
<tr><td>&amp;#197; or &amp;Aring;</td><td>latin capital letter A with ring above = latin capital letter A ring</td><td>&#197; or &Aring;</td></tr>
<tr><td>&amp;#198; or &amp;AElig;</td><td>latin capital letter AE = latin capital ligature AE</td><td>&#198; or &AElig;</td></tr>
<tr><td>&amp;#199; or &amp;Ccedil;</td><td>latin capital letter C with cedilla</td><td>&#199; or &Ccedil;</td></tr>
<tr><td>&amp;#200; or &amp;Egrave;</td><td>latin capital letter E with grave</td><td>&#200; or &Egrave;</td></tr>
<tr><td>&amp;#201; or &amp;Eacute;</td><td>latin capital letter E with acute</td><td>&#201; or &Eacute;</td></tr>
<tr><td>&amp;#202; or &amp;Ecirc;</td><td>latin capital letter E with circumflex</td><td>&#202; or &Ecirc;</td></tr>
<tr><td>&amp;#203; or &amp;Euml;</td><td>latin capital letter E with diaeresis</td><td>&#203; or &Euml;</td></tr>
<tr><td>&amp;#204; or &amp;Igrave;</td><td>latin capital letter I with grave</td><td>&#204; or &Igrave;</td></tr>
<tr><td>&amp;#205; or &amp;Iacute;</td><td>latin capital letter I with acute</td><td>&#205; or &Iacute;</td></tr>
<tr><td>&amp;#206; or &amp;Icirc;</td><td>latin capital letter I with circumflex</td><td>&#206; or &Icirc;</td></tr>
<tr><td>&amp;#207; or &amp;Iuml;</td><td>latin capital letter I with diaeresis</td><td>&#207; or &Iuml;</td></tr>
<tr><td>&amp;#208; or &amp;ETH;</td><td>latin capital letter ETH</td><td>&#208; or &ETH;</td></tr>
<tr><td>&amp;#209; or &amp;Ntilde;</td><td>latin capital letter N with tilde</td><td>&#209; or &Ntilde;</td></tr>
<tr><td>&amp;#210; or &amp;Ograve;</td><td>latin capital letter O with grave</td><td>&#210; or &Ograve;</td></tr>
<tr><td>&amp;#211; or &amp;Oacute;</td><td>latin capital letter O with acute</td><td>&#211; or &Oacute;</td></tr>
<tr><td>&amp;#212; or &amp;Ocirc;</td><td>latin capital letter O with circumflex</td><td>&#212; or &Ocirc;</td></tr>
<tr><td>&amp;#213; or &amp;Otilde;</td><td>latin capital letter O with tilde</td><td>&#213; or &Otilde;</td></tr>
<tr><td>&amp;#214; or &amp;Ouml;</td><td>latin capital letter O with diaeresis</td><td>&#214; or &Ouml;</td></tr>
<tr><td>&amp;#215; or &amp;times;</td><td>multiplication sign</td><td>&#215; or &times;</td></tr>
<tr><td>&amp;#216; or &amp;Oslash;</td><td>latin capital letter O with stroke = latin capital letter O slash</td><td>&#216; or &Oslash;</td></tr>
<tr><td>&amp;#217; or &amp;Ugrave;</td><td>latin capital letter U with grave</td><td>&#217; or &Ugrave;</td></tr>
<tr><td>&amp;#218; or &amp;Uacute;</td><td>latin capital letter U with acute</td><td>&#218; or &Uacute;</td></tr>
<tr><td>&amp;#219; or &amp;Ucirc;</td><td>latin capital letter U with circumflex</td><td>&#219; or &Ucirc;</td></tr>
<tr><td>&amp;#220; or &amp;Uuml;</td><td>latin capital letter U with diaeresis</td><td>&#220; or &Uuml;</td></tr>
<tr><td>&amp;#221; or &amp;Yacute;</td><td>latin capital letter Y with acute</td><td>&#221; or &Yacute;</td></tr>
<tr><td>&amp;#222; or &amp;THORN;</td><td>latin capital letter THORN</td><td>&#222; or &THORN;</td></tr>
<tr><td>&amp;#223; or &amp;szlig;</td><td>Small sharp s, German (sz ligature)</td><td>&#223; or &szlig;</td></tr>
<tr><td>&amp;#223; or &amp;szlig;</td><td>latin small letter sharp s = ess-zed</td><td>&#223; or &szlig;</td></tr>
<tr><td>&amp;#224; or &amp;agrave;</td><td>latin small letter a with grave = latin small letter a grave</td><td>&#224; or &agrave;</td></tr>
<tr><td>&amp;#225; or &amp;aacute;</td><td>latin small letter a with acute</td><td>&#225; or &aacute;</td></tr>
<tr><td>&amp;#226; or &amp;acirc;</td><td>latin small letter a with circumflex</td><td>&#226; or &acirc;</td></tr>
<tr><td>&amp;#227; or &amp;atilde;</td><td>latin small letter a with tilde</td><td>&#227; or &atilde;</td></tr>
<tr><td>&amp;#228; or &amp;auml;</td><td>latin small letter a with diaeresis</td><td>&#228; or &auml;</td></tr>
<tr><td>&amp;#229; or &amp;aring;</td><td>latin small letter a with ring above = latin small letter a ring</td><td>&#229; or &aring;</td></tr>
<tr><td>&amp;#230; or &amp;aelig;</td><td>latin small letter ae = latin small ligature ae</td><td>&#230; or &aelig;</td></tr>
<tr><td>&amp;#231; or &amp;ccedil;</td><td>latin small letter c with cedilla</td><td>&#231; or &ccedil;</td></tr>
<tr><td>&amp;#232; or &amp;egrave;</td><td>latin small letter e with grave</td><td>&#232; or &egrave;</td></tr>
<tr><td>&amp;#233; or &amp;eacute;</td><td>latin small letter e with acute</td><td>&#233; or &eacute;</td></tr>
<tr><td>&amp;#234; or &amp;ecirc;</td><td>latin small letter e with circumflex</td><td>&#234; or &ecirc;</td></tr>
<tr><td>&amp;#235; or &amp;euml;</td><td>latin small letter e with diaeresis</td><td>&#235; or &euml;</td></tr>
<tr><td>&amp;#236; or &amp;igrave;</td><td>latin small letter i with grave</td><td>&#236; or &igrave;</td></tr>
<tr><td>&amp;#237; or &amp;iacute;</td><td>latin small letter i with acute</td><td>&#237; or &iacute;</td></tr>
<tr><td>&amp;#238; or &amp;icirc;</td><td>latin small letter i with circumflex</td><td>&#238; or &icirc;</td></tr>
<tr><td>&amp;#239; or &amp;iuml;</td><td>latin small letter i with diaeresis</td><td>&#239; or &iuml;</td></tr>
<tr><td>&amp;#240; or &amp;eth;</td><td>latin small letter eth</td><td>&#240; or &eth;</td></tr>
<tr><td>&amp;#241; or &amp;ntilde;</td><td>latin small letter n with tilde</td><td>&#241; or &ntilde;</td></tr>
<tr><td>&amp;#242; or &amp;ograve;</td><td>latin small letter o with grave</td><td>&#242; or &ograve;</td></tr>
<tr><td>&amp;#243; or &amp;oacute;</td><td>latin small letter o with acute</td><td>&#243; or &oacute;</td></tr>
<tr><td>&amp;#244; or &amp;ocirc;</td><td>latin small letter o with circumflex</td><td>&#244; or &ocirc;</td></tr>
<tr><td>&amp;#245; or &amp;otilde;</td><td>latin small letter o with tilde</td><td>&#245; or &otilde;</td></tr>
<tr><td>&amp;#246; or &amp;ouml;</td><td>latin small letter o with diaeresis</td><td>&#246; or &ouml;</td></tr>
<tr><td>&amp;#247; or &amp;divide;</td><td>division sign</td><td>&#247; or &divide;</td></tr>
<tr><td>&amp;#248; or &amp;oslash;</td><td>latin small letter o with stroke, = latin small letter o slash</td><td>&#248; or &oslash;</td></tr>
<tr><td>&amp;#249; or &amp;ugrave;</td><td>latin small letter u with grave</td><td>&#249; or &ugrave;</td></tr>
<tr><td>&amp;#250; or &amp;uacute;</td><td>latin small letter u with acute</td><td>&#250; or &uacute;</td></tr>
<tr><td>&amp;#251; or &amp;ucirc;</td><td>latin small letter u with circumflex</td><td>&#251; or &ucirc;</td></tr>
<tr><td>&amp;#252; or &amp;uuml;</td><td>latin small letter u with diaeresis</td><td>&#252; or &uuml;</td></tr>
<tr><td>&amp;#253; or &amp;yacute;</td><td>latin small letter y with acute</td><td>&#253; or &yacute;</td></tr>
<tr><td>&amp;#254; or &amp;thorn;</td><td>latin small letter thorn</td><td>&#254; or &thorn;</td></tr>
<tr><td>&amp;#255; or &amp;yuml;</td><td>Small y, dieresis or umlaut mark</td><td>&#255; or &yuml;</td></tr>
<tr><td>&amp;#338; or &amp;OElig;</td><td>latin capital ligature OE</td><td>&#338; or &OElig;</td></tr>
<tr><td>&amp;#339; or &amp;oelig;</td><td>latin small ligature oe</td><td>&#339; or &oelig;</td></tr>
<tr><td>&amp;#352; or &amp;Scaron;</td><td>latin capital letter S with caron</td><td>&#352; or &Scaron;</td></tr>
<tr><td>&amp;#353; or &amp;scaron;</td><td>latin small letter s with caron</td><td>&#353; or &scaron;</td></tr>
<tr><td>&amp;#376; or &amp;Yuml;</td><td>latin capital letter Y with diaeresis</td><td>&#376; or &Yuml;</td></tr>
<tr><td>&amp;#402; or &amp;fnof;</td><td>latin small f with hook = function = florin</td><td>&#402; or &fnof;</td></tr>
<tr><td>&amp;#710; or &amp;circ;</td><td>modifier letter circumflex accent</td><td>&#710; or &circ;</td></tr>
<tr><td>&amp;#732; or &amp;tilde;</td><td>small tilde</td><td>&#732; or &tilde;</td></tr>
<tr><td>&amp;#913; or &amp;Alpha;</td><td>greek capital letter alpha</td><td>&#913; or &Alpha;</td></tr>
<tr><td>&amp;#914; or &amp;Beta;</td><td>greek capital letter beta</td><td>&#914; or &Beta;</td></tr>
<tr><td>&amp;#915; or &amp;Gamma;</td><td>greek capital letter gamma</td><td>&#915; or &Gamma;</td></tr>
<tr><td>&amp;#916; or &amp;Delta;</td><td>greek capital letter delta</td><td>&#916; or &Delta;</td></tr>
<tr><td>&amp;#917; or &amp;Epsilon;</td><td>greek capital letter epsilon</td><td>&#917; or &Epsilon;</td></tr>
<tr><td>&amp;#918; or &amp;Zeta;</td><td>greek capital letter zeta</td><td>&#918; or &Zeta;</td></tr>
<tr><td>&amp;#919; or &amp;Eta;</td><td>greek capital letter eta</td><td>&#919; or &Eta;</td></tr>
<tr><td>&amp;#920; or &amp;Theta;</td><td>greek capital letter theta</td><td>&#920; or &Theta;</td></tr>
<tr><td>&amp;#921; or &amp;Iota;</td><td>greek capital letter iota</td><td>&#921; or &Iota;</td></tr>
<tr><td>&amp;#922; or &amp;Kappa;</td><td>greek capital letter kappa</td><td>&#922; or &Kappa;</td></tr>
<tr><td>&amp;#923; or &amp;Lambda;</td><td>greek capital letter lambda</td><td>&#923; or &Lambda;</td></tr>
<tr><td>&amp;#924; or &amp;Mu;</td><td>greek capital letter mu</td><td>&#924; or &Mu;</td></tr>
<tr><td>&amp;#925; or &amp;Nu;</td><td>greek capital letter nu</td><td>&#925; or &Nu;</td></tr>
<tr><td>&amp;#926; or &amp;Xi;</td><td>greek capital letter xi</td><td>&#926;<!-- or &#Xi; --></td></tr>
<tr><td>&amp;#927; or &amp;Omicron;</td><td>greek capital letter omicron</td><td>&#927; or &Omicron;</td></tr>
<tr><td>&amp;#928; or &amp;Pi;</td><td>greek capital letter pi</td><td>&#928; or &Pi;</td></tr>
<tr><td>&amp;#929; or &amp;Rho;</td><td>greek capital letter rho</td><td>&#929; or &Rho;</td></tr>
<tr><td>&amp;#931; or &amp;Sigma;</td><td>greek capital letter sigma</td><td>&#931; or &Sigma;</td></tr>
<tr><td>&amp;#932; or &amp;Tau;</td><td>greek capital letter tau</td><td>&#932; or &Tau;</td></tr>
<tr><td>&amp;#933; or &amp;Upsilon;</td><td>greek capital letter upsilon</td><td>&#933; or &Upsilon;</td></tr>
<tr><td>&amp;#934; or &amp;Phi;</td><td>greek capital letter phi</td><td>&#934; or &Phi;</td></tr>
<tr><td>&amp;#935; or &amp;Chi;</td><td>greek capital letter chi</td><td>&#935; or &Chi;</td></tr>
<tr><td>&amp;#936; or &amp;Psi;</td><td>greek capital letter psi</td><td>&#936; or &Psi;</td></tr>
<tr><td>&amp;#937; or &amp;Omega;</td><td>greek capital letter omega</td><td>&#937; or &Omega;</td></tr>
<tr><td>&amp;#945; or &amp;alpha;</td><td>greek small letter alpha</td><td>&#945; or &alpha;</td></tr>
<tr><td>&amp;#946; or &amp;beta;</td><td>greek small letter beta</td><td>&#946; or &beta;</td></tr>
<tr><td>&amp;#947; or &amp;gamma;</td><td>greek small letter gamma</td><td>&#947; or &gamma;</td></tr>
<tr><td>&amp;#948; or &amp;delta;</td><td>greek small letter delta</td><td>&#948; or &delta;</td></tr>
<tr><td>&amp;#949; or &amp;epsilon;</td><td>greek small letter epsilon</td><td>&#949; or &epsilon;</td></tr>
<tr><td>&amp;#950; or &amp;zeta;</td><td>greek small letter zeta</td><td>&#950; or &zeta;</td></tr>
<tr><td>&amp;#951; or &amp;eta;</td><td>greek small letter eta</td><td>&#951; or &eta;</td></tr>
<tr><td>&amp;#952; or &amp;theta;</td><td>greek small letter theta</td><td>&#952; or &theta;</td></tr>
<tr><td>&amp;#953; or &amp;iota;</td><td>greek small letter iota</td><td>&#953; or &iota;</td></tr>
<tr><td>&amp;#954; or &amp;kappa;</td><td>greek small letter kappa</td><td>&#954; or &kappa;</td></tr>
<tr><td>&amp;#955; or &amp;lambda;</td><td>greek small letter lambda</td><td>&#955; or &lambda;</td></tr>
<tr><td>&amp;#956; or &amp;mu;</td><td>greek small letter mu</td><td>&#956; or &mu;</td></tr>
<tr><td>&amp;#957; or &amp;nu;</td><td>greek small letter nu</td><td>&#957; or &nu;</td></tr>
<tr><td>&amp;#958; or &amp;xi;</td><td>greek small letter xi</td><td>&#958;<!-- or &#xi; --></td></tr>
<tr><td>&amp;#959; or &amp;omicron;</td><td>greek small letter omicron</td><td>&#959; or &omicron;</td></tr>
<tr><td>&amp;#960; or &amp;pi;</td><td>greek small letter pi</td><td>&#960; or &pi;</td></tr>
<tr><td>&amp;#961; or &amp;rho;</td><td>greek small letter rho</td><td>&#961; or &rho;</td></tr>
<tr><td>&amp;#962; or &amp;sigmaf;</td><td>greek small letter final sigma</td><td>&#962; or &sigmaf;</td></tr>
<tr><td>&amp;#963; or &amp;sigma;</td><td>greek small letter sigma</td><td>&#963; or &sigma;</td></tr>
<tr><td>&amp;#964; or &amp;tau;</td><td>greek small letter tau</td><td>&#964; or &tau;</td></tr>
<tr><td>&amp;#965; or &amp;upsilon;</td><td>greek small letter upsilon</td><td>&#965; or &upsilon;</td></tr>
<tr><td>&amp;#966; or &amp;phi;</td><td>greek small letter phi</td><td>&#966; or &phi;</td></tr>
<tr><td>&amp;#967; or &amp;chi;</td><td>greek small letter chi</td><td>&#967; or &chi;</td></tr>
<tr><td>&amp;#968; or &amp;psi;</td><td>greek small letter psi</td><td>&#968; or &psi;</td></tr>
<tr><td>&amp;#969; or &amp;omega;</td><td>greek small letter omega</td><td>&#969; or &omega;</td></tr>
<tr><td>&amp;#977; or &amp;thetasym;</td><td>greek small letter theta symbol</td><td>&#977; or &thetasym;</td></tr>
<tr><td>&amp;#978; or &amp;upsih;</td><td>greek upsilon with hook symbol</td><td>&#978; or &upsih;</td></tr>
<tr><td>&amp;#982; or &amp;piv;</td><td>greek pi symbol</td><td>&#982; or &piv;</td></tr>
<tr><td>&amp;#8194; or &amp;ensp;</td><td>en space</td><td>&#8194; or &ensp;</td></tr>
<tr><td>&amp;#8195; or &amp;emsp;</td><td>em space</td><td>&#8195; or &emsp;</td></tr>
<tr><td>&amp;#8201; or &amp;thinsp;</td><td>thin space</td><td>&#8201; or &thinsp;</td></tr>
<tr><td>&amp;#8204; or &amp;zwnj;</td><td>zero width non-joiner</td><td>&#8204; or &zwnj;</td></tr>
<tr><td>&amp;#8205; or &amp;zwj;</td><td>zero width joiner</td><td>&#8205; or &zwj;</td></tr>
<tr><td>&amp;#8206; or &amp;lrm;</td><td>left-to-right mark</td><td>&#8206; or &lrm;</td></tr>
<tr><td>&amp;#8207; or &amp;rlm;</td><td>right-to-left mark</td><td>&#8207; or &rlm;</td></tr>
<tr><td>&amp;#8211; or &amp;ndash;</td><td>en dash</td><td>&#8211; or &ndash;</td></tr>
<tr><td>&amp;#8212; or &amp;mdash;</td><td>em dash</td><td>&#8212; or &mdash;</td></tr>
<tr><td>&amp;#8216; or &amp;lsquo;</td><td>left single quotation mark</td><td>&#8216; or &lsquo;</td></tr>
<tr><td>&amp;#8217; or &amp;rsquo;</td><td>right single quotation mark</td><td>&#8217; or &rsquo;</td></tr>
<tr><td>&amp;#8218; or &amp;sbquo;</td><td>single low-9 quotation mark</td><td>&#8218; or &sbquo;</td></tr>
<tr><td>&amp;#8220; or &amp;ldquo;</td><td>left double quotation mark</td><td>&#8220; or &ldquo;</td></tr>
<tr><td>&amp;#8221; or &amp;rdquo;</td><td>right double quotation mark</td><td>&#8221; or &rdquo;</td></tr>
<tr><td>&amp;#8222; or &amp;bdquo;</td><td>double low-9 quotation mark</td><td>&#8222; or &bdquo;</td></tr>
<tr><td>&amp;#8224; or &amp;dagger;</td><td>dagger</td><td>&#8224; or &dagger;</td></tr>
<tr><td>&amp;#8225; or &amp;Dagger;</td><td>double dagger</td><td>&#8225; or &Dagger;</td></tr>
<tr><td>&amp;#8226; or &amp;bull;</td><td>bullet = black small circle</td><td>&#8226; or &bull;</td></tr>
<tr><td>&amp;#8230; or &amp;hellip;</td><td>horizontal ellipsis = three dot leader</td><td>&#8230; or &hellip;</td></tr>
<tr><td>&amp;#8240; or &amp;permil;</td><td>per mille sign</td><td>&#8240; or &permil;</td></tr>
<tr><td>&amp;#8242; or &amp;prime;</td><td>prime = minutes = feet</td><td>&#8242; or &prime;</td></tr>
<tr><td>&amp;#8243; or &amp;Prime;</td><td>double prime = seconds = inches</td><td>&#8243; or &Prime;</td></tr>
<tr><td>&amp;#8249; or &amp;lsaquo;</td><td>single left-pointing angle quotation mark</td><td>&#8249; or &lsaquo;</td></tr>
<tr><td>&amp;#8250; or &amp;rsaquo;</td><td>single right-pointing angle quotation mark</td><td>&#8250; or &rsaquo;</td></tr>
<tr><td>&amp;#8254; or &amp;oline;</td><td>overline = spacing overscore</td><td>&#8254; or &oline;</td></tr>
<tr><td>&amp;#8260; or &amp;frasl;</td><td>fraction slash</td><td>&#8260; or &frasl;</td></tr>
<tr><td>&amp;#8364; or &amp;euro;</td><td>euro sign</td><td>&#8364; or &euro;</td></tr>
<tr><td>&amp;#8465; or &amp;image;</td><td>blackletter capital I = imaginary part</td><td>&#8465; or &image;</td></tr>
<tr><td>&amp;#8472; or &amp;weierp;</td><td>script capital P = power set = Weierstrass p</td><td>&#8472; or &weierp;</td></tr>
<tr><td>&amp;#8476; or &amp;real;</td><td>blackletter capital R = real part symbol</td><td>&#8476; or &real;</td></tr>
<tr><td>&amp;#8482; or &amp;trade;</td><td>trade mark sign</td><td>&#8482; or &trade;</td></tr>
<tr><td>&amp;#8501; or &amp;alefsym;</td><td>alef symbol = first transfinite cardinal</td><td>&#8501; or &alefsym;</td></tr>
<tr><td>&amp;#8592; or &amp;larr;</td><td>leftwards arrow</td><td>&#8592; or &larr;</td></tr>
<tr><td>&amp;#8593; or &amp;uarr;</td><td>upwards arrow</td><td>&#8593; or &uarr;</td></tr>
<tr><td>&amp;#8594; or &amp;rarr;</td><td>rightwards arrow</td><td>&#8594; or &rarr;</td></tr>
<tr><td>&amp;#8595; or &amp;darr;</td><td>downwards arrow</td><td>&#8595; or &darr;</td></tr>
<tr><td>&amp;#8596; or &amp;harr;</td><td>left right arrow</td><td>&#8596; or &harr;</td></tr>
<tr><td>&amp;#8629; or &amp;crarr;</td><td>downwards arrow with corner leftwards = carriage return</td><td>&#8629; or &crarr;</td></tr>
<tr><td>&amp;#8656; or &amp;lArr;</td><td>leftwards double arrow</td><td>&#8656; or &lArr;</td></tr>
<tr><td>&amp;#8657; or &amp;uArr;</td><td>upwards double arrow</td><td>&#8657; or &uArr;</td></tr>
<tr><td>&amp;#8658; or &amp;rArr;</td><td>rightwards double arrow</td><td>&#8658; or &rArr;</td></tr>
<tr><td>&amp;#8659; or &amp;dArr;</td><td>downwards double arrow</td><td>&#8659; or &dArr;</td></tr>
<tr><td>&amp;#8660; or &amp;hArr;</td><td>left right double arrow</td><td>&#8660; or &hArr;</td></tr>
<tr><td>&amp;#8704; or &amp;forall;</td><td>for all</td><td>&#8704; or &forall;</td></tr>
<tr><td>&amp;#8706; or &amp;part;</td><td>partial differential</td><td>&#8706; or &part;</td></tr>
<tr><td>&amp;#8707; or &amp;exist;</td><td>there exists</td><td>&#8707; or &exist;</td></tr>
<tr><td>&amp;#8709; or &amp;empty;</td><td>empty set = null set = diameter</td><td>&#8709; or &empty;</td></tr>
<tr><td>&amp;#8711; or &amp;nabla;</td><td>nabla = backward difference</td><td>&#8711; or &nabla;</td></tr>
<tr><td>&amp;#8712; or &amp;isin;</td><td>element of</td><td>&#8712; or &isin;</td></tr>
<tr><td>&amp;#8713; or &amp;notin;</td><td>not an element of</td><td>&#8713; or &notin;</td></tr>
<tr><td>&amp;#8715; or &amp;ni;</td><td>contains as member</td><td>&#8715; or &ni;</td></tr>
<tr><td>&amp;#8719; or &amp;prod;</td><td>n-ary product = product sign</td><td>&#8719; or &prod;</td></tr>
<tr><td>&amp;#8721; or &amp;sum;</td><td>n-ary sumation</td><td>&#8721; or &sum;</td></tr>
<tr><td>&amp;#8722; or &amp;minus;</td><td>minus sign</td><td>&#8722; or &minus;</td></tr>
<tr><td>&amp;#8727; or &amp;lowast;</td><td>asterisk operator</td><td>&#8727; or &lowast;</td></tr>
<tr><td>&amp;#8730; or &amp;radic;</td><td>square root = radical sign</td><td>&#8730; or &radic;</td></tr>
<tr><td>&amp;#8733; or &amp;prop;</td><td>proportional to</td><td>&#8733; or &prop;</td></tr>
<tr><td>&amp;#8734; or &amp;infin;</td><td>infinity</td><td>&#8734; or &infin;</td></tr>
<tr><td>&amp;#8736; or &amp;ang;</td><td>angle</td><td>&#8736; or &ang;</td></tr>
<tr><td>&amp;#8743; or &amp;and;</td><td>logical and = wedge</td><td>&#8743; or &and;</td></tr>
<tr><td>&amp;#8744; or &amp;or;</td><td>logical or = vee</td><td>&#8744; or &or;</td></tr>
<tr><td>&amp;#8745; or &amp;cap;</td><td>intersection = cap</td><td>&#8745; or &cap;</td></tr>
<tr><td>&amp;#8746; or &amp;cup;</td><td>union = cup</td><td>&#8746; or &cup;</td></tr>
<tr><td>&amp;#8747; or &amp;int;</td><td>integral</td><td>&#8747; or &int;</td></tr>
<tr><td>&amp;#8756; or &amp;there4;</td><td>therefore</td><td>&#8756; or &there4;</td></tr>
<tr><td>&amp;#8764; or &amp;sim;</td><td>tilde operator = varies with = similar to</td><td>&#8764; or &sim;</td></tr>
<tr><td>&amp;#8773; or &amp;cong;</td><td>approximately equal to</td><td>&#8773; or &cong;</td></tr>
<tr><td>&amp;#8776; or &amp;asymp;</td><td>almost equal to = asymptotic to</td><td>&#8776; or &asymp;</td></tr>
<tr><td>&amp;#8800; or &amp;ne;</td><td>not equal to</td><td>&#8800; or &ne;</td></tr>
<tr><td>&amp;#8801; or &amp;equiv;</td><td>identical to</td><td>&#8801; or &equiv;</td></tr>
<tr><td>&amp;#8804; or &amp;le;</td><td>less-than or equal to</td><td>&#8804; or &le;</td></tr>
<tr><td>&amp;#8805; or &amp;ge;</td><td>greater-than or equal to</td><td>&#8805; or &ge;</td></tr>
<tr><td>&amp;#8834; or &amp;sub;</td><td>subset of</td><td>&#8834; or &sub;</td></tr>
<tr><td>&amp;#8835; or &amp;sup;</td><td>superset of</td><td>&#8835; or &sup;</td></tr>
<tr><td>&amp;#8836; or &amp;nsub;</td><td>not a subset of</td><td>&#8836; or &nsub;</td></tr>
<tr><td>&amp;#8838; or &amp;sube;</td><td>subset of or equal to</td><td>&#8838; or &sube;</td></tr>
<tr><td>&amp;#8839; or &amp;supe;</td><td>superset of or equal to</td><td>&#8839; or &supe;</td></tr>
<tr><td>&amp;#8853; or &amp;oplus;</td><td>circled plus = direct sum</td><td>&#8853; or &oplus;</td></tr>
<tr><td>&amp;#8855; or &amp;otimes;</td><td>circled times = vector product</td><td>&#8855; or &otimes;</td></tr>
<tr><td>&amp;#8869; or &amp;perp;</td><td>up tack = orthogonal to = perpendicular</td><td>&#8869; or &perp;</td></tr>
<tr><td>&amp;#8901; or &amp;sdot;</td><td>dot operator</td><td>&#8901; or &sdot;</td></tr>
<tr><td>&amp;#8968; or &amp;lceil;</td><td>left ceiling = apl upstile</td><td>&#8968; or &lceil;</td></tr>
<tr><td>&amp;#8969; or &amp;rceil;</td><td>right ceiling</td><td>&#8969; or &rceil;</td></tr>
<tr><td>&amp;#8970; or &amp;lfloor;</td><td>left floor = apl downstile</td><td>&#8970; or &lfloor;</td></tr>
<tr><td>&amp;#8971; or &amp;rfloor;</td><td>right floor</td><td>&#8971; or &rfloor;</td></tr>
<tr><td>&amp;#9001; or &amp;lang;</td><td>left-pointing angle bracket = bra</td><td>&#9001; or &lang;</td></tr>
<tr><td>&amp;#9002; or &amp;rang;</td><td>right-pointing angle bracket = ket</td><td>&#9002; or &rang;</td></tr>
<tr><td>&amp;#9674; or &amp;loz;</td><td>lozenge</td><td>&#9674; or &loz;</td></tr>
<tr><td>&amp;#9824; or &amp;spades;</td><td>black spade suit</td><td>&#9824; or &spades;</td></tr>
<tr><td>&amp;#9827; or &amp;clubs;</td><td>black club suit = shamrock</td><td>&#9827; or &clubs;</td></tr>
<tr><td>&amp;#9829; or &amp;hearts;</td><td>black heart suit = valentine</td><td>&#9829; or &hearts;</td></tr>
<tr><td>&amp;#9830; or &amp;diams;</td><td>black diamond suit</td><td>&#9830; or &diams;</td></tr>
<tr><td>&amp;#10004;</td><td>Check Mark</td><td>&#10004;</td></tr>
</table>
<ul>
<li><a href="http://www.tntluoma.com/sidebars/codes/">Reload this page</a></li>
<li>Source: <a href="http://www.tntluoma.com/">www.tntluoma.com</a></li>
<li><a href="/contactus/">Email Corrections/Additions</a></li>
<li>Add this page as a <a href="http://www.tntluoma.com/sidebars/codes/" rel="sidebar"
title="HTMLCodes">Sidebar/Panel</a></li>
<li>There are <a href="/sidebars/">other sidebars available</a>.</li>
</ul>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -1,55 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="$Version: $ tree v1.7.0 (c) 1996 - 2014 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
<title>panels</title>
<style type="text/css">
<!--
BODY { font-family : ariel, monospace, sans-serif; }
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: black; background-color: transparent;}
B { font-weight: normal; color: black; background-color: transparent;}
A:visited { font-weight : normal; text-decoration : none; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:link { font-weight : normal; text-decoration : none; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:hover { color : #000000; font-weight : normal; text-decoration : underline; background-color : yellow; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:active { color : #000000; font-weight: normal; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM { color: black; background-color: transparent;}
.FIFO { color: purple; background-color: transparent;}
.CHAR { color: yellow; background-color: transparent;}
.DIR { color: blue; background-color: transparent;}
.BLOCK { color: yellow; background-color: transparent;}
.LINK { color: aqua; background-color: transparent;}
.SOCK { color: fuchsia;background-color: transparent;}
.EXEC { color: green; background-color: transparent;}
-->
</style>
</head>
<body>
<h1>panels</h1><p>
<a class="NORM" href="..">..</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Apr&nbsp;&nbsp;7&nbsp;22:23]&nbsp;&nbsp;<a class="DIR" href="./CSS/">CSS</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Apr&nbsp;&nbsp;7&nbsp;22:23]&nbsp;&nbsp;<a class="DIR" href="./HTML/">HTML</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Apr&nbsp;&nbsp;7&nbsp;22:23]&nbsp;&nbsp;<a class="DIR" href="./HTTP/">HTTP</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Apr&nbsp;&nbsp;7&nbsp;22:23]&nbsp;&nbsp;<a class="DIR" href="./JS/">JS</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Apr&nbsp;&nbsp;7&nbsp;22:24]&nbsp;&nbsp;<a class="DIR" href="./res/">res</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Apr&nbsp;&nbsp;7&nbsp;22:23]&nbsp;&nbsp;<a class="DIR" href="./unicodeChartsPanel/">unicodeChartsPanel</a><br>
[&nbsp;410&nbsp;Aug&nbsp;16&nbsp;&nbsp;2008]&nbsp;&nbsp;<a class="EXEC" href="./html-chars.css">html-chars.css</a><br>
[&nbsp;30K&nbsp;Apr&nbsp;&nbsp;7&nbsp;22:14]&nbsp;&nbsp;<a class="EXEC" href="./html-chars.html">html-chars.html</a><br>
[4.2K&nbsp;Nov&nbsp;25&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./html-chars.ico">html-chars.ico</a><br>
[1.4K&nbsp;Apr&nbsp;&nbsp;7&nbsp;22:08]&nbsp;&nbsp;<a class="EXEC" href="./multisearch.html">multisearch.html</a><br>
[1.3K&nbsp;Mar&nbsp;21&nbsp;&nbsp;2021]&nbsp;&nbsp;<a class="EXEC" href="./multisearch.png">multisearch.png</a><br>
[1.2K&nbsp;Apr&nbsp;&nbsp;7&nbsp;22:09]&nbsp;&nbsp;<a class="EXEC" href="./multisearch2.html">multisearch2.html</a><br>
[&nbsp;32K&nbsp;Jun&nbsp;&nbsp;4&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./triplecolors.html">triplecolors.html</a><br>
[3.2K&nbsp;Sep&nbsp;13&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./triplecolors.ico">triplecolors.ico</a><br>
[1.0K&nbsp;Jun&nbsp;&nbsp;6&nbsp;18:31]&nbsp;&nbsp;<a class="EXEC" href="./tunein-radio.html">tunein-radio.html</a><br>
[2.2K&nbsp;Nov&nbsp;26&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./tunein-radio.ico">tunein-radio.ico</a><br>
<br><br>
</p>
<p>
6 directories, 10 files
<br><br>
</p>
</html>

View File

@@ -1,51 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>MultiSearch!</title>
<link rel="icon" href="multisearch.png"/>
</head>
<body style="color:#ececec;background-color:#26272a">
<p>Websearch:</p>
<input size="30" type="text" id="web" autofocus onkeydown="search(event)">
<p>Music:</p>
<input size="30" type="text" id="music" onkeydown="search(event)">
<p>Torrents:</p>
<input size="30" type="text" id="torrents" onkeydown="search(event)">
<script>
function search(e)
{
if (e.which == 13) { // Enter
var input=document.activeElement;
var q = encodeURIComponent(input.value);
switch(input.id) {
case("web"):
window.open("https://www.google.com/search?q=" + q);
window.open("https://duckduckgo.com/?kae=t&t=vivaldi&q=" + q);
window.open("https://www.google.com/search?tbm=isch&q=" + q);
window.open("https://www.qwant.com/?b=0&theme=1&s=0&q=" + q);
window.open("https://www.startpage.com/rvd/search?query=" + q);
break;
case("music"):
window.open("https://no.7digital.com/search?q=" + q);
window.open("https://bandcamp.com/search?q=" + q);
window.open("https://myzcloud.me/en/search?searchText=" + q);
break;
case("torrents"):
window.open("https://1337x.to/srch?search=" + q);
window.open("https://btdig.com/search?q=" + q);
window.open("https://limetorrents.cc/search/all/" + q + "/seeds/1/");
break;
}
input.value = "";
}
}
</script>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,42 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<Title>MultiSearch!</title>
<link rel="icon" href="multisearch.png"/>
</head>
<body style="color:#ececec;background-color:#26272a">
<script>
const urlParams = new URLSearchParams(window.location.search);
var q = encodeURIComponent(urlParams.get('query'));
var type = encodeURIComponent(urlParams.get('type'));
if (q == "null" || type == "null") {
throw new Error("A parameter is null!");
}
switch(type) {
case("web"):
window.open("https://www.google.com/search?q=" + q);
window.open("https://duckduckgo.com/?kae=t&t=vivaldi&q=" + q);
window.open("https://www.google.com/search?tbm=isch&q=" + q);
window.open("https://www.startpage.com/rvd/search?query=" + q);
window.location.href="https://www.qwant.com/?b=0&theme=1&s=0&q=" + q;
break;
case("music"):
window.open("https://no.7digital.com/search?q=" + q);
window.open("https://bandcamp.com/search?q=" + q);
window.location.href="https://myzcloud.me/en/search?searchText=" + q;
break;
case("torrents"):
window.open("https://1337x.to/srch?search=" + q);
window.open("https://btdig.com/search?q=" + q);
window.location.href="https://limetorrents.cc/search/all/" + q + "/seeds/1/";
break;
}
</script>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -1,50 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="$Version: $ tree v1.7.0 (c) 1996 - 2014 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
<title>res</title>
<style type="text/css">
<!--
BODY { font-family : ariel, monospace, sans-serif; }
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: black; background-color: transparent;}
B { font-weight: normal; color: black; background-color: transparent;}
A:visited { font-weight : normal; text-decoration : none; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:link { font-weight : normal; text-decoration : none; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:hover { color : #000000; font-weight : normal; text-decoration : underline; background-color : yellow; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:active { color : #000000; font-weight: normal; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM { color: black; background-color: transparent;}
.FIFO { color: purple; background-color: transparent;}
.CHAR { color: yellow; background-color: transparent;}
.DIR { color: blue; background-color: transparent;}
.BLOCK { color: yellow; background-color: transparent;}
.LINK { color: aqua; background-color: transparent;}
.SOCK { color: fuchsia;background-color: transparent;}
.EXEC { color: green; background-color: transparent;}
-->
</style>
</head>
<body>
<h1>res</h1><p>
<a class="NORM" href="..">..</a><br>
[&nbsp;&nbsp;43&nbsp;Apr&nbsp;&nbsp;3&nbsp;&nbsp;2010]&nbsp;&nbsp;<a class="EXEC" href="./arrow-bl.gif">arrow-bl.gif</a><br>
[&nbsp;&nbsp;63&nbsp;Jan&nbsp;23&nbsp;&nbsp;2020]&nbsp;&nbsp;<a class="EXEC" href="./arrow-minus.gif">arrow-minus.gif</a><br>
[&nbsp;&nbsp;64&nbsp;Jan&nbsp;23&nbsp;&nbsp;2020]&nbsp;&nbsp;<a class="EXEC" href="./arrow-plus.gif">arrow-plus.gif</a><br>
[3.6K&nbsp;May&nbsp;14&nbsp;&nbsp;2013]&nbsp;&nbsp;<a class="EXEC" href="./css.ico">css.ico</a><br>
[&nbsp;766&nbsp;May&nbsp;14&nbsp;&nbsp;2013]&nbsp;&nbsp;<a class="EXEC" href="./html.ico">html.ico</a><br>
[6.4K&nbsp;Apr&nbsp;14&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./http.ico">http.ico</a><br>
[4.1K&nbsp;May&nbsp;14&nbsp;&nbsp;2013]&nbsp;&nbsp;<a class="EXEC" href="./qr.css">qr.css</a><br>
[&nbsp;201&nbsp;May&nbsp;17&nbsp;&nbsp;2013]&nbsp;&nbsp;<a class="EXEC" href="./qr-1.css">qr-1.css</a><br>
[&nbsp;200&nbsp;Apr&nbsp;18&nbsp;&nbsp;2013]&nbsp;&nbsp;<a class="EXEC" href="./qr-2.css">qr-2.css</a><br>
[3.7K&nbsp;Jun&nbsp;&nbsp;4&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./script.ico">script.ico</a><br>
[3.3K&nbsp;May&nbsp;17&nbsp;&nbsp;2013]&nbsp;&nbsp;<a class="EXEC" href="./setup.js">setup.js</a><br>
<br><br>
</p>
<p>
0 directories, 11 files
<br><br>
</p>
</html>

View File

@@ -1,2 +0,0 @@
/* color overrides */
/*green*/ h1,nav{background:#08b955;}h2,th,footer{background:#99d1b4;}a[href],nav>a[href]{border-color:#18b975;}nav>a[href]{background:#dce6e3;}iframe{border-left-color:#dce6e3;}

View File

@@ -1,2 +0,0 @@
/* color overrides */
/*pink*/ h1,nav{background:#b90855;}h2,th,footer{background:#d199b4;}a[href],nav>a[href]{border-color:#b91875;}nav>a[href]{background:#e6dce3;}iframe{border-left-color:#e6dce3;}

View File

@@ -1,183 +0,0 @@
/* Style sheet for the Quick Reference pages *
* (c) Rijk 2013 */
ul, ol {margin: 0; padding: 0 0 0 1.5em;}
ol {counter-reset: item;}
li {display: block; list-style: none; position: relative; padding: .3em 0; margin: 0;}
li h3 {padding: 0; margin: 0;}
ol > li:before {
content: counters(item, ".") ". ";
counter-increment: item;
display: inline-block;
width: 2em;
position: absolute;
left: -2.3em;
text-align: right;
}
ol.append li:before, ol.other li:before, li.no-num:before {content: none;}
ol.append li, .other li, li.no-num {display: list-item;}
ol.append li {list-style-type: upper-alpha;}
.other li {list-style: none;}
li.turner {position: relative;}
.turner img {
position: absolute; left: -1em; top: .5em;
border-width: 0;
vertical-align: bottom;
height: 11px;
width: 11px;
margin: 1px 1px 1px 0;
}
ul ol .turner img {left: -2.2em;}
html, body.iframed {height: 100%; padding: 0;}
body {
/* .875 means 14 px font, .75 means 12px font. nav bar layout adapts more or less to the font size */
font: .875em/1.125 "Segoe UI", sans-serif;*/
color: #333;
background: #efefef;
margin: 0;
padding: 1.652em 0 0;
}
h1, h2, h3 {
font: bold 1em "Segoe UI", sans-serif;
}
h1 {
color: #fff;
background: #1875b9;
text-align: center;
margin: 0;
padding: 0.5em 0.1em;
text-shadow: 1px 1px 3px #000;
}
h2, th {
color: #000;
background: #99B4D1;
margin: 0;
padding: .3em;
text-shadow: 1px 1px 3px #666;
font-weight: normal;
text-align: left;
}
h3, h4 {
margin: .5em 0 0.2em 0;
padding-left: 0.2em;
font-weight: normal;
text-shadow: 1px 1px 3px #666;
}
h3 a[href] {text-shadow: none;}
a[href] {
color: #609;
background: inherit;
text-decoration: none;
border-bottom: 1px solid #1875b9;
}
a, a[href], td a[href], li a[href] {text-decoration: none; border-bottom: none; color: inherit; background: inherit;}
a[href]:hover {
text-shadow: 0px 0px 10px #555;
}
div.holder {position: fixed; left: 0; top: 1.652em; bottom: 0; width: 25%; padding-top: 0; overflow: auto;}
iframe {position: fixed; left: 25%; top: 0; width: 75%; height: 100%; border: none; border-top: 1.652em solid transparent; border-left: .1rem solid #dce3e6; box-sizing: border-box; -moz-box-sizing: border-box;}
nav {
display: block;
padding: 1px 0 0 1px;
color: #333; background: #1875b9;
border-bottom: 1px solid #fff;
white-space: nowrap;
position: fixed;
z-index: 2;
top: 0; left: 0; right: 0;
bottom: auto;
height: auto;
height: 1.5em;
width: 100%;
}
nav a[href] {
color: #333; background: #dce3e6;
padding: 2px .5em 1px;
margin: 0;
border: 1px solid #1875b9;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
display: inline-block;
height: 1.14em;
min-width: 1.3em; text-align: center;
font-variant: small-caps; /*text-transform: lowercase;*/
}
nav a[href]#current {
color: #555; background: #fff;
border-bottom: 2px solid #fff;
}
nav a[href]:hover {
outline: none;
color: #555; background: #fff;
text-shadow: none;
}
/* Start: Leaf-Turner QR Pages Styles */
div.leaf table {border: 1px solid #dce3e6; border-width: 0 0 2px 11px; margin-bottom: 0; border-collapse: collapse; width: 100%;}
div.leaf th {padding: 0 2px; background: inherit; color: inherit;}
#html-attr li {margin: 1px 0 0 0; padding: 1px 0 1px 12px;}
#html-attr li.turner {padding: 1px 0 1px 1px;}
/* End: Leaf-Turner QR Pages Styles */
table {margin: 0 0 1em; padding: 0; width: 100%; empty-cells: show; border-collapse: collapse;}
td, th {border: 1px solid #ddd; border-width: 0 1px 1px 0;}
td {
text-align: left;
vertical-align: top;
padding: 2px 4px;
}
tr.lc td + td + td, td.lc {background: #dfdfdf; color: #666;}
tr.cr td + td + td, td.cr, tr.rec td + td + td, td.rec {background: #efdfdf; color: maroon;}
tr.css2010 .name, tr.cr .name, tr.rec .name {
font-variant: small-caps;
text-transform: lowercase;
letter-spacing: .2em;
font-weight: bold;
}
tr.suse .name a, table#legend tr.suse td {
color: #808080;
font-variant: normal;
letter-spacing: normal;
text-decoration: line-through;
font-weight: normal;
}
table#css-prop td + td {text-align: center;}
li:nth-child(even) {background: #fff;}
li:nth-child(odd) {background: #eee;}
tr:nth-child(even) {background: #fff;}
tr:nth-child(odd) {background: #eee;}
small {font-size: .8em;}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -1,105 +0,0 @@
window.onload=SetStyleSheet();
//window.onload=init();
function init(){
SetStyleSheet();
changeLinks();
}
// LeafTurner starts here. Modified from Eric Meyer's script function MaKo.
function GetElementsWithClassName(elementName,className) {
var i;
var allElements = document.getElementsByTagName(elementName);
var elemColl = new Array();
for (i = 0; i < allElements.length; i++) {
if (allElements[i].className == className) {
elemColl[elemColl.length] = allElements[i];
}
}
return elemColl;
}
function initialLeaf() {
var n;
var imgColl = GetElementsWithClassName('img','turner');
var olColl = GetElementsWithClassName('ol','leaf');
var ulColl = GetElementsWithClassName('ul','leaf');
var divColl = GetElementsWithClassName('div','leaf');
for (n = 0; n < imgColl.length; n++) {
imgColl[n].src = '../res/arrow-plus.gif';
}
for (n = 0; n < divColl.length; n++) {
divColl[n].style.display = 'none';
}
for (n = 0; n < olColl.length; n++) {
olColl[n].style.display = 'none';
}
for (n = 0; n < ulColl.length; n++) {
ulColl[n].style.display = 'none';
}
}
function leafTurn(leafName) {
var myLeaf = document.getElementById(leafName);
var myArrow = document.getElementById(leafName+'Turn');
if (myLeaf.style.display == 'none') {
myLeaf.style.display = 'block';
myArrow.src = '../res/arrow-minus.gif';
} else {
myLeaf.style.display = 'none';
myArrow.src = '../res/arrow-plus.gif';
}
}
// if the browser supports sidebar.addPanel and is not Firefox, call the function changeLinks onload
// Firefox directly support rel=sidebar so it doesn't need the script
if((window.sidebar) && (window.sidebar.addPanel) && navigator.vendor != 'Firefox' ){
window.onload=changeLinks;
}
// add event handlers to links with rel=sidebar
function changeLinks() {
var links,i;
// grab all links, loop over them;
links = document.getElementsByTagName('a');
for(i=0; i < links.length; i++) {
// check which link has a rel attribute, with value 'sidebar' and send this one to addTab
// if(links[i].getAttribute('rel')!='') {
if(links[i].getAttribute('rel') && links[i].getAttribute('rel').match(/\bsidebar\b/)) {
// Note: the simple function below doesn't provide for handling relative URLs, and addPanel only works with absolute URLs...
// links[i].onclick=function(){return(addTab(this.title,this.href,''));};
// Hence the hack below to make the URL absolute if it isn't already.
links[i].onclick=function(){
var abshref = this.href;
if(!this.href.match(/^(https?|file):/)) {
abshref = location.protocol + '\/\/' + location.pathname.replace(/\/[^\/]*$/,'\/') + abshref;
}
return(addTab(this.title,abshref,''));
};
}
}
}
function addTab(tabName,tabURL,tabCURL) {
if ((window.sidebar) && (window.sidebar.addPanel) && navigator.vendor != 'Firefox' ){
try {
window.sidebar.addPanel(tabName,tabURL,tabCURL);
}
catch (e) {
alert('An error occurred when trying to add this tab to your '+
'Sidebar. Maybe you have hit a known bug '+
'(see Bugzilla #97016) in some Netscape6/Mozilla versions. '+
'You should be able to click the add tab link again now '+
'and it should work properly, else press F9 twice.');
}
return false;
} else {
return true;
}
}

View File

@@ -1,700 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="icon" href="triplecolors.ico">
<title>TripleColors (TnTLuoma.com)</title>
<style type="text/css">
/* <![CDATA[ */
body {
font-family: Helvetica, Verdana, Arial, sans-serif;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 0;
margin: 0;
}
body * { font-size: xx-small;}
head:first-child+body * {font-size: x-small;}
div#notes {font-size: xx-small ; border: 3px double gray; background: #BBB; padding: 0.5em;}
div p {margin: 0; padding: 0.25em;}
table {text-align: center; border-collapse: separate; border-spacing: 0 1px; width: 100%; margin-bottom: 1em; }
td {padding: 2px 0 0 2px; width: 33%;}
.d { color: white; }
/* ]]> */
</style>
</head>
<body>
<h1>TripleColors: The Best and Most Comprehensive Guide[<a href="#contact">*</a>] to Official <acronym title="Hypertext Markup Language">HTML</acronym> Color Codes</h1>
<table>
<caption><a target="_blank" href="http://www.w3.org/TR/css3-color/#html4"><acronym title="Hypertext Markup Language">HTML</acronym>4 color keywords</a></caption>
<tr><td colspan="3" style="background-color: aqua">aqua</td></tr>
<tr><td colspan="3" class="d" style="background-color: black">black</td></tr>
<tr><td colspan="3" class="d" style="background-color: blue">blue</td></tr>
<tr><td colspan="3" class="d" style="background-color: fuchsia">fuchsia</td></tr>
<tr><td colspan="3" class="d" style="background-color: gray">gray</td></tr>
<tr><td colspan="3" class="d" style="background-color: green">green</td></tr>
<tr><td colspan="3" style="background-color: lime">lime</td></tr>
<tr><td colspan="3" class="d" style="background-color: maroon">maroon</td></tr>
<tr><td colspan="3" class="d" style="background-color: navy">navy</td></tr>
<tr><td colspan="3" class="d" style="background-color: olive">olive</td></tr>
<tr><td colspan="3" class="d" style="background-color: purple">purple</td></tr>
<tr><td colspan="3" class="d" style="background-color: red">red</td></tr>
<tr><td colspan="3" style="background-color: silver">silver</td></tr>
<tr><td colspan="3" class="d" style="background-color: teal">teal</td></tr>
<tr><td colspan="3" style="background-color: white">white</td></tr>
<tr><td colspan="3" style="background-color: yellow">yellow</td></tr>
</table>
<table>
<caption><a target="_blank" href="http://www.w3.org/TR/css3-color/#svg-color"><acronym title="Scalable Vector Graphics">SVG </acronym> color keywords</a> </caption>
<tr class="d">
<td style="background-color: Black">Black</td>
<td style="background-color: #000000">#000000</td>
<td style="background-color: rgb(0,0,0)">0,0,0</td></tr>
<tr class="d">
<td style="background-color: Navy">Navy</td>
<td style="background-color: #000080">#000080</td>
<td style="background-color: rgb(0,0,128)">0,0,128</td></tr>
<tr class="d">
<td style="background-color: DarkBlue">DarkBlue</td>
<td style="background-color: #00008B">#00008B</td>
<td style="background-color: rgb(0,0,139)">0,0,139</td></tr>
<tr class="d">
<td style="background-color: MediumBlue">MediumBlue</td>
<td style="background-color: #0000CD">#0000CD</td>
<td style="background-color: rgb(0,0,205)">0,0,205</td></tr>
<tr class="d">
<td style="background-color: Blue">Blue</td>
<td style="background-color: #0000FF">#0000FF</td>
<td style="background-color: rgb(0,0,255)">0,0,255</td></tr>
<tr class="d">
<td style="background-color: DarkGreen">DarkGreen</td>
<td style="background-color: #006400">#006400</td>
<td style="background-color: rgb(0,100,0)">0,100,0</td></tr>
<tr class="d">
<td style="background-color: Green">Green</td>
<td style="background-color: #008000">#008000</td>
<td style="background-color: rgb(0,128,0)">0,128,0</td></tr>
<tr class="d">
<td style="background-color: Teal">Teal</td>
<td style="background-color: #008080">#008080</td>
<td style="background-color: rgb(0,128,128)">0,128,128</td></tr>
<tr class="d">
<td style="background-color: DarkCyan">DarkCyan</td>
<td style="background-color: #008B8B">#008B8B</td>
<td style="background-color: rgb(0,139,139)">0,139,139</td></tr>
<tr> <td style="background-color: DeepSkyBlue">DeepSkyBlue</td>
<td style="background-color: #00BFFF">#00BFFF</td>
<td style="background-color: rgb(0,191,255)">0,191,255</td></tr>
<tr> <td style="background-color: DarkTurquoise">DarkTurquoise</td>
<td style="background-color: #00CED1">#00CED1</td>
<td style="background-color: rgb(0,206,209)">0,206,209</td></tr>
<tr> <td style="background-color: MediumSpringGreen">MediumSpringGreen</td>
<td style="background-color: #00FA9A">#00FA9A</td>
<td style="background-color: rgb(0,250,154)">0,250,154</td></tr>
<tr> <td style="background-color: Lime">Lime</td>
<td style="background-color: #00FF00">#00FF00</td>
<td style="background-color: rgb(0,255,0)">0,255,0</td></tr>
<tr> <td style="background-color: SpringGreen">SpringGreen</td>
<td style="background-color: #00FF7F">#00FF7F</td>
<td style="background-color: rgb(0,255,127)">0,255,127</td></tr>
<tr> <td style="background-color: Aqua">Aqua</td>
<td style="background-color: #00FFFF">#00FFFF</td>
<td style="background-color: rgb(0,255,255)">0,255,255</td></tr>
<tr> <td style="background-color: Cyan">Cyan</td>
<td style="background-color: #00FFFF">#00FFFF</td>
<td style="background-color: rgb(0,255,255)">0,255,255</td></tr>
<tr class="d">
<td style="background-color: MidnightBlue">MidnightBlue</td>
<td style="background-color: #191970">#191970</td>
<td style="background-color: rgb(25,25,112)">25,25,112</td></tr>
<tr> <td style="background-color: DodgerBlue">DodgerBlue</td>
<td style="background-color: #1E90FF">#1E90FF</td>
<td style="background-color: rgb(30,144,255)">30,144,255</td></tr>
<tr> <td style="background-color: LightSeaGreen">LightSeaGreen</td>
<td style="background-color: #20B2AA">#20B2AA</td>
<td style="background-color: rgb(32,178,170)">32,178,170</td></tr>
<tr class="d">
<td style="background-color: ForestGreen">ForestGreen</td>
<td style="background-color: #228B22">#228B22</td>
<td style="background-color: rgb(34,139,34)">34,139,34</td></tr>
<tr class="d">
<td style="background-color: SeaGreen">SeaGreen</td>
<td style="background-color: #2E8B57">#2E8B57</td>
<td style="background-color: rgb(46,139,87)">46,139,87</td></tr>
<tr class="d">
<td style="background-color: DarkSlateGray">DarkSlateGray</td>
<td style="background-color: #2F4F4F">#2F4F4F</td>
<td style="background-color: rgb(47,79,79)">47,79,79</td></tr>
<tr> <td style="background-color: LimeGreen">LimeGreen</td>
<td style="background-color: #32CD32">#32CD32</td>
<td style="background-color: rgb(50,205,50)">50,205,50</td></tr>
<tr> <td style="background-color: MediumSeaGreen">MediumSeaGreen</td>
<td style="background-color: #3CB371">#3CB371</td>
<td style="background-color: rgb(60,179,113)">60,179,113</td></tr>
<tr> <td style="background-color: Turquoise">Turquoise</td>
<td style="background-color: #40E0D0">#40E0D0</td>
<td style="background-color: rgb(64,224,208)">64,224,208</td></tr>
<tr class="d">
<td style="background-color: RoyalBlue">RoyalBlue</td>
<td style="background-color: #4169E1">#4169E1</td>
<td style="background-color: rgb(65,105,225)">65,105,225</td></tr>
<tr class="d">
<td style="background-color: SteelBlue">SteelBlue</td>
<td style="background-color: #4682B4">#4682B4</td>
<td style="background-color: rgb(70,130,180)">70,130,180</td></tr>
<tr class="d">
<td style="background-color: DarkSlateBlue">DarkSlateBlue</td>
<td style="background-color: #483D8B">#483D8B</td>
<td style="background-color: rgb(72,61,139)">72,61,139</td></tr>
<tr> <td style="background-color: MediumTurquoise">MediumTurquoise</td>
<td style="background-color: #48D1CC">#48D1CC</td>
<td style="background-color: rgb(72,209,204)">72,209,204</td></tr>
<tr class="d">
<td style="background-color: Indigo">Indigo</td>
<td style="background-color: #4B0082">#4B0082</td>
<td style="background-color: rgb(75,0,130)">75,0,130</td></tr>
<tr class="d">
<td style="background-color: DarkOliveGreen">DarkOliveGreen</td>
<td style="background-color: #556B2F">#556B2F</td>
<td style="background-color: rgb(85,107,47)">85,107,47</td></tr>
<tr class="d">
<td style="background-color: CadetBlue">CadetBlue</td>
<td style="background-color: #5F9EA0">#5F9EA0</td>
<td style="background-color: rgb(95,158,160)">95,158,160</td></tr>
<tr> <td style="background-color: CornflowerBlue">CornflowerBlue</td>
<td style="background-color: #6495ED">#6495ED</td>
<td style="background-color: rgb(100,149,237)">100,149,237</td></tr>
<tr> <td style="background-color: MediumAquamarine">MediumAquamarine</td>
<td style="background-color: #66CDAA">#66CDAA</td>
<td style="background-color: rgb(102,205,170)">102,205,170</td></tr>
<tr class="d">
<td style="background-color: DimGray">DimGray</td>
<td style="background-color: #696969">#696969</td>
<td style="background-color: rgb(105,105,105)">105,105,105</td></tr>
<tr class="d">
<td style="background-color: SlateBlue">SlateBlue</td>
<td style="background-color: #6A5ACD">#6A5ACD</td>
<td style="background-color: rgb(106,90,205)">106,90,205</td></tr>
<tr class="d">
<td style="background-color: OliveDrab">OliveDrab</td>
<td style="background-color: #6B8E23">#6B8E23</td>
<td style="background-color: rgb(107,142,35)">107,142,35</td></tr>
<tr class="d">
<td style="background-color: SlateGray">SlateGray</td>
<td style="background-color: #708090">#708090</td>
<td style="background-color: rgb(112,128,144)">112,128,144</td></tr>
<tr class="d">
<td style="background-color: LightSlateGray">LightSlateGray</td>
<td style="background-color: #778899">#778899</td>
<td style="background-color: rgb(119,136,153)">119,136,153</td></tr>
<tr class="d">
<td style="background-color: MediumSlateBlue">MediumSlateBlue</td>
<td style="background-color: #7B68EE">#7B68EE</td>
<td style="background-color: rgb(123,104,238)">123,104,238</td></tr>
<tr> <td style="background-color: LawnGreen">LawnGreen</td>
<td style="background-color: #7CFC00">#7CFC00</td>
<td style="background-color: rgb(124,252,0)">124,252,0</td></tr>
<tr> <td style="background-color: Chartreuse">Chartreuse</td>
<td style="background-color: #7FFF00">#7FFF00</td>
<td style="background-color: rgb(127,255,0)">127,255,0</td></tr>
<tr> <td style="background-color: Aquamarine">Aquamarine</td>
<td style="background-color: #7FFFD4">#7FFFD4</td>
<td style="background-color: rgb(127,255,212)">127,255,212</td></tr>
<tr class="d">
<td style="background-color: Maroon">Maroon</td>
<td style="background-color: #800000">#800000</td>
<td style="background-color: rgb(128,0,0)">128,0,0</td></tr>
<tr class="d">
<td style="background-color: Purple">Purple</td>
<td style="background-color: #800080">#800080</td>
<td style="background-color: rgb(128,0,128)">128,0,128</td></tr>
<tr class="d">
<td style="background-color: Olive">Olive</td>
<td style="background-color: #808000">#808000</td>
<td style="background-color: rgb(128,128,0)">128,128,0</td></tr>
<tr class="d">
<td style="background-color: Gray">Gray</td>
<td style="background-color: #808080">#808080</td>
<td style="background-color: rgb(128,128,128)">128,128,128</td></tr>
<tr> <td style="background-color: SkyBlue">SkyBlue</td>
<td style="background-color: #87CEEB">#87CEEB</td>
<td style="background-color: rgb(135,206,235)">135,206,235</td></tr>
<tr> <td style="background-color: LightSkyBlue">LightSkyBlue</td>
<td style="background-color: #87CEFA">#87CEFA</td>
<td style="background-color: rgb(135,206,250)">135,206,250</td></tr>
<tr class="d">
<td style="background-color: BlueViolet">BlueViolet</td>
<td style="background-color: #8A2BE2">#8A2BE2</td>
<td style="background-color: rgb(138,43,226)">138,43,226</td></tr>
<tr class="d">
<td style="background-color: DarkRed">DarkRed</td>
<td style="background-color: #8B0000">#8B0000</td>
<td style="background-color: rgb(139,0,0)">139,0,0</td></tr>
<tr class="d">
<td style="background-color: DarkMagenta">DarkMagenta</td>
<td style="background-color: #8B008B">#8B008B</td>
<td style="background-color: rgb(139,0,139)">139,0,139</td></tr>
<tr class="d">
<td style="background-color: SaddleBrown">SaddleBrown</td>
<td style="background-color: #8B4513">#8B4513</td>
<td style="background-color: rgb(139,69,19)">139,69,19</td></tr>
<tr> <td style="background-color: DarkSeaGreen">DarkSeaGreen</td>
<td style="background-color: #8FBC8F">#8FBC8F</td>
<td style="background-color: rgb(143,188,143)">143,188,143</td></tr>
<tr> <td style="background-color: LightGreen">LightGreen</td>
<td style="background-color: #90EE90">#90EE90</td>
<td style="background-color: rgb(144,238,144)">144,238,144</td></tr>
<tr> <td style="background-color: MediumPurple">MediumPurple</td>
<td style="background-color: #9370DB">#9370DB</td>
<td style="background-color: rgb(147,112,219)">147,112,219</td></tr>
<tr> <td style="background-color: DarkViolet">DarkViolet</td>
<td style="background-color: #9400D3">#9400D3</td>
<td style="background-color: rgb(148,0,211)">148,0,211</td></tr>
<tr> <td style="background-color: PaleGreen">PaleGreen</td>
<td style="background-color: #98FB98">#98FB98</td>
<td style="background-color: rgb(152,251,152)">152,251,152</td></tr>
<tr> <td style="background-color: DarkOrchid">DarkOrchid</td>
<td style="background-color: #9932CC">#9932CC</td>
<td style="background-color: rgb(153,50,204)">153,50,204</td></tr>
<tr> <td style="background-color: YellowGreen">YellowGreen</td>
<td style="background-color: #9ACD32">#9ACD32</td>
<td style="background-color: rgb(154,205,50)">154,205,50</td></tr>
<tr class="d">
<td style="background-color: Sienna">Sienna</td>
<td style="background-color: #A0522D">#A0522D</td>
<td style="background-color: rgb(160,82,45)">160,82,45</td></tr>
<tr class="d">
<td style="background-color: Brown">Brown</td>
<td style="background-color: #A52A2A">#A52A2A</td>
<td style="background-color: rgb(165,42,42)">165,42,42</td></tr>
<tr> <td style="background-color: DarkGray">DarkGray</td>
<td style="background-color: #A9A9A9">#A9A9A9</td>
<td style="background-color: rgb(169,169,169)">169,169,169</td></tr>
<tr> <td style="background-color: LightBlue">LightBlue</td>
<td style="background-color: #ADD8E6">#ADD8E6</td>
<td style="background-color: rgb(173,216,230)">173,216,230</td></tr>
<tr> <td style="background-color: GreenYellow">GreenYellow</td>
<td style="background-color: #ADFF2F">#ADFF2F</td>
<td style="background-color: rgb(173,255,47)">173,255,47</td></tr>
<tr> <td style="background-color: PaleTurquoise">PaleTurquoise</td>
<td style="background-color: #AFEEEE">#AFEEEE</td>
<td style="background-color: rgb(175,238,238)">175,238,238</td></tr>
<tr> <td style="background-color: LightSteelBlue">LightSteelBlue</td>
<td style="background-color: #B0C4DE">#B0C4DE</td>
<td style="background-color: rgb(176,196,222)">176,196,222</td></tr>
<tr> <td style="background-color: PowderBlue">PowderBlue</td>
<td style="background-color: #B0E0E6">#B0E0E6</td>
<td style="background-color: rgb(176,224,230)">176,224,230</td></tr>
<tr class="d">
<td style="background-color: FireBrick">FireBrick</td>
<td style="background-color: #B22222">#B22222</td>
<td style="background-color: rgb(178,34,34)">178,34,34</td></tr>
<tr> <td style="background-color: DarkGoldenrod">DarkGoldenrod</td>
<td style="background-color: #B8860B">#B8860B</td>
<td style="background-color: rgb(184,134,11)">184,134,11</td></tr>
<tr> <td style="background-color: MediumOrchid">MediumOrchid</td>
<td style="background-color: #BA55D3">#BA55D3</td>
<td style="background-color: rgb(186,85,211)">186,85,211</td></tr>
<tr> <td style="background-color: RosyBrown">RosyBrown</td>
<td style="background-color: #BC8F8F">#BC8F8F</td>
<td style="background-color: rgb(188,143,143)">188,143,143</td></tr>
<tr> <td style="background-color: DarkKhaki">DarkKhaki</td>
<td style="background-color: #BDB76B">#BDB76B</td>
<td style="background-color: rgb(189,183,107)">189,183,107</td></tr>
<tr> <td style="background-color: Silver">Silver</td>
<td style="background-color: #C0C0C0">#C0C0C0</td>
<td style="background-color: rgb(192,192,192)">192,192,192</td></tr>
<tr class="d">
<td style="background-color: MediumVioletRed">MediumVioletRed</td>
<td style="background-color: #C71585">#C71585</td>
<td style="background-color: rgb(199,21,133)">199,21,133</td></tr>
<tr> <td style="background-color: IndianRed">IndianRed</td>
<td style="background-color: #CD5C5C">#CD5C5C</td>
<td style="background-color: rgb(205,92,92)">205,92,92</td></tr>
<tr> <td style="background-color: Peru">Peru</td>
<td style="background-color: #CD853F">#CD853F</td>
<td style="background-color: rgb(205,133,63)">205,133,63</td></tr>
<tr> <td style="background-color: Chocolate">Chocolate</td>
<td style="background-color: #D2691E">#D2691E</td>
<td style="background-color: rgb(210,105,30)">210,105,30</td></tr>
<tr> <td style="background-color: Tan">Tan</td>
<td style="background-color: #D2B48C">#D2B48C</td>
<td style="background-color: rgb(210,180,140)">210,180,140</td></tr>
<tr> <td style="background-color: LightGrey">LightGrey</td>
<td style="background-color: #D3D3D3">#D3D3D3</td>
<td style="background-color: rgb(211,211,211)">211,211,211</td></tr>
<tr> <td style="background-color: Thistle">Thistle</td>
<td style="background-color: #D8BFD8">#D8BFD8</td>
<td style="background-color: rgb(216,191,216)">216,191,216</td></tr>
<tr> <td style="background-color: Orchid">Orchid</td>
<td style="background-color: #DA70D6">#DA70D6</td>
<td style="background-color: rgb(218,112,214)">218,112,214</td></tr>
<tr> <td style="background-color: Goldenrod">Goldenrod</td>
<td style="background-color: #DAA520">#DAA520</td>
<td style="background-color: rgb(218,165,32)">218,165,32</td></tr>
<tr> <td style="background-color: PaleVioletRed">PaleVioletRed</td>
<td style="background-color: #DB7093">#DB7093</td>
<td style="background-color: rgb(219,112,147)">219,112,147</td></tr>
<tr> <td style="background-color: Crimson">Crimson</td>
<td style="background-color: #DC143C">#DC143C</td>
<td style="background-color: rgb(220,20,60)">220,20,60</td></tr>
<tr> <td style="background-color: Gainsboro">Gainsboro</td>
<td style="background-color: #DCDCDC">#DCDCDC</td>
<td style="background-color: rgb(220,220,220)">220,220,220</td></tr>
<tr> <td style="background-color: Plum">Plum</td>
<td style="background-color: #DDA0DD">#DDA0DD</td>
<td style="background-color: rgb(221,160,221)">221,160,221</td></tr>
<tr> <td style="background-color: BurlyWood">BurlyWood</td>
<td style="background-color: #DEB887">#DEB887</td>
<td style="background-color: rgb(222,184,135)">222,184,135</td></tr>
<tr> <td style="background-color: LightCyan">LightCyan</td>
<td style="background-color: #E0FFFF">#E0FFFF</td>
<td style="background-color: rgb(224,255,255)">224,255,255</td></tr>
<tr> <td style="background-color: Lavender">Lavender</td>
<td style="background-color: #E6E6FA">#E6E6FA</td>
<td style="background-color: rgb(230,230,250)">230,230,250</td></tr>
<tr> <td style="background-color: DarkSalmon">DarkSalmon</td>
<td style="background-color: #E9967A">#E9967A</td>
<td style="background-color: rgb(233,150,122)">233,150,122</td></tr>
<tr> <td style="background-color: Violet">Violet</td>
<td style="background-color: #EE82EE">#EE82EE</td>
<td style="background-color: rgb(238,130,238)">238,130,238</td></tr>
<tr> <td style="background-color: PaleGoldenrod">PaleGoldenrod</td>
<td style="background-color: #EEE8AA">#EEE8AA</td>
<td style="background-color: rgb(238,232,170)">238,232,170</td></tr>
<tr> <td style="background-color: LightCoral">LightCoral</td>
<td style="background-color: #F08080">#F08080</td>
<td style="background-color: rgb(240,128,128)">240,128,128</td></tr>
<tr> <td style="background-color: Khaki">Khaki</td>
<td style="background-color: #F0E68C">#F0E68C</td>
<td style="background-color: rgb(240,230,140)">240,230,140</td></tr>
<tr> <td style="background-color: AliceBlue">AliceBlue</td>
<td style="background-color: #F0F8FF">#F0F8FF</td>
<td style="background-color: rgb(240,248,255)">240,248,255</td></tr>
<tr> <td style="background-color: Honeydew">Honeydew</td>
<td style="background-color: #F0FFF0">#F0FFF0</td>
<td style="background-color: rgb(240,255,240)">240,255,240</td></tr>
<tr> <td style="background-color: Azure">Azure</td>
<td style="background-color: #F0FFFF">#F0FFFF</td>
<td style="background-color: rgb(240,255,255)">240,255,255</td></tr>
<tr> <td style="background-color: SandyBrown">SandyBrown</td>
<td style="background-color: #F4A460">#F4A460</td>
<td style="background-color: rgb(244,164,96)">244,164,96</td></tr>
<tr> <td style="background-color: Wheat">Wheat</td>
<td style="background-color: #F5DEB3">#F5DEB3</td>
<td style="background-color: rgb(245,222,179)">245,222,179</td></tr>
<tr> <td style="background-color: Beige">Beige</td>
<td style="background-color: #F5F5DC">#F5F5DC</td>
<td style="background-color: rgb(245,245,220)">245,245,220</td></tr>
<tr> <td style="background-color: WhiteSmoke">WhiteSmoke</td>
<td style="background-color: #F5F5F5">#F5F5F5</td>
<td style="background-color: rgb(245,245,245)">245,245,245</td></tr>
<tr> <td style="background-color: MintCream">MintCream</td>
<td style="background-color: #F5FFFA">#F5FFFA</td>
<td style="background-color: rgb(245,255,250)">245,255,250</td></tr>
<tr> <td style="background-color: GhostWhite">GhostWhite</td>
<td style="background-color: #F8F8FF">#F8F8FF</td>
<td style="background-color: rgb(248,248,255)">248,248,255</td></tr>
<tr> <td style="background-color: Salmon">Salmon</td>
<td style="background-color: #FA8072">#FA8072</td>
<td style="background-color: rgb(250,128,114)">250,128,114</td></tr>
<tr> <td style="background-color: AntiqueWhite">AntiqueWhite</td>
<td style="background-color: #FAEBD7">#FAEBD7</td>
<td style="background-color: rgb(250,235,215)">250,235,215</td></tr>
<tr> <td style="background-color: Linen">Linen</td>
<td style="background-color: #FAF0E6">#FAF0E6</td>
<td style="background-color: rgb(250,240,230)">250,240,230</td></tr>
<tr> <td style="background-color: LightGoldenrodYellow">LightGoldenrodYellow</td>
<td style="background-color: #FAFAD2">#FAFAD2</td>
<td style="background-color: rgb(250,250,210)">250,250,210</td></tr>
<tr> <td style="background-color: OldLace">OldLace</td>
<td style="background-color: #FDF5E6">#FDF5E6</td>
<td style="background-color: rgb(253,245,230)">253,245,230</td></tr>
<tr> <td style="background-color: Red">Red</td>
<td style="background-color: #FF0000">#FF0000</td>
<td style="background-color: rgb(255,0,0)">255,0,0</td></tr>
<tr> <td style="background-color: Fuchsia">Fuchsia</td>
<td style="background-color: #FF00FF">#FF00FF</td>
<td style="background-color: rgb(255,0,255)">255,0,255</td></tr>
<tr> <td style="background-color: Magenta">Magenta</td>
<td style="background-color: #FF00FF">#FF00FF</td>
<td style="background-color: rgb(255,0,255)">255,0,255</td></tr>
<tr> <td style="background-color: DeepPink">DeepPink</td>
<td style="background-color: #FF1493">#FF1493</td>
<td style="background-color: rgb(255,20,147)">255,20,147</td></tr>
<tr> <td style="background-color: OrangeRed">OrangeRed</td>
<td style="background-color: #FF4500">#FF4500</td>
<td style="background-color: rgb(255,69,0)">255,69,0</td></tr>
<tr> <td style="background-color: Tomato">Tomato</td>
<td style="background-color: #FF6347">#FF6347</td>
<td style="background-color: rgb(255,99,71)">255,99,71</td></tr>
<tr> <td style="background-color: HotPink">HotPink</td>
<td style="background-color: #FF69B4">#FF69B4</td>
<td style="background-color: rgb(255,105,180)">255,105,180</td></tr>
<tr> <td style="background-color: Coral">Coral</td>
<td style="background-color: #FF7F50">#FF7F50</td>
<td style="background-color: rgb(255,127,80)">255,127,80</td></tr>
<tr> <td style="background-color: DarkOrange">DarkOrange</td>
<td style="background-color: #FF8C00">#FF8C00</td>
<td style="background-color: rgb(255,140,0)">255,140,0</td></tr>
<tr> <td style="background-color: LightSalmon">LightSalmon</td>
<td style="background-color: #FFA07A">#FFA07A</td>
<td style="background-color: rgb(255,160,122)">255,160,122</td></tr>
<tr> <td style="background-color: Orange">Orange</td>
<td style="background-color: #FFA500">#FFA500</td>
<td style="background-color: rgb(255,165,0)">255,165,0</td></tr>
<tr> <td style="background-color: LightPink">LightPink</td>
<td style="background-color: #FFB6C1">#FFB6C1</td>
<td style="background-color: rgb(255,182,193)">255,182,193</td></tr>
<tr> <td style="background-color: Pink">Pink</td>
<td style="background-color: #FFC0CB">#FFC0CB</td>
<td style="background-color: rgb(255,192,203)">255,192,203</td></tr>
<tr> <td style="background-color: Gold">Gold</td>
<td style="background-color: #FFD700">#FFD700</td>
<td style="background-color: rgb(255,215,0)">255,215,0</td></tr>
<tr> <td style="background-color: PeachPuff">PeachPuff</td>
<td style="background-color: #FFDAB9">#FFDAB9</td>
<td style="background-color: rgb(255,218,185)">255,218,185</td></tr>
<tr> <td style="background-color: NavajoWhite">NavajoWhite</td>
<td style="background-color: #FFDEAD">#FFDEAD</td>
<td style="background-color: rgb(255,222,173)">255,222,173</td></tr>
<tr> <td style="background-color: Moccasin">Moccasin</td>
<td style="background-color: #FFE4B5">#FFE4B5</td>
<td style="background-color: rgb(255,228,181)">255,228,181</td></tr>
<tr> <td style="background-color: Bisque">Bisque</td>
<td style="background-color: #FFE4C4">#FFE4C4</td>
<td style="background-color: rgb(255,228,196)">255,228,196</td></tr>
<tr> <td style="background-color: MistyRose">MistyRose</td>
<td style="background-color: #FFE4E1">#FFE4E1</td>
<td style="background-color: rgb(255,228,225)">255,228,225</td></tr>
<tr> <td style="background-color: BlanchedAlmond">BlanchedAlmond</td>
<td style="background-color: #FFEBCD">#FFEBCD</td>
<td style="background-color: rgb(255,235,205)">255,235,205</td></tr>
<tr> <td style="background-color: PapayaWhip">PapayaWhip</td>
<td style="background-color: #FFEFD5">#FFEFD5</td>
<td style="background-color: rgb(255,239,213)">255,239,213</td></tr>
<tr> <td style="background-color: LavenderBlush">LavenderBlush</td>
<td style="background-color: #FFF0F5">#FFF0F5</td>
<td style="background-color: rgb(255,240,245)">255,240,245</td></tr>
<tr> <td style="background-color: Seashell">Seashell</td>
<td style="background-color: #FFF5EE">#FFF5EE</td>
<td style="background-color: rgb(255,245,238)">255,245,238</td></tr>
<tr> <td style="background-color: Cornsilk">Cornsilk</td>
<td style="background-color: #FFF8DC">#FFF8DC</td>
<td style="background-color: rgb(255,248,220)">255,248,220</td></tr>
<tr> <td style="background-color: LemonChiffon">LemonChiffon</td>
<td style="background-color: #FFFACD">#FFFACD</td>
<td style="background-color: rgb(255,250,205)">255,250,205</td></tr>
<tr> <td style="background-color: FloralWhite">FloralWhite</td>
<td style="background-color: #FFFAF0">#FFFAF0</td>
<td style="background-color: rgb(255,250,240)">255,250,240</td></tr>
<tr> <td style="background-color: Snow">Snow</td>
<td style="background-color: #FFFAFA">#FFFAFA</td>
<td style="background-color: rgb(255,250,250)">255,250,250</td></tr>
<tr> <td style="background-color: Yellow">Yellow</td>
<td style="background-color: #FFFF00">#FFFF00</td>
<td style="background-color: rgb(255,255,0)">255,255,0</td></tr>
<tr> <td style="background-color: LightYellow">LightYellow</td>
<td style="background-color: #FFFFE0">#FFFFE0</td>
<td style="background-color: rgb(255,255,224)">255,255,224</td></tr>
<tr> <td style="background-color: Ivory">Ivory</td>
<td style="background-color: #FFFFF0">#FFFFF0</td>
<td style="background-color: rgb(255,255,240)">255,255,240</td></tr>
</table>
<table id="systemcolors">
<caption><a target="_blank" href="http://www.w3.org/TR/CSS21/ui.html#system-colors">System Colors</a></caption>
<tr><td colspan="3" style="background-color: ActiveBorder">ActiveBorder</td></tr>
<tr><td colspan="3" class="d" style="background-color: ActiveCaption">ActiveCaption</td></tr>
<tr><td colspan="3" style="background-color: AppWorkspace">AppWorkspace</td></tr>
<tr><td colspan="3" style="background-color: Background">Background</td></tr>
<tr><td colspan="3" style="background-color: ButtonFace">ButtonFace</td></tr>
<tr><td colspan="3" style="background-color: ButtonHighlight">ButtonHighlight</td></tr>
<tr><td colspan="3" style="background-color: ButtonShadow">ButtonShadow</td></tr>
<tr><td colspan="3" class="d" style="background-color: ButtonText">ButtonText</td></tr>
<tr><td colspan="3" style="background-color: CaptionText">CaptionText</td></tr>
<tr><td colspan="3" style="background-color: GrayText">GrayText</td></tr>
<tr><td colspan="3" class="d" style="background-color: Highlight">Highlight</td></tr>
<tr><td colspan="3" style="background-color: HighlightText">HighlightText</td></tr>
<tr><td colspan="3" style="background-color: InactiveBorder">InactiveBorder</td></tr>
<tr><td colspan="3" style="background-color: InactiveCaption">InactiveCaption</td></tr>
<tr><td colspan="3" style="background-color: InactiveCaptionText">InactiveCaptionText</td></tr>
<tr><td colspan="3" style="background-color: InfoBackground">InfoBackground</td></tr>
<tr><td colspan="3" class="d" style="background-color: InfoText">InfoText</td></tr>
<tr><td colspan="3" style="background-color: Menu">Menu</td></tr>
<tr><td colspan="3" class="d" style="background-color: MenuText">MenuText</td></tr>
<tr><td colspan="3" style="background-color: Scrollbar">Scrollbar</td></tr>
<tr><td colspan="3" class="d" style="background-color: ThreeDDarkShadow">ThreeDDarkShadow</td></tr>
<tr><td colspan="3" style="background-color: ThreeDFace">ThreeDFace</td></tr>
<tr><td colspan="3" style="background-color: ThreeDHighlight">ThreeDHighlight</td></tr>
<tr><td colspan="3" style="background-color: ThreeDLightShadow">ThreeDLightShadow</td></tr>
<tr><td colspan="3" style="background-color: ThreeDShadow">ThreeDShadow</td></tr>
<tr><td colspan="3" style="background-color: Window">Window</td></tr>
<tr><td colspan="3" class="d" style="background-color: WindowFrame">WindowFrame</td></tr>
<tr><td colspan="3" class="d" style="background-color: WindowText">WindowText</td></tr>
</table>
<div id="notes">
<p>The color names can be used but the <abbr title="Hexadecimal">Hex</abbr> or <acronym title="Red, Green, Blue">RGB</acronym> colors are preferred.</p>
<p>This list taken from <a target="_blank" href="http://www.w3.org/TR/css3-color/">http://www.w3.org/TR/css3-color/</a>.</p>
<p><a class="sidebar" href="/sidebars/triplecolors/" rel="sidebar" title="TripleColors">Add TripleColors to your Opera Panels</a> or
<a title="Selecting this link will add TripleColors to Mozilla/Netscape Sidebars" href="http://dirt.netscape.com/cgi-bin/sidebar.cgi?title=TripleColors&amp;URL=http://www.tntluoma.com/sidebars/triplecolors/">Add TripleColors to Netscape / Mozilla sidebars</a></p>
<p>Compiled by <a target="_blank" href="http://www.tntluoma.com">Tim Luoma</a> (latest version available at <a target="_blank" href="http://www.tntluoma.com/sidebars/triplecolors/">http://www.tntluoma.com/sidebars/triplecolors/</a>.</p>
<p><a target="_blank" href="http://www.tntluoma.com/sidebars/">See more Sidebars at TnTLuoma.com</a></p>
<p><a target="_self" href="/sidebars/triplecolors/">Reload this page</a></p>
<p id="contact">It is my goal to have the most complete list of <em>official colors</em> according to the <a href="http://www.w3.org">W3</a> specifications in a format which is conducive to being used as a Sidebar or Hotlist Panel. If you have any suggestions/corrections/additions, please <a target="_blank" href="http://www.tntluoma.com/contactus/">contact me</a>.</p>
</div>
<p>
<a href='javascript:if((typeof window.sidebar == "object") &amp;&amp; (typeof window.sidebar.addPanel == "function")) window.sidebar.addPanel(document.title, location.href,"")'>Add to Mozilla Sidebars (requires Javascript)</a>
</p>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -1,249 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unicode Charts Panel</title>
<style type="text/css" media="all">
<!--
body {
margin:0;
padding:0;
height:100%;
font-family:"Lucida sans unicode";
font-size:12px;
background-color:#99f;
}
ul {
list-style:none;
list-style-position:inside;
padding:0;
margin:0;
}
li {
margin:0;
padding:0;
}
#control {
position:fixed;
top:0;
left:0;
right:0;
z-index:10;
}
#control ul {
max-width:286px;
margin:0 auto;
background:#ccc url('pics/metall10d.gif') repeat scroll top right;
height:83px;
padding:0 7px;
}
#control li {
padding-top:7px;
}
#control select {
font-size:12px;
width:100%;
}
#control h1 {
margin:-3px 0;
padding:0;
color:#666;
font-size:12px;
text-align:right;
}
#output ul{
max-width:286px;
margin:0 auto;
padding:78px 7px 7px 7px;
background:#ccc url('pics/metall10d.gif') repeat scroll top right;
}
#output li {
margin:7px 0 0 0;
background:transparent url('pics/metall5breit.gif') repeat scroll center center;
text-align:center;
white-space:pre;
font-size:40px;
line-height:80px;
}
#output .neighbor {
color:#ccc;
}
#output .hex, #output .dez {
font-size:10px;
font-family:"Lucida sans unicode";
line-height:12px;
padding:63px 5px 0 5px;
color:#666;
float:left;
}
#output .hex {
float:right;
}
* html {
padding-top:76px;
}
* html, * html body {
overflow:hidden;
}
* html #first {
position:absolute;
width:100%;
height:100%;
padding:0;
margin:0;
}
* html #control, * html #output {
position:absolute;
width:100%;
overflow-y:scroll;
}
* html #control{
top:-76px;
}
* html #output {
height:100%;
overflow:auto;
}
* html #output ul, * html #control ul {
/*
width:expression(document.body.clientWidth > 332 ? "300px" : (document.body.clientWidth-32)+"px");
margin-left:expression(document.body.clientWidth > 332 ? (document.body.clientWidth-318)/2+"px" : "0");
*/
width:300px;
margin:0 auto;
}
* html #output ul {
padding-top:0px;
}
* html #output li, * html #control li {
float:left;
width:100%;
}
-->
</style>
<style id='times' type='text/css'>#output li {font-family:"Times new roman"}</style>
<style id='trebuchet' type='text/css'>#output li {font-family:"Trebuchet MS"}</style>
<style id='garamond' type='text/css'>#output li {font-family:"Garamond"}</style>
<style id='lucida' type='text/css'>#output li {font-family:"Lucida sans unicode"}</style>
<style id='arialBlack' type='text/css'>#output li {font-family:"Arial Black"}</style>
<style id='arialNarrow' type='text/css'>#output li {font-family:"Arial Narrow"}</style>
<script type="text/javascript">
//<![CDATA[
function newEle(type, attrs, content, toNode, ret) {
if(type) {
var ele=document.createElement(type);
if(attrs) for(var i=0; i<attrs.length; i++)
eval('ele.'+attrs[i][0]+(attrs[i][2] ? '=\u0027' :'=')+attrs[i][1]+(attrs[i][2] ? '\u0027' :''));
if(content) ele.appendChild(document.createTextNode(content));
if(toNode) toNode.appendChild(ele);
if(ret) return ele;
}
else {
toNode.appendChild(document.createTextNode(content));
}
}
function unicode(from,to,thisNot){
window.scrollTo(0,0);
//var parent=document.getElementById('output').getElementsByTagName('ul')[0];
//while(parent.childNodes.length>0) parent.removeChild(parent.firstChild);
//parent.innerHTML='';
var parent=document.getElementById('output');
while(parent.childNodes.length>0) parent.removeChild(parent.firstChild);
parent=parent.appendChild(document.createElement('ul'));
from=parseInt(from,16);
to=parseInt(to,16);
if(thisNot) {
for(var i=0;i<thisNot.length;i++){
if(/-/.test(thisNot[i])) {
var temp=[];
for(var k=thisNot[i].replace(/-.*.$/,''); k<=thisNot[i].replace(/^..*-/,''); k++)temp.push(k);
thisNot[i]=temp.join('-');
}
}
thisNot='-'+thisNot.join('-')+'-';
}
function makeRow (dez,hex) {
var li=newEle('li','','',parent,1);
newEle('span',[['className','dez',1]],dez,li);
newEle('span',[['className','hex',1]],hex.toUpperCase(),li);
newEle('span',[['className','neighbor',1]],'m',li);
newEle('','',eval('\'\\u'+b+'\''),li);
newEle('span',[['className','neighbor',1]],'m',li);
}
for(var k=from;k<to+1;k++){
var run=true;
if(thisNot && thisNot.indexOf('-'+k+'-')!=-1) run=false;
if(run) {
var b=k.toString(16);
while(b.length<4)b='0'+b;
makeRow (k,b);
}
}
}
function font(that) {
for(var i=1;sheet=document.getElementsByTagName('style')[i];i++) sheet.disabled=true;
if(that) document.getElementById(that).disabled=false;
}
window.onload=function(){
font();
unicode('0000','007F',['0-8',12,'14-31',127]);
}
//]]>
</script>
</head>
<body>
<ul id='first'>
<li id='control'>
<ul>
<li><h1>Unicode Charts</h1></li>
<li><select id='bereich' onchange="eval(this.value);this.blur()" >
<option value="unicode('0000','007F',['0-8',12,'14-31',127])">Basic Latin</option>
<option value="unicode('0080','00FF',['128-159'])">Latin-1 Supplement</option>
<option value="unicode('0100','017F')">Latin Extended-A</option>
<option value="unicode('0180','024F')">Latin Extended-B</option>
<option value="unicode('0250','02AF')">IPA Extensions</option>
<option value="unicode('02B0','02FF')">Spacing Modifier Letters</option>
<option value="unicode('0300','036F')">Combining Diacritical Marks</option>
<option value="unicode('0370','03FF',['880-883','886-889','891-893','895-899',907,909,930,975,'1019-1022'])">Greek</option>
<option value="unicode('1D00','1D7F')">Phonetic Extensions</option>
<option value="unicode('1E00','1EFF')">Latin Extended Additional</option>
<option value="unicode('1F00','1FFF')">Greek Extended</option>
<option value="unicode('2000','206F')">General Punctuation</option>
<option value="unicode('2070','209F')">Superscripts and Subscripts</option>
<option value="unicode('20A0','20CF')">Currency Symbols</option>
<option value="unicode('20D0','20FF')">Combining Marks for Symbols</option>
<option value="unicode('2100','214F')">Letterlike Symbols</option>
<option value="unicode('2150','218F')">Number Forms</option>
<option value="unicode('2190','21FF')">Arrows</option>
<option value="unicode('2200','22FF')">Mathematical Operators</option>
<option value="unicode('2300','23FF')">Miscellaneous Technical</option>
<option value="unicode('2400','243F')">Control Pictures</option>
<option value="unicode('2440','245F')" >Optical Character Recognition</option>
<option value="unicode('2460','24FF')" >Enclosed Alphanumerics</option>
<option value="unicode('2500','257F')" >Box Drawing</option>
<option value="unicode('2580','259F')" >Block Elements</option>
<option value="unicode('25A0','25FF')" >Geometric Shapes</option>
<option value="unicode('2600','26FF')" >Miscellaneous Symbols</option>
<option value="unicode('2700','27BF')" >Dingbats</option>
<option value="unicode('27C0','27FF')" >Miscellaneous Mathematical Symbols-A</option>
<option value="unicode('27F0','27FF')" >Supplemental Arrows-A</option>
<option value="window.open('http://www.unicode.org/charts/','','')" >go to unicode page</option>
</select></li>
<li><select id='languages' onchange="eval(this.value);this.blur()" >
<option value="font('times')">times</option>
<option value="font('trebuchet')">trebuchet</option>
<option value="font('garamond')">garamond</option>
<option value="font('lucida')" selected="selected">lucida</option>
<option value="font('arialBlack')">black</option>
<option value="font('arialNarrow')">narrow</option>
</select></li>
</ul>
</li>
<li id='output'>
<ul><li></li></ul>
</li>
</ul>
</body>
</html>

View File

@@ -1,41 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="$Version: $ tree v1.7.0 (c) 1996 - 2014 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
<title>pics</title>
<style type="text/css">
<!--
BODY { font-family : ariel, monospace, sans-serif; }
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: black; background-color: transparent;}
B { font-weight: normal; color: black; background-color: transparent;}
A:visited { font-weight : normal; text-decoration : none; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:link { font-weight : normal; text-decoration : none; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:hover { color : #000000; font-weight : normal; text-decoration : underline; background-color : yellow; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:active { color : #000000; font-weight: normal; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM { color: black; background-color: transparent;}
.FIFO { color: purple; background-color: transparent;}
.CHAR { color: yellow; background-color: transparent;}
.DIR { color: blue; background-color: transparent;}
.BLOCK { color: yellow; background-color: transparent;}
.LINK { color: aqua; background-color: transparent;}
.SOCK { color: fuchsia;background-color: transparent;}
.EXEC { color: green; background-color: transparent;}
-->
</style>
</head>
<body>
<h1>pics</h1><p>
<a class="NORM" href="..">..</a><br>
[&nbsp;16K&nbsp;Aug&nbsp;13&nbsp;&nbsp;2013]&nbsp;&nbsp;<a class="EXEC" href="./metall10d.gif">metall10d.gif</a><br>
[2.2K&nbsp;Aug&nbsp;13&nbsp;&nbsp;2013]&nbsp;&nbsp;<a class="EXEC" href="./metall5breit.gif">metall5breit.gif</a><br>
<br><br>
</p>
<p>
0 directories, 2 files
<br><br>
</p>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -1,62 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="$Version: $ tree v1.7.0 (c) 1996 - 2014 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
<title>sdthumbs</title>
<style type="text/css">
<!--
BODY { font-family : ariel, monospace, sans-serif; }
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: black; background-color: transparent;}
B { font-weight: normal; color: black; background-color: transparent;}
A:visited { font-weight : normal; text-decoration : none; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:link { font-weight : normal; text-decoration : none; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:hover { color : #000000; font-weight : normal; text-decoration : underline; background-color : yellow; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:active { color : #000000; font-weight: normal; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM { color: black; background-color: transparent;}
.FIFO { color: purple; background-color: transparent;}
.CHAR { color: yellow; background-color: transparent;}
.DIR { color: blue; background-color: transparent;}
.BLOCK { color: yellow; background-color: transparent;}
.LINK { color: aqua; background-color: transparent;}
.SOCK { color: fuchsia;background-color: transparent;}
.EXEC { color: green; background-color: transparent;}
-->
</style>
</head>
<body>
<h1>sdthumbs</h1><p>
<a class="NORM" href="..">..</a><br>
[&nbsp;73K&nbsp;May&nbsp;21&nbsp;&nbsp;2017]&nbsp;&nbsp;<a class="EXEC" href="./1337x.png">1337x.png</a><br>
[&nbsp;20K&nbsp;Apr&nbsp;&nbsp;2&nbsp;&nbsp;2016]&nbsp;&nbsp;<a class="EXEC" href="./Aftenposten.png">Aftenposten.png</a><br>
[&nbsp;15K&nbsp;Mar&nbsp;30&nbsp;&nbsp;2016]&nbsp;&nbsp;<a class="EXEC" href="./BBC.png">BBC.png</a><br>
[&nbsp;11K&nbsp;Oct&nbsp;10&nbsp;&nbsp;2016]&nbsp;&nbsp;<a class="EXEC" href="./Feedly.png">Feedly.png</a><br>
[7.9K&nbsp;Oct&nbsp;23&nbsp;&nbsp;2019]&nbsp;&nbsp;<a class="EXEC" href="./GOG.png">GOG.png</a><br>
[&nbsp;34K&nbsp;Nov&nbsp;13&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="EXEC" href="./GOG-old.png">GOG-old.png</a><br>
[&nbsp;57K&nbsp;Apr&nbsp;&nbsp;1&nbsp;&nbsp;2016]&nbsp;&nbsp;<a class="EXEC" href="./Hinterland.png">Hinterland.png</a><br>
[&nbsp;70K&nbsp;Feb&nbsp;&nbsp;2&nbsp;&nbsp;2019]&nbsp;&nbsp;<a class="EXEC" href="./Inmatrix.png">Inmatrix.png</a><br>
[&nbsp;16K&nbsp;Dec&nbsp;11&nbsp;21:43]&nbsp;&nbsp;<a class="EXEC" href="./Mastodon.png">Mastodon.png</a><br>
[&nbsp;17K&nbsp;Sep&nbsp;&nbsp;6&nbsp;&nbsp;2018]&nbsp;&nbsp;<a class="EXEC" href="./NRK.png">NRK.png</a><br>
[4.4K&nbsp;Aug&nbsp;21&nbsp;&nbsp;2021]&nbsp;&nbsp;<a class="EXEC" href="./NRK-TV.png">NRK-TV.png</a><br>
[8.4K&nbsp;Nov&nbsp;18&nbsp;&nbsp;2018]&nbsp;&nbsp;<a class="EXEC" href="./RPS.png">RPS.png</a><br>
[&nbsp;52K&nbsp;Jan&nbsp;27&nbsp;&nbsp;2021]&nbsp;&nbsp;<a class="EXEC" href="./RPS-new.png">RPS-new.png</a><br>
[&nbsp;23K&nbsp;Jun&nbsp;17&nbsp;&nbsp;2017]&nbsp;&nbsp;<a class="EXEC" href="./RPS-old.png">RPS-old.png</a><br>
[8.8K&nbsp;Feb&nbsp;28&nbsp;&nbsp;2018]&nbsp;&nbsp;<a class="EXEC" href="./StartMe.png">StartMe.png</a><br>
[&nbsp;23K&nbsp;Oct&nbsp;10&nbsp;&nbsp;2016]&nbsp;&nbsp;<a class="EXEC" href="./Steam.png">Steam.png</a><br>
[&nbsp;43K&nbsp;Nov&nbsp;23&nbsp;&nbsp;2020]&nbsp;&nbsp;<a class="EXEC" href="./Telia-play.png">Telia-play.png</a><br>
[&nbsp;39K&nbsp;Oct&nbsp;22&nbsp;&nbsp;2019]&nbsp;&nbsp;<a class="EXEC" href="./TheRegister.png">TheRegister.png</a><br>
[&nbsp;59K&nbsp;Apr&nbsp;&nbsp;1&nbsp;&nbsp;2016]&nbsp;&nbsp;<a class="EXEC" href="./Tripwire.png">Tripwire.png</a><br>
[&nbsp;35K&nbsp;Mar&nbsp;30&nbsp;&nbsp;2016]&nbsp;&nbsp;<a class="EXEC" href="./TWCenter.png">TWCenter.png</a><br>
[&nbsp;73K&nbsp;Jun&nbsp;28&nbsp;&nbsp;2017]&nbsp;&nbsp;<a class="EXEC" href="./Vivaldi.png">Vivaldi.png</a><br>
[8.3K&nbsp;Apr&nbsp;&nbsp;9&nbsp;&nbsp;2017]&nbsp;&nbsp;<a class="EXEC" href="./Waxy.png">Waxy.png</a><br>
[8.6K&nbsp;Oct&nbsp;21&nbsp;&nbsp;2019]&nbsp;&nbsp;<a class="EXEC" href="./Youtube.png">Youtube.png</a><br>
<br><br>
</p>
<p>
0 directories, 23 files
<br><br>
</p>
</html>

View File

@@ -1 +0,0 @@
{"options":{"check_for_updates":false,"comment":"","compat_foreach":false,"compat_metadata":false,"compat_powerful_this":null,"compat_wrappedjsobject":false,"compatopts_for_requires":true,"noframes":null,"override":{"merge_connects":true,"merge_excludes":true,"merge_includes":false,"merge_matches":true,"orig_connects":[],"orig_excludes":[],"orig_includes":["*://*"],"orig_matches":[],"orig_noframes":null,"orig_run_at":"document-idle","use_blockers":[],"use_connects":[],"use_excludes":[],"use_includes":[],"use_matches":["*://connect.garmin.com/*","*://*.ovps.de/*","*://*.vaberlin.de/*","*://*.discord.com/*"]},"run_at":null,"sandbox":null,"tab_types":null,"unwrap":null},"settings":{"enabled":true,"position":3},"meta":{"name":"Absolute Enable Right Click & Copy","uuid":"3ded8744-62b8-45b2-afdc-2daa3f6313af","modified":1672099402357,"file_url":"https://greasyfork.org/scripts/23772-absolute-enable-right-click-copy/code/Absolute%20Enable%20Right%20Click%20%20Copy.user.js"}}

View File

@@ -1 +0,0 @@
{"ts":1654514671397,"data":{}}

View File

@@ -1,187 +0,0 @@
// ==UserScript==
// @name Absolute Enable Right Click & Copy
// @namespace Absolute Right Click
// @description Force Enable Right Click & Copy & Highlight
// @shortcutKeys [Ctrl + `] Activate Absolute Right Click Mode To Force Remove Any Type Of Protection
// @author Absolute
// @version 1.8.9
// @include *://*
// @icon https://i.imgur.com/AC7SyUr.png
// @compatible Chrome Google Chrome + Tampermonkey
// @grant GM_registerMenuCommand
// @license BSD
// @copyright Absolute, 2016-Oct-06
// ==/UserScript==
(function() {
'use strict';
var css = document.createElement('style');
var head = document.head;
css.type = 'text/css';
css.innerText = `* {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}`;
function main() {
var doc = document;
var body = document.body;
var docEvents = [
doc.oncontextmenu = null,
doc.onselectstart = null,
doc.ondragstart = null,
doc.onmousedown = null
];
var bodyEvents = [
body.oncontextmenu = null,
body.onselectstart = null,
body.ondragstart = null,
body.onmousedown = null,
body.oncut = null,
body.oncopy = null,
body.onpaste = null
];
[].forEach.call(
['copy', 'cut', 'paste', 'select', 'selectstart'],
function(event) {
document.addEventListener(event, function(e) { e.stopPropagation(); }, true);
}
);
alwaysAbsoluteMode();
enableCommandMenu();
head.appendChild(css);
document.addEventListener('keydown', keyPress);
}
function keyPress(event) {
if (event.ctrlKey && event.keyCode == 220) {
return confirm('Activate Absolute Right Click Mode!') == true ? absoluteMode() : null;
}
}
function absoluteMode() {
[].forEach.call(
['contextmenu', 'copy', 'cut', 'paste', 'mouseup', 'mousedown', 'keyup', 'keydown', 'drag', 'dragstart', 'select', 'selectstart'],
function(event) {
document.addEventListener(event, function(e) { e.stopPropagation(); }, true);
}
);
}
function alwaysAbsoluteMode() {
let sites = ['example.com','www.example.com'];
const list = RegExp(sites.join('|')).exec(location.hostname);
return list ? absoluteMode() : null;
}
function enableCommandMenu() {
var commandMenu = true;
try {
if (typeof(GM_registerMenuCommand) == undefined) {
return;
} else {
if (commandMenu == true ) {
GM_registerMenuCommand('Enable Absolute Right Click Mode', function() {
return confirm('Activate Absolute Right Click Mode!') == true ? absoluteMode() : null;
});
}
}
}
catch(err) {
console.log(err);
}
}
var blackList = [
'youtube.com','.google.','.google.com','greasyfork.org','twitter.com','instagram.com','facebook.com','translate.google.com','.amazon.','.ebay.','github.','stackoverflow.com',
'bing.com','live.com','.microsoft.com','dropbox.com','pcloud.com','box.com','sync.com','onedrive.com','mail.ru','deviantart.com','pastebin.com',
'dailymotion.com','twitch.tv','spotify.com','steam.com','steampowered.com','gitlab.com','.reddit.com'
]
var enabled = false;
var url = window.location.hostname;
var match = RegExp(blackList.join('|')).exec(url);
if (window && typeof window != undefined && head != undefined) {
if (!match && enabled != true) {
main();
enabled = true
//console.log(location.hostname);
window.addEventListener('contextmenu', function contextmenu(event) {
event.stopPropagation();
event.stopImmediatePropagation();
var handler = new eventHandler(event);
window.removeEventListener(event.type, contextmenu, true);
var eventsCallBack = new eventsCall(function() {});
handler.fire();
window.addEventListener(event.type, contextmenu, true);
if (handler.isCanceled && (eventsCallBack.isCalled)) {
event.preventDefault();
}
}, true);
}
function eventsCall() {
this.events = ['DOMAttrModified', 'DOMNodeInserted', 'DOMNodeRemoved', 'DOMCharacterDataModified', 'DOMSubtreeModified'];
this.bind();
}
eventsCall.prototype.bind = function() {
this.events.forEach(function (event) {
document.addEventListener(event, this, true);
}.bind(this));
};
eventsCall.prototype.handleEvent = function() {
this.isCalled = true;
};
eventsCall.prototype.unbind = function() {
this.events.forEach(function (event) {}.bind(this));
};
function eventHandler(event) {
this.event = event;
this.contextmenuEvent = this.createEvent(this.event.type);
}
eventHandler.prototype.createEvent = function(type) {
var target = this.event.target;
var event = target.ownerDocument.createEvent('MouseEvents');
event.initMouseEvent(
type, this.event.bubbles, this.event.cancelable,
target.ownerDocument.defaultView, this.event.detail,
this.event.screenX, this.event.screenY, this.event.clientX, this.event.clientY,
this.event.ctrlKey, this.event.altKey, this.event.shiftKey, this.event.metaKey,
this.event.button, this.event.relatedTarget
);
return event;
};
eventHandler.prototype.fire = function() {
var target = this.event.target;
var contextmenuHandler = function(event) {
event.preventDefault();
}.bind(this);
target.dispatchEvent(this.contextmenuEvent);
this.isCanceled = this.contextmenuEvent.defaultPrevented;
};
}
})();

View File

@@ -1 +0,0 @@
{"options":{"check_for_updates":true,"comment":null,"compat_foreach":false,"compat_metadata":false,"compat_powerful_this":null,"compat_prototypes":false,"compat_wrappedjsobject":false,"compatopts_for_requires":true,"noframes":null,"override":{"merge_connects":true,"merge_excludes":true,"merge_includes":true,"merge_matches":false,"orig_connects":[],"orig_excludes":[],"orig_includes":[],"orig_matches":["*://*/*"],"orig_noframes":null,"orig_run_at":"document-start","use_blockers":[],"use_connects":[],"use_excludes":[],"use_includes":[],"use_matches":["*://music.youtube.com/*"]},"run_at":null,"tab_types":null},"settings":{"enabled":true,"position":2},"meta":{"name":"Disable page close confirmation","uuid":"29b5aaa7-8ef4-41a9-b589-583bc41a5779","modified":1642196588804,"file_url":"https://greasyfork.org/scripts/4279-disable-page-close-confirmation/code/Disable%20page%20close%20confirmation.user.js"}}

View File

@@ -1 +0,0 @@
{"ts":1642196591002,"data":{}}

View File

@@ -1,32 +0,0 @@
// ==UserScript==
// @name Disable page close confirmation
// @description Disable page close confirmation (onBeforeUnload)
// @namespace http://nags.must.die
// @version 2.0
// @grant none
// @run-at document-start
// @match *://*/*
// ==/UserScript==
(function () {
var spoofer = {
enumerable: true,
configurable: false,
get: () => null,
set: fn => fn,
};
Object.defineProperties(window, {
onbeforeunload: spoofer,
onunload: spoofer,
});
var originalAdd = EventTarget.prototype.addEventListener;
EventTarget.prototype.addEventListener = function (type) {
var tl;
if (this !== window ||
typeof type !== 'string' ||
(tl = type.toLowerCase()) !== 'beforeunload' && tl !== 'unload') {
originalAdd.apply(this, arguments);
}
};
})();

View File

@@ -1 +0,0 @@
{"options":{"check_for_updates":false,"comment":null,"compatopts_for_requires":true,"compat_wrappedjsobject":false,"compat_metadata":false,"compat_foreach":false,"compat_powerful_this":null,"sandbox":null,"noframes":null,"unwrap":null,"run_at":null,"tab_types":null,"override":{"merge_connects":true,"merge_excludes":true,"merge_includes":true,"merge_matches":true,"orig_connects":[],"orig_excludes":[],"orig_includes":["https://www.google.com/url?*q=*"],"orig_matches":[],"orig_noframes":null,"orig_run_at":"document-start","use_blockers":[],"use_connects":[],"use_excludes":[],"use_includes":[],"use_matches":[]}},"settings":{"enabled":true,"position":4},"meta":{"name":"Google I'm Feeling Lucky Redirect","uuid":"e8841671-f77e-4ce0-a44b-9d78f8618a39","modified":1672495936618,"file_url":"https://greasyfork.org/scripts/422086-google-i-m-feeling-lucky-redirect/code/Google%20I'm%20Feeling%20Lucky%20Redirect.user.js"}}

View File

@@ -1 +0,0 @@
{"ts":1645628827820,"data":{}}

View File

@@ -1,21 +0,0 @@
// ==UserScript==
// @name Google I'm Feeling Lucky Redirect
// @namespace https://snomiao.com/
// @version 0.3.0
// @description Immediately redirects when google prompts 'redirection notice'. Used to circumvent google pestering you when querying with I'm Feeling Lucky feature.
// @author snomiao
// @include https://www.google.com/url?*q=*
// @icon https://icons.duckduckgo.com/ip2/google.com.ico
// @run-at document-start
// @github https://github.com/snomiao/userscript.js/blob/master/GoogleImFeelingLuckyRedirect.user.js
// ==/UserScript==
// ref: [Workaround for Google I'm Feeling Lucky Redirect]( https://greasyfork.org/en/scripts/390770-workaround-for-google-i-m-feeling-lucky-redirect )
const url = Object.fromEntries(
location.search
.slice(1)
.split('&')
.map((e) => e.split('='))
).q;
if (url) location = url;

View File

@@ -1 +0,0 @@
{"options":{"check_for_updates":true,"comment":null,"compatopts_for_requires":true,"compat_wrappedjsobject":false,"compat_metadata":false,"compat_foreach":false,"compat_powerful_this":null,"sandbox":null,"noframes":null,"unwrap":null,"run_at":null,"tab_types":null,"override":{"use_includes":[],"orig_includes":[],"merge_includes":true,"use_matches":[],"orig_matches":["*://*.rockpapershotgun.com/*"],"merge_matches":true,"use_excludes":[],"orig_excludes":["*://forum.rockpapershotgun.com/*"],"merge_excludes":true,"use_connects":[],"orig_connects":[],"merge_connects":true,"use_blockers":[],"orig_run_at":"document-start","orig_noframes":null}},"settings":{"enabled":true,"position":5},"meta":{"name":"RPS Night Mode","uuid":"0eb7141b-a77c-4f7d-b774-2599bfee0027","modified":1672497784464,"file_url":"https://greasyfork.org/scripts/370482-rps-night-mode/code/RPS%20Night%20Mode.user.js"}}

View File

@@ -1 +0,0 @@
{"ts":1665846673062,"data":{}}

View File

@@ -1,37 +0,0 @@
// ==UserScript==
// @name RPS Night Mode
// @namespace https://greasyfork.org/en/users/197428-pathduck
// @license MIT
// @version 0.40
// @description Night mode for site "Rock, Paper, Shotgun"
// @author Pathduck
// @supportURL https://greasyfork.org/en/scripts/370482-rps-night-mode
// @match *://*.rockpapershotgun.com/*
// @exclude *://forum.rockpapershotgun.com/*
// @icon https://icons.duckduckgo.com/ip2/rockpapershotgun.com.ico
// @grant GM_addStyle
// @run-at document-start
// ==/UserScript==
GM_addStyle(`
body {color: #eee !important; background: black !important;}
figcaption {color: #00b893 !important;}
input {color: #eee !important;}
#content {background: #393939 !important; border-radius: 16px;}
#comments .markdown {background: unset !important;}
.article[data-article-type], .summary[data-article-type] {--color: #ee77a7;--strap-color: #ee77a7;}
.article[data-premium=true], .summary[data-premium=true] {--color: #9763ff !important; --strap-color: #9763ff !important;}
.article_body_content blockquote {background: #222 !important;}
.app_header, .app_footer {background: black !important; border: none;}
.app_footer a, .app_footer button {color: #eee !important;}
.article p a, .article_header a {color: #00b893 !important;}
.archive_by_date a {color: #00b893 !important;}
.nav_primary a, .nav_secondary a {color: #eee !important;}
.profile-comments a {color: #00b893 !important;}
.section_title, .page_title, .label {color: #00b893 !important;}
.supporters_shelf .section_title {color: #9763ff !important;}
.strapline, .disclaimer, .alert {color: #eee !important;}
.title, .title a, .summary a {color: #00b893 !important;}
.thumbnail:after {content: unset !important;}
.username .name {color: white !important;}
`);

View File

@@ -1 +0,0 @@
{"action_menu_columns":"1","action_menu_scripts_hide_disabled":false,"action_menu_scripts_sort":"auto","appearance_badge_color":"#ee3131","appearance_badges":"running","configMode":100,"connect_mode":"off","editor_autoLint":true,"editor_autoLintMaxLen":"1000000","editor_autoSave":true,"editor_easySave":true,"editor_electricChars":true,"editor_enabled":true,"editor_fontSize":"100","editor_highlightSelectionMatches":"cursor","editor_highlightTrailingWhitespace":true,"editor_indentUnit":"2","editor_indentWithTabs":"spaces","editor_keyMap":"windows","editor_lineWrapping":false,"editor_linter_config":null,"editor_tabMode":"classic","editor_tabSize":"2","editor_theme":"default","editor_trimTrailingSpacesFromModifiedLines":true,"enabled":true,"external_connect":"all","favicon_service":"duckduckgo","forbiddenPages":["*example.org/*","*paypal.tld/*","*stripe.com/*","/^.*:\\/\\/apis\\.google\\.com\\/((?!render)([^\\/]+)\\/)+([^\\/]+)?$/","*://www.facebook.com/plugins/*","*://platform.twitter.com/widgets/*"],"incognito_mode":"temporary","layout":"default","layout_user_css":"","notification_showUpdate":"changelog","page_filter_mode":"black","page_whitelist":["/https?:\\/\\/greasyfork\\.org\\/.*/"],"require_sri_mode":"supported","runtime_inject_mode":"default","script_blacklist_server":[{"rules":["/https?:\\/\\/userscripts\\.org\\/scripts\\/(source|version)/(102614).*\\.user\\.js/"],"severity":2},{"name":"SaveFrom.net helper","reason":"Shows advertisements","rules":["/https?:\\/\\/sf-addon\\.com\\/.*\\/.*\\.user\\.js/","/https?:\\/\\/.*\\.sf-helper\\.com\\/.*\\.user\\.js/"],"severity":3},{"reasons":{"en":"Used for a phishing compain to compromise users of baon-nutrition.com"},"rules":["/https?:\\/\\/files\\.ulysse\\.travel\\/.*\\.user\\.js/"],"severity":8},{"name":"Local YouTube Downloader","reasons":{"en":"Shows a disturbing alert message at every page with a youtube frame or iframe"},"rules":["/https?:\\/\\/greasyfork\\.org\\/scripts\\/369400-.*\\.user\\.js.*/"],"severity":8}],"webrequest_fixCSP":"no","webrequest_modHeaders":"no"}

View File

@@ -1 +0,0 @@
{"options":{"check_for_updates":true,"comment":null,"compatopts_for_requires":true,"compat_wrappedjsobject":false,"compat_metadata":false,"compat_foreach":false,"compat_powerful_this":null,"sandbox":null,"noframes":null,"unwrap":null,"run_at":null,"tab_types":null,"override":{"use_includes":[],"orig_includes":[],"merge_includes":true,"use_matches":[],"orig_matches":["https://forum.vivaldi.net/*"],"merge_matches":true,"use_excludes":[],"orig_excludes":["https://forum.vivaldi.net/assets/*"],"merge_excludes":true,"use_connects":[],"orig_connects":[],"merge_connects":true,"use_blockers":[],"orig_run_at":"document-start","orig_noframes":null}},"settings":{"enabled":true,"position":6},"meta":{"name":"Vivaldi Forum Tweaks","uuid":"a59b229e-cfbc-4cfd-b626-57015e249641","modified":1672497628562,"file_url":"https://greasyfork.org/scripts/457399-vivaldi-forum-tweaks/code/Vivaldi%20Forum%20Tweaks.user.js"}}

View File

@@ -1 +0,0 @@
{"ts":1672497325995,"data":{}}

View File

@@ -1,72 +0,0 @@
// ==UserScript==
// @name Vivaldi Forum Tweaks
// @namespace https://greasyfork.org/en/users/197428-pathduck
// @license MIT
// @version 0.8
// @description CSS tweaks for Vivaldi Forums
// @author Pathduck
// @supportURL https://greasyfork.org/en/scripts/457399-vivaldi-forum-tweaks
// @match https://forum.vivaldi.net/*
// @exclude https://forum.vivaldi.net/assets/*
// @icon https://icons.duckduckgo.com/ip2/vivaldi.net.ico
// @grant GM_addStyle
// @run-at document-start
// ==/UserScript==
GM_addStyle(`
@media (min-width: 960px) {body {padding-top: 95px;}}
body {font-size: 15px;}
hr {margin: 5px;}
pre, pre code {padding: 5px !important;}
ul#vivaldimenu {margin-bottom: 0;};
small.pull-right {padding: 0; margin: 0px;}
#communitysubmenu { min-height: unset; top: 40px; padding: 0px;}
#content, main#panel {padding-top: 0px !important;}
#menucontent, #vivaldi-header, .navbar {min-height: unset; padding: 0; height: 40px;}
#menucontent>.row {padding: 5px 5px 0; height: 40px;}
#menucontent #search-form .form-control {margin: 5px;}
#menucontent #search-form input.form-control {max-width: unset !important; width: 320px;}
#newtopicbar {padding: 5px; margin-bottom: 5px;}
#submenu {top: 65px !important;}
#submenu.isfixed {top: 40px !important;}
#submenu, #submenu li, #submenu ul {line-height: 30px; height: 30px;}
#vivaldi-header .sublinks a {padding: 0;}
.account .cover {margin-top: 50px !important;}
.breadcrumb {padding: 0; margin-bottom: 0px;}
.btn {line-height: 1;}
.btn-toolbar {padding-top: 5px;}
.categories-title {margin: 5px 0 5px;}
.categories>li, .category>ul>li {margin-bottom: 0px; padding-bottom: 0px;}
.composer .preview, .composer .write {font-size: 15px;}
.dropdown-menu {font-size: 13px;}
.form-control:focus, .dropdown-toggle:focus {outline: solid !important;}
.header .notification-list, .header .chat-list {max-height: 60vh;}
.navbar-nav>li>a {padding: 10px 15px; margin-top: 2px;}
.navbar-nav>li>a#user_dropdown {padding: 5px 15px;margin-top: 2px;}
.posts-list-item.deleted {opacity: .5 !important;}
.search .bootstrap-tagsinput:has(input:focus) {outline: solid;}
.small.pull-right {margin-top: 0px;}
.topic-list-header {top: 30px;}
.topic h1 {line-height: 25px; font-weight: bold;}
.topic .topic-info, .topic .topic-info>* {margin-bottom: 0px; padding-bottom: 2px; padding-top: 0px;}
.topic .posts .content .img-responsive, .message-body img {max-width: 50vw; max-height: 30vh;}
/* Dark skin fixes */
.skin-dark blockquote {background-color: #333; border-left: 5px solid #4c70f0;}
.skin-dark code, .skin-dark pre {color: #fff; background-color: #333;}
.skin-dark .account .profile .profile-meta strong {color: #fff;}
.skin-dark .alert-window .alert {background-color: #333;}
.skin-dark .alert-window .alert.alert-info {color: limegreen;}
.skin-dark .alert-warning {background-color: darkred;}
.skin-dark .btn-primary, .pagination>.active>a {background-color: #3652b0;}
.skin-dark .composer .preview a {color: #809cff !important}
.skin-dark .label-success {background-color: green;}
.skin-dark .search .bootstrap-tagsinput,
.skin-dark .search .bootstrap-tagsinput input {border: 0; background-color: #272727; color: #fff;}
.skin-dark .topic .posts a {color: #809cff !important}
.skin-dark .topic .posts .dropdown-menu a {color: #fff !important}
/* External link warning */
a[rel^="nofollow"]::after{font-size:12px; content:"⚠️";}
a[href*="vivaldi"]::after{content: unset;}
`);

View File

@@ -1 +0,0 @@
{"options":{"check_for_updates":true,"comment":null,"compat_foreach":false,"compat_metadata":false,"compat_powerful_this":null,"compat_prototypes":false,"compat_wrappedjsobject":false,"compatopts_for_requires":true,"noframes":null,"override":{"merge_connects":true,"merge_excludes":true,"merge_includes":true,"merge_matches":true,"orig_connects":[],"orig_excludes":[],"orig_includes":[],"orig_matches":["https://www.youtube.com/*"],"orig_noframes":true,"orig_run_at":"document-idle","use_blockers":[],"use_connects":[],"use_excludes":[],"use_includes":[],"use_matches":[]},"run_at":null,"tab_types":null},"settings":{"enabled":true,"position":1},"meta":{"name":"YouTube fast fullscreen toggle","uuid":"7cbfb171-b070-4682-a3e4-07918a9e9632","modified":1632432693263,"file_url":"https://raw.githubusercontent.com/ZimbiX/youtube-fast-fullscreen-toggle/master/extension/contentScript.js"}}

View File

@@ -1 +0,0 @@
{"ts":1616100197540,"data":{}}

Some files were not shown because too many files have changed in this diff Show More