vivaldi/panels/CSS/prop-interactive.html
Stian Lund 60e2138a12 commit
2024-08-05 18:15:25 +02:00

60 lines
3.5 KiB
HTML
Executable File

<!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>