Sie sind auf Seite 1von 12

Emmet Documentation

Syntax
.title
Child: > Multiplication: * <div class="title"></div>
nav>ul>li ul>li*5 form#search.wide
<nav> <ul> <li></li> </ul> <ul> <li></li> <li></li> <li></li> <form id="search"
</nav> <li></li> <li></li> </ul> class="wide"></form>
p.class1.class2.class3
<p class="class1 class2
Sibling: + Item numbering: $ class3"></p>

div+p+bq ul>li.item$*5
<div></div> <p></p> <ul> <li class="item1"></li> <li Custom attributes
<blockquote></blockquote> class="item2"></li> <li
class="item3"></li> <li p[title="Hello world"]
class="item4"></li> <li <p title="Hello world"></p>
Climb-up: ^ class="item5"></li> </ul> td[rowspan=2 colspan=3 title]
h$[title=item$]{Header $}*3 <td rowspan="2" colspan="3"
div+div>p>span+em^bq <h1 title="item1">Header 1</h1> title=""></td>
<div></div> <div> <h2 title="item2">Header 2</h2> [a='value1' b="value2"]
<p><span></span><em></em> <h3 title="item3">Header 3</h3> <div a="value1"
</p> <blockquote></blockquote> ul>li.item$$$*5 b="value2"></div>
</div> <ul> <li class="item001"></li>
div+div>p>span+em^^bq <li class="item002"></li> <li
<div></div> <div> class="item003"></li> <li Text: {}
<p><span></span><em></em> class="item004"></li> <li
</p> </div> a{Click me}
class="item005"></li> </ul>
<blockquote></blockquote> <a href="">Click me</a>
ul>li.item$@-*5
p>{Click }+a{here}+{ to
<ul> <li class="item5"></li> <li
continue}
class="item4"></li> <li
Grouping: () class="item3"></li> <li
<p>Click <a href="">here</a> to
continue</p>
div>(header>ul>li*2>a) class="item2"></li> <li
+footer>p class="item1"></li> </ul>
ul>li.item$@3*5
<div> <header> <ul> <li><a
<ul> <li class="item3"></li> <li
Implicit tag names
href=""></a></li> <li><a
href=""></a></li> </ul> class="item4"></li> <li .class
</header> <footer> <p></p> class="item5"></li> <li <div class="class"></div>
</footer> </div> class="item6"></li> <li em>.class
(div>dl>(dt+dd)*3)+footer>p class="item7"></li> </ul> <em><span
<div> <dl> <dt></dt> class="class"></span></em>
<dd></dd> <dt></dt> ul>.class
<dd></dd> <dt></dt> ID and CLASS attributes <ul> <li class="class"></li> </ul>
<dd></dd> </dl> </div> <footer> table>.row>.col
#header
<p></p> </footer> <table> <tr class="row"> <td
<div id="header"></div>
class="col"></td> </tr> </table>

HTML
All unknown abbreviations will be transformed to tag, e.g. foo <foo></foo>.
! <acronym <col />
Alias of html:5 title=""></acronym> link
base <link rel="stylesheet"
<!DOCTYPE html> <html <base href="" /> href="" />
lang="en"> <head> <meta basefont link:css
charset="UTF-8" /> <basefont /> <link rel="stylesheet"
<title>Document</title> br href="style.css" />
</head> <body> </body> <br /> link:print
</html> frame <link rel="stylesheet"
a <frame /> href="print.css" media="print" />
<a href=""></a> hr link:favicon
a:link <hr /> <link rel="shortcut icon"
<a href="http://"></a> bdo type="image/x-icon"
a:mail <bdo dir=""></bdo> href="favicon.ico" />
<a href="mailto:"></a> bdo:r link:touch
abbr <bdo dir="rtl"></bdo> <link rel="apple-touch-icon"
<abbr title=""></abbr> bdo:l href="favicon.png" />
acronym, acr <bdo dir="ltr"></bdo> link:rss
col
<link rel="alternate" <iframe src="" input:datetime
type="application/rss+xml" frameborder="0"></iframe Alias of inp[type=datetime]
title="RSS" href="rss.xml" /> >
link:atom embed <input type="datetime"
<link rel="alternate" <embed src="" type="" /> name="" id="" />
type="application/atom+xml" object input:date
title="Atom" href="atom.xml" /> <object data="" Alias of inp[type=date]
link:import, link:im type=""></object>
<link rel="import" param <input type="date"
href="component.html" /> <param name="" name="" id="" />
meta value="" /> input:datetime-local
<meta /> map Alias of inp[type=datetime-local]
meta:utf <map name=""></map>
<input type="datetime-
<meta http-equiv="Content-Type" area
local" name="" id="" />
content="text/html;charset=UTF- <area shape="" coords=""
input:month
8" /> href="" alt="" />
meta:win area:d Alias of inp[type=month]
<meta http-equiv="Content-Type" <area shape="default" <input type="month"
content="text/html;charset=window href="" alt="" /> name="" id="" />
s-1251" /> area:c input:week
meta:vp <area shape="circle"
Alias of inp[type=week]
<meta name="viewport" coords="" href="" alt="" />
content="width=device-width, user- area:r <input type="week"
scalable=no, initial-scale=1.0, <area shape="rect" name="" id="" />
maximum-scale=1.0, minimum- coords="" href="" alt="" /> input:time
scale=1.0" /> area:p Alias of inp[type=time]
meta:compat <area shape="poly"
<meta http-equiv="X-UA- coords="" href="" alt="" /> <input type="time"
Compatible" content="IE=7" /> form name="" id="" />
style <form action=""></form> input:tel
<style></style> form:get Alias of inp[type=tel]
script <form action=""
<script></script> method="get"></form> <input type="tel" name=""
script:src form:post id="" />
<script src=""></script> <form action="" input:number
img method="post"></form> Alias of inp[type=number]
<img src="" alt="" /> label
<input type="number"
img:srcset, img:s <label for=""></label>
name="" id="" />
<img srcset="" src="" alt="" input
input:color
/> <input type="text" />
img:sizes, img:z inp Alias of inp[type=color]
<img sizes="" srcset="" <input type="text" <input type="color"
src="" alt="" /> name="" id="" /> name="" id="" />
picture input:hidden, input:h input:checkbox, input:c
<picture></picture> Alias of input[type=hidden
source, src Alias of inp[type=checkbox]
name]
<source /> <input type="checkbox"
source:src, src:sc <input type="hidden" name="" id="" />
<source src="" type="" /> name="" /> input:radio, input:r
source:srcset, src:s input:text, input:t
Alias of inp[type=radio]
<source srcset="" /> Alias of inp
source:media, src:m <input type="radio"
<source media="(min-width: <input type="text" name="" id="" />
)" srcset="" /> name="" id="" /> input:range
source:type, src:t input:search
Alias of inp[type=range]
<source srcset="" Alias of inp[type=search]
type="image/" /> <input type="range"
<input type="search" name="" id="" />
source:sizes, src:z
name="" id="" /> input:file, input:f
<source sizes=""
input:email
srcset="" /> Alias of inp[type=file]
source:media:type, src:mt Alias of inp[type=email]
<source media="(min-width: <input type="file" name=""
<input type="email" id="" />
)" srcset="" name="" id="" />
type="image/" /> input:submit, input:s
input:url <input type="submit"
source:media:sizes, src:mz
<source media="(min-width: Alias of inp[type=url] value="" />
)" sizes="" srcset="" /> input:image, input:i
<input type="url" name=""
source:sizes:type, src:zt <input type="image" src=""
id="" />
<source sizes="" srcset="" alt="" />
input:password, input:p
type="image/" /> input:button, input:b
Alias of inp[type=password] <input type="button"
iframe
<input type="password" value="" />
name="" id="" /> isindex
<isindex /> fig <address></address>
input:reset Alias of figure dlg
Alias of input:button[type=reset] Alias of dialog
<figure></figure>
<input type="reset" figc <dialog></dialog>
value="" /> Alias of figcaption str
select Alias of strong
<select name="" <figcaption></figcaption>
id=""></select> pic <strong></strong>
select:disabled, select:d Alias of picture prog
Alias of select[disabled.] Alias of progress
<picture></picture>
<select name="" id="" ifr <progress></progress>
disabled="disabled"></sele Alias of iframe mn
ct> Alias of main
option, opt <iframe src=""
<option frameborder="0"></iframe <main></main>
value=""></option> > tem
textarea emb Alias of template
<textarea name="" id="" Alias of embed
<template></template>
cols="30"
<embed src="" type="" /> datag
rows="10"></textarea>
obj Alias of datagrid
marquee
<marquee behavior="" Alias of object
<datagrid></datagrid>
direction=""></marquee> <object data="" datal
menu:context, menu:c type=""></object> Alias of datalist
Alias of menu[type=context]> cap
<datalist></datalist>
<menu Alias of caption
kg
type="context"></menu> <caption></caption> Alias of keygen
menu:toolbar, menu:t colg
<keygen />
Alias of menu[type=toolbar]> Alias of colgroup out
<menu <colgroup></colgroup> Alias of output
type="toolbar"></menu> fst, fset
video <output></output>
Alias of fieldset det
<video src=""></video>
audio <fieldset></fieldset> Alias of details
<audio src=""></audio> btn
<details></details>
html:xml Alias of button cmd
<html
xmlns="http://www.w3.org/1 <button></button> Alias of command
999/xhtml"></html> optg <command />
keygen Alias of optgroup doc
<keygen /> Alias of
command <optgroup></optgroup>
html>(head>meta[charset=$
<command /> tarea
{charset}]
button:submit, button:s, btn:s Alias of textarea
+title{${1:Document}})+body
Alias of button[type=submit] <textarea name="" id="" <html> <head> <meta
<button cols="30" charset="UTF-8" />
type="submit"></button> rows="10"></textarea> <title>Document</title>
button:reset, button:r, btn:r leg </head> <body> </body>
Alias of button[type=reset] Alias of legend </html>
<legend></legend> doc4
<button
sect Alias of html>(head>meta[http-
type="reset"></button>
button:disabled, button:d, btn:d Alias of section equiv="Content-Type"
content="text/html;charset=$
Alias of button[disabled.] <section></section> {charset}"]
<button art +title{${1:Document}})+body
disabled="disabled"></butt Alias of article
on> <html> <head> <meta
<article></article> http-equiv="Content-Type"
fieldset:disabled, fieldset:d,
hdr content="text/html;charset=
fset:d, fst:d
Alias of header UTF-8" />
Alias of fieldset[disabled.] <title>Document</title>
<header></header> </head> <body> </body>
<fieldset
ftr </html>
disabled="disabled"></field
set> Alias of footer ri:dpr, ri:d
bq <footer></footer> Alias of img:s
Alias of blockquote adr <img srcset="" src="" alt=""
<blockquote></blockquote Alias of address />
> ri:viewport, ri:v
Alias of img:z <!DOCTYPE html PUBLIC <colgroup> <col />
"-//W3C//DTD XHTML 1.0 </colgroup>
<img sizes="" srcset=""
Strict//EN" tr+
src="" alt="" />
"http://www.w3.org/TR/xhtm Alias of tr>td
ri:art, ri:a
l1/DTD/xhtml1-strict.dtd">
Alias of pic>src:m+img <html <tr> <td></td> </tr>
xmlns="http://www.w3.org/ select+
<picture> <source
media="(min-width: )" 1999/xhtml" Alias of select>option
srcset="" /> <img src="" xml:lang="en"> <head>
<meta http- <select name="" id="">
alt="" /> </picture> <option
ri:type, ri:t equiv="Content-Type"
content="text/html;charset value=""></option>
Alias of pic>src:t+img
=UTF-8" /> </select>
<title>Document</title> optgroup+, optg+
<picture> <source srcset=""
type="image/" /> <img </head> <body> </body> Alias of optgroup>option
src="" alt="" /> </picture> </html>
<optgroup> <option
html:4t html:xxs
value=""></option>
Alias of !!!4t+doc4[lang=$ Alias of !!! </optgroup>
{lang}] xxs+doc4[xmlns=http://www.w3 pic+
.org/1999/xhtml xml:lang=$ Alias of
<!DOCTYPE HTML PUBLIC
{lang}] picture>source:srcset+img
"-//W3C//DTD HTML 4.01
Transitional//EN" <!DOCTYPE html PUBLIC <picture> <source srcset=""
"http://www.w3.org/TR/html4 "-//W3C//DTD XHTML /> <img src="" alt="" />
/loose.dtd"> <html 1.1//EN" </picture>
lang="en"> <head> <meta "http://www.w3.org/TR/xhtm !!!
http-equiv="Content-Type" l11/DTD/xhtml11.dtd"> <!DOCTYPE html>
content="text/html;charset= <html !!!4t
UTF-8" /> xmlns="http://www.w3.org/ <!DOCTYPE HTML PUBLIC
<title>Document</title> 1999/xhtml" "-//W3C//DTD HTML 4.01
</head> <body> </body> xml:lang="en"> <head> Transitional//EN"
</html> <meta http- "http://www.w3.org/TR/html4/loose.d
html:4s equiv="Content-Type" td">
Alias of !!!4s+doc4[lang=$ content="text/html;charset !!!4s
{lang}] =UTF-8" /> <!DOCTYPE HTML PUBLIC
<title>Document</title> "-//W3C//DTD HTML 4.01//EN"
<!DOCTYPE HTML PUBLIC </head> <body> </body> "http://www.w3.org/TR/html4/strict.d
"-//W3C//DTD HTML </html> td">
4.01//EN" html:5 !!!xt
"http://www.w3.org/TR/html4
Alias of !!!+doc[lang=${lang}] <!DOCTYPE html PUBLIC
/strict.dtd"> <html
"-//W3C//DTD XHTML 1.0
lang="en"> <head> <meta <!DOCTYPE html> <html
Transitional//EN"
http-equiv="Content-Type" lang="en"> <head> <meta
"http://www.w3.org/TR/xhtml1/DTD/
content="text/html;charset= charset="UTF-8" />
xhtml1-transitional.dtd">
UTF-8" /> <title>Document</title>
!!!xs
<title>Document</title> </head> <body> </body>
<!DOCTYPE html PUBLIC
</head> <body> </body> </html>
"-//W3C//DTD XHTML 1.0 Strict//EN"
</html> ol+
"http://www.w3.org/TR/xhtml1/DTD/
html:xt Alias of ol>li xhtml1-strict.dtd">
Alias of !!! !!!xxs
<ol> <li></li> </ol>
xt+doc4[xmlns=http://www.w3.or <!DOCTYPE html PUBLIC
ul+
g/1999/xhtml xml:lang=${lang}] "-//W3C//DTD XHTML 1.1//EN"
Alias of ul>li
"http://www.w3.org/TR/xhtml11/DTD
<!DOCTYPE html PUBLIC
<ul> <li></li> </ul> /xhtml11.dtd">
"-//W3C//DTD XHTML 1.0
dl+ c
Transitional//EN"
<!-- ${child} -->
"http://www.w3.org/TR/xhtml Alias of dl>dt+dd
cc:ie6
1/DTD/xhtml1-
<dl> <dt></dt> <!--[if lte IE 6]> ${child} <!
transitional.dtd"> <html
<dd></dd> </dl> [endif]-->
xmlns="http://www.w3.org/1
map+ cc:ie
999/xhtml" xml:lang="en">
Alias of map>area <!--[if IE]> ${child} <!
<head> <meta http-
[endif]-->
equiv="Content-Type" <map name=""> <area cc:noie
content="text/html;charset= shape="" coords="" href="" <!--[if !IE]><!--> ${child}
UTF-8" /> alt="" /> </map> <!--<![endif]-->
<title>Document</title> table+
</head> <body> </body>
</html> Alias of table>tr>td CSS
html:xs <table> <tr> <td></td> CSS module uses fuzzy search
Alias of !!! </tr> </table>
xs+doc4[xmlns=http://www.w3.o colgroup+, colg+ to find unknown abbreviations,
rg/1999/xhtml xml:lang=${lang}] Alias of colgroup>col
e.g. ov:h == ov-h == ovh == If abbreviation wasnt found, it You can prefix abbreviations
oh. is transformed into property with hyphen to produce vendor-
name: foo-bar foo-bar: |; prefixed properties: -foo
d:cp ovy:a
Visual Formatting display:compact; overfow-y:auto;
pos d:tb ovs
position:relative; display:table; overfow-style:scrollbar;
pos:s d:itb ovs:a
position:static; display:inline-table; overfow-style:auto;
pos:a d:tbcp ovs:s
position:absolute; display:table-caption; overfow-style:scrollbar;
pos:r d:tbcl ovs:p
position:relative; display:table-column; overfow-style:panner;
pos:f d:tbclg ovs:m
position:fixed; display:table-column-group; overfow-style:move;
t d:tbhg ovs:mq
top:; display:table-header-group; overfow-style:marquee;
t:a d:tbfg zoo, zm
top:auto; display:table-footer-group; zoom:1;
r d:tbr cp
right:; display:table-row; clip:;
r:a d:tbrg cp:a
right:auto; display:table-row-group; clip:auto;
b d:tbc cp:r
bottom:; display:table-cell; clip:rect(top right bottom left);
b:a d:rb rsz
bottom:auto; display:ruby; resize:;
l d:rbb rsz:n
left:; display:ruby-base; resize:none;
l:a d:rbbg rsz:b
left:auto; display:ruby-base-group; resize:both;
z d:rbt rsz:h
z-index:; display:ruby-text; resize:horizontal;
z:a d:rbtg rsz:v
z-index:auto; display:ruby-text-group; resize:vertical;
f v cur
foat:left; visibility:hidden; cursor:${pointer};
f:n v:v cur:a
foat:none; visibility:visible; cursor:auto;
f:l v:h cur:d
foat:left; visibility:hidden; cursor:default;
f:r v:c cur:c
foat:right; visibility:collapse; cursor:crosshair;
cl ov cur:ha
clear:both; overfow:hidden; cursor:hand;
cl:n ov:v cur:he
clear:none; overfow:visible; cursor:help;
cl:l ov:h cur:m
clear:left; overfow:hidden; cursor:move;
cl:r ov:s cur:p
clear:right; overfow:scroll; cursor:pointer;
cl:b ov:a cur:t
clear:both; overfow:auto; cursor:text;
d ovx
display:block; overfow-x:hidden;
d:n ovx:v Margin & Padding
display:none; overfow-x:visible;
ovx:h m
d:b
overfow-x:hidden; margin:;
display:block;
ovx:s m:a
d:f
overfow-x:scroll; margin:auto;
display:fex;
ovx:a mt
d:if
overfow-x:auto; margin-top:;
display:inline-fex;
ovy mt:a
d:i
overfow-y:hidden; margin-top:auto;
display:inline;
ovy:v mr
d:ib
overfow-y:visible; margin-right:;
display:inline-block;
ovy:h mr:a
d:li
overfow-y:hidden; margin-right:auto;
display:list-item;
ovy:s mb
d:ri
overfow-y:scroll; margin-bottom:;
display:run-in;
mb:a font-weight:lighter; font-smooth:;
margin-bottom:auto; fs fsm:a
ml font-style:${italic}; font-smooth:auto;
margin-left:; fs:n fsm:n
ml:a font-style:normal; font-smooth:never;
margin-left:auto; fs:i fsm:aw
p font-style:italic; font-smooth:always;
padding:; fs:o fst
pt font-style:oblique; font-stretch:;
padding-top:; fv fst:n
pr font-variant:; font-stretch:normal;
padding-right:; fv:n fst:uc
pb font-variant:normal; font-stretch:ultra-condensed;
padding-bottom:; fv:sc fst:ec
pl font-variant:small-caps; font-stretch:extra-condensed;
padding-left:; fz fst:c
font-size:; font-stretch:condensed;
fza fst:sc
Box Sizing font-size-adjust:; font-stretch:semi-condensed;
fza:n fst:se
bxz font-size-adjust:none; font-stretch:semi-expanded;
box-sizing:border-box; f fst:e
bxz:cb font-family:; font-stretch:expanded;
box-sizing:content-box; f:s fst:ee
bxz:bb font-family:serif; font-stretch:extra-expanded;
box-sizing:border-box; f:ss fst:ue
bxsh font-family:sans-serif; font-stretch:ultra-expanded;
box-shadow:inset hof vof blur f:c
color; font-family:cursive;
bxsh:r
box-shadow:inset hof vof blur
f:f Text
font-family:fantasy;
spread rgb(0, 0, 0); f:m va
bxsh:ra font-family:monospace; vertical-align:top;
box-shadow:inset h v blur spread f:a va:sup
rgba(0, 0, 0, .5); font-family: Arial, "Helvetica Neue", vertical-align:super;
bxsh:n Helvetica, sans-serif; va:t
box-shadow:none; f:t vertical-align:top;
w font-family: "Times New Roman", va:tt
width:; Times, Baskerville, Georgia, serif; vertical-align:text-top;
w:a f:v va:m
width:auto; font-family: Verdana, Geneva, sans- vertical-align:middle;
h serif; va:bl
height:; fef vertical-align:baseline;
h:a font-efect:; va:b
height:auto; fef:n vertical-align:bottom;
maw font-efect:none; va:tb
max-width:; fef:eg vertical-align:text-bottom;
maw:n font-efect:engrave; va:sub
max-width:none; fef:eb vertical-align:sub;
mah font-efect:emboss; ta
max-height:; fef:o text-align:left;
mah:n font-efect:outline; ta:l
max-height:none; fem text-align:left;
miw font-emphasize:; ta:c
min-width:; femp text-align:center;
mih font-emphasize-position:; ta:r
min-height:; femp:b text-align:right;
font-emphasize-position:before; ta:j
femp:a text-align:justify;
Font font-emphasize-position:after; ta-lst
fems text-align-last:;
f tal:a
font:; font-emphasize-style:;
fems:n text-align-last:auto;
f+ tal:l
font:1em Arial,sans-serif; font-emphasize-style:none;
fems:ac text-align-last:left;
fw tal:c
font-weight:; font-emphasize-style:accent;
fems:dt text-align-last:center;
fw:n tal:r
font-weight:normal; font-emphasize-style:dot;
fems:c text-align-last:right;
fw:b td
font-weight:bold; font-emphasize-style:circle;
fems:ds text-decoration:none;
fw:br td:n
font-weight:bolder; font-emphasize-style:disc;
fsm text-decoration:none;
fw:lr
td:u text-wrap:;
text-decoration:underline; tw:n
Background
td:o text-wrap:normal; bg
text-decoration:overline; tw:no background:#000;
td:l text-wrap:none; bg+
text-decoration:line-through; tw:u background:#ff url() 0 0 no-
te text-wrap:unrestricted; repeat;
text-emphasis:; tw:s bg:n
te:n text-wrap:suppress; background:none;
text-emphasis:none; tsh bgc
te:ac text-shadow:hof vof blur #000; background-color:#ff;
text-emphasis:accent; tsh:r bgc:t
te:dt text-shadow:h v blur rgb(0, 0, 0); background-color:transparent;
text-emphasis:dot; tsh:ra bgi
te:c text-shadow:h v blur rgba(0, 0, 0, . background-image:url();
text-emphasis:circle; 5); bgi:n
te:ds tsh+ background-image:none;
text-emphasis:disc; text-shadow:0 0 0 #000; bgr
te:b tsh:n background-repeat:;
text-emphasis:before; text-shadow:none; bgr:n
te:a lh background-repeat:no-repeat;
text-emphasis:after; line-height:; bgr:x
th lts background-repeat:repeat-x;
text-height:; letter-spacing:; bgr:y
th:a lts-n background-repeat:repeat-y;
text-height:auto; letter-spacing:normal; bgr:sp
th:f whs background-repeat:space;
text-height:font-size; white-space:; bgr:rd
th:t whs:n background-repeat:round;
text-height:text-size; white-space:normal; bga
th:m whs:p background-attachment:;
text-height:max-size; white-space:pre; bga:f
ti whs:nw background-attachment:fixed;
text-indent:; white-space:nowrap; bga:s
ti:- whs:pw background-attachment:scroll;
text-indent:-9999px; white-space:pre-wrap; bgp
tj whs:pl background-position:0 0;
text-justify:; white-space:pre-line; bgpx
tj:a whsc background-position-x:;
text-justify:auto; white-space-collapse:; bgpy
tj:iw whsc:n background-position-y:;
text-justify:inter-word; white-space-collapse:normal; bgbk
tj:ii whsc:k background-break:;
text-justify:inter-ideograph; white-space-collapse:keep-all; bgbk:bb
tj:ic whsc:l background-break:bounding-box;
text-justify:inter-cluster; white-space-collapse:loose; bgbk:eb
tj:d whsc:bs background-break:each-box;
text-justify:distribute; white-space-collapse:break-strict; bgbk:c
tj:k whsc:ba background-break:continuous;
text-justify:kashida; white-space-collapse:break-all; bgcp
tj:t wob background-clip:padding-box;
text-justify:tibetan; word-break:; bgcp:bb
to wob:n background-clip:border-box;
text-outline:; word-break:normal; bgcp:pb
to+ wob:k background-clip:padding-box;
text-outline:0 0 #000; word-break:keep-all; bgcp:cb
to:n wob:ba background-clip:content-box;
text-outline:none; word-break:break-all; bgcp:nc
tr wos background-clip:no-clip;
text-replace:; word-spacing:; bgo
tr:n wow background-origin:;
text-replace:none; word-wrap:; bgo:pb
tt wow:nm background-origin:padding-box;
text-transform:uppercase; word-wrap:normal; bgo:bb
tt:n wow:n background-origin:border-box;
text-transform:none; word-wrap:none; bgo:cb
tt:c wow:u background-origin:content-box;
text-transform:capitalize; word-wrap:unrestricted; bgsz
tt:u wow:s background-size:;
text-transform:uppercase; word-wrap:suppress; bgsz:a
tt:l wow:b background-size:auto;
text-transform:lowercase; word-wrap:break-word; bgsz:ct
tw background-size:contain;
bgsz:cv ols:dt bdri
background-size:cover; outline-style:dotted; border-right-image:url();
ols:ds bdri:n
outline-style:dashed; border-right-image:none;
Color ols:s bdbi
outline-style:solid; border-bottom-image:url();
c ols:db bdbi:n
color:#000; outline-style:double; border-bottom-image:none;
c:r ols:g bdli
color:rgb(0, 0, 0); outline-style:groove; border-left-image:url();
c:ra ols:r bdli:n
color:rgba(0, 0, 0, .5); outline-style:ridge; border-left-image:none;
op ols:i bdci
opacity:; outline-style:inset; border-corner-image:url();
ols:o bdci:n
outline-style:outset; border-corner-image:none;
Generated content olc bdci:c
cnt outline-color:#000; border-corner-image:continue;
content:''; olc:i bdtli
cnt:n, ct:n outline-color:invert; border-top-left-image:url();
content:normal; bdtli:n
cnt:oq, ct:oq border-top-left-image:none;
content:open-quote; Tables bdtli:c
cnt:noq, ct:noq border-top-left-image:continue;
tbl bdtri
content:no-open-quote; table-layout:;
cnt:cq, ct:cq border-top-right-image:url();
tbl:a bdtri:n
content:close-quote; table-layout:auto;
cnt:ncq, ct:ncq border-top-right-image:none;
tbl:f bdtri:c
content:no-close-quote; table-layout:fixed;
cnt:a, ct:a border-top-right-image:continue;
cps bdbri
content:attr(); caption-side:;
cnt:c, ct:c border-bottom-right-
cps:t image:url();
content:counter(); caption-side:top;
cnt:cs, ct:cs bdbri:n
cps:b border-bottom-right-image:none;
content:counters(); caption-side:bottom;
ct bdbri:c
ec border-bottom-right-image:continue;
content:; empty-cells:;
q bdbli
ec:s border-bottom-left-
quotes:; empty-cells:show;
q:n image:url();
ec:h bdbli:n
quotes:none; empty-cells:hide;
q:ru border-bottom-left-image:none;
quotes:'\00AB' '\00BB' '\201E' bdbli:c
border-bottom-left-image:continue;
'\201C';
q:en
Border bdf
quotes:'\201C' '\201D' '\2018' bd border-fit:repeat;
'\2019'; border:; bdf:c
coi bd+ border-fit:clip;
counter-increment:; border:1px solid #000; bdf:r
cor bd:n border-fit:repeat;
counter-reset:; border:none; bdf:sc
bdbk border-fit:scale;
border-break:close; bdf:st
Outline bdbk:c border-fit:stretch;
bdf:ow
border-break:close;
ol bdcl border-fit:overwrite;
outline:; border-collapse:; bdf:of
ol:n bdcl:c border-fit:overfow;
outline:none; border-collapse:collapse; bdf:sp
olo bdcl:s border-fit:space;
outline-ofset:; border-collapse:separate; bdlen
olw bdc border-length:;
outline-width:; border-color:#000; bdlen:a
olw:tn bdc:t border-length:auto;
outline-width:thin; border-color:transparent; bdsp
olw:m bdi border-spacing:;
outline-width:medium; border-image:url(); bds
olw:tc bdi:n border-style:;
outline-width:thick; border-image:none; bds:n
ols bdti border-style:none;
outline-style:; border-top-image:url(); bds:h
ols:n bdti:n border-style:hidden;
outline-style:none; border-top-image:none; bds:dt
border-style:dotted; bdl+ pgbi
bds:ds border-left:1px solid #000; page-break-inside:;
border-style:dashed; bdl:n pgbi:au
bds:s border-left:none; page-break-inside:auto;
border-style:solid; bdlw pgbi:av
bds:db border-left-width:; page-break-inside:avoid;
border-style:double; bdls pgba
bds:dtds border-left-style:; page-break-after:;
border-style:dot-dash; bdls:n pgba:au
bds:dtdtds border-left-style:none; page-break-after:auto;
border-style:dot-dot-dash; bdlc pgba:al
bds:w border-left-color:#000; page-break-after:always;
border-style:wave; bdlc:t pgba:l
bds:g border-left-color:transparent; page-break-after:left;
border-style:groove; bdrs pgba:r
bds:r border-radius:; page-break-after:right;
border-style:ridge; bdtrrs orp
bds:i border-top-right-radius:; orphans:;
border-style:inset; bdtlrs wid
bds:o border-top-left-radius:; widows:;
border-style:outset; bdbrrs
bdw border-bottom-right-radius:;
border-width:; bdblrs Others
bdt, bt border-bottom-left-radius:;
border-top:; !
bdt+ !important
border-top:1px solid #000; Lists @f
@font-face { font-family:;
bdt:n
border-top:none; lis src:url(|); }
bdtw list-style:; @f+
border-top-width:; lis:n @font-face { font-family:
bdts list-style:none; 'FontName'; src: url('FileName.eot');
border-top-style:; lisp src: url('FileName.eot?#iefix')
bdts:n list-style-position:; format('embedded-opentype'),
border-top-style:none; lisp:i url('FileName.wof') format('wof'),
bdtc list-style-position:inside; url('FileName.ttf') format('truetype'),
border-top-color:#000; lisp:o url('FileName.svg#FontName')
bdtc:t list-style-position:outside; format('svg'); font-style: normal;
border-top-color:transparent; list font-weight: normal; }
bdr, br list-style-type:; @i, @import
border-right:; list:n @import url();
bdr+ list-style-type:none; @kf
border-right:1px solid #000; list:d @-webkit-keyframes
bdr:n list-style-type:disc; identifier { from { } to { } }
border-right:none; list:c @-o-keyframes identifier {
bdrw list-style-type:circle; from { } to { } } @-moz-
border-right-width:; list:s keyframes identifier { from {
bdrst list-style-type:square; } to { } } @keyframes
border-right-style:; list:dc identifier { from { } to { } }
bdrst:n list-style-type:decimal; @m, @media
border-right-style:none; list:dclz @media screen { }
bdrc list-style-type:decimal-leading-zero; ac
border-right-color:#000; list:lr align-content:;
bdrc:t list-style-type:lower-roman; ac:c
border-right-color:transparent; list:ur align-content:center;
bdb, bb list-style-type:upper-roman; ac:fe
border-bottom:; lisi align-content:fex-end;
bdb+ list-style-image:; ac:fs
border-bottom:1px solid #000; lisi:n align-content:fex-start;
bdb:n list-style-image:none; ac:s
border-bottom:none; align-content:stretch;
bdbw ac:sa
border-bottom-width:; Print align-content:space-around;
bdbs ac:sb
pgbb align-content:space-between;
border-bottom-style:; page-break-before:;
bdbs:n ai
pgbb:au align-items:;
border-bottom-style:none; page-break-before:auto;
bdbc ai:b
pgbb:al align-items:baseline;
border-bottom-color:#000; page-break-before:always;
bdbc:t ai:c
pgbb:l align-items:center;
border-bottom-color:transparent; page-break-before:left;
bdl, bl ai:fe
pgbb:r align-items:fex-end;
border-left:; page-break-before:right;
ai:fs as:fs jc:fs
align-items:fex-start; align-self:fex-start; justify-content:fex-start;
ai:s as:s jc:sa
align-items:stretch; align-self:stretch; justify-content:space-around;
anim bfv jc:sb
animation:; backface-visibility:; justify-content:space-between;
anim- bfv:h mar
animation:name duration timing- backface-visibility:hidden; max-resolution:res;
function delay iteration-count bfv:v mir
direction fill-mode; backface-visibility:visible; min-resolution:res;
animdel bg:ie op+
animation-delay:time; filter:progid:DXImageTransform.Mic opacity: ; filter:
animdir rosoft.AlphaImageLoader(src='x.pn alpha(opacity=);
animation-direction:normal; g',sizingMethod='crop'); op:ie
animdir:a cm filter:progid:DXImageTransform.Micr
animation-direction:alternate; /* ${child} */ osoft.Alpha(Opacity=100);
animdir:ar colm op:ms
animation-direction:alternate- columns:; -ms-
reverse; colmc filter:'progid:DXImageTransform.Micr
animdir:n column-count:; osoft.Alpha(Opacity=100)';
animation-direction:normal; colmf ord
animdir:r column-fill:; order:;
animation-direction:reverse; colmg ori
animdur column-gap:; orientation:;
animation-duration:0s; colmr ori:l
animfm column-rule:; orientation:landscape;
animation-fill-mode:both; colmrc ori:p
animfm:b column-rule-color:; orientation:portrait;
animation-fill-mode:backwards; colmrs tov
animfm:bt, animfm:bh column-rule-style:; text-overfow:${ellipsis};
animation-fill-mode:both; colmrw tov:c
animfm:f column-rule-width:; text-overfow:clip;
animation-fill-mode:forwards; colms tov:e
animic column-span:; text-overfow:ellipsis;
animation-iteration-count:1; colmw trf
animic:i column-width:; transform:;
animation-iteration-count:infinite; d:ib+ trf:r
animn display: inline-block; *display: transform: rotate(angle);
animation-name:none; inline; *zoom: 1; trf:rx
animps fx transform: rotateX(angle);
animation-play-state:running; fex:; trf:ry
animps:p fxb transform: rotateY(angle);
animation-play-state:paused; fex-basis:; trf:rz
animps:r fxd transform: rotateZ(angle);
animation-play-state:running; fex-direction:; trf:sc
animtf fxd:c transform: scale(x, y);
animation-timing-function:linear; fex-direction:column; trf:sc3
animtf:cb fxd:cr transform: scale3d(x, y, z);
animation-timing-function:cubic- fex-direction:column-reverse; trf:scx
bezier(0.1, 0.7, 1.0, 0.1); fxd:r transform: scaleX(x);
animtf:e fex-direction:row; trf:scy
animation-timing-function:ease; fxd:rr transform: scaleY(y);
animtf:ei fex-direction:row-reverse; trf:scz
animation-timing-function:ease-in; fxf transform: scaleZ(z);
animtf:eio fex-fow:; trf:skx
animation-timing-function:ease-in- fxg transform: skewX(angle);
out; fex-grow:; trf:sky
animtf:eo fxsh transform: skewY(angle);
animation-timing-function:ease-out; fex-shrink:; trf:t
animtf:l fxw transform: translate(x, y);
animation-timing-function:linear; fex-wrap: ; trf:t3
ap fxw:n transform: translate3d(tx, ty, tz);
appearance:${none}; fex-wrap:nowrap; trf:tx
as fxw:w transform: translateX(x);
align-self:; fex-wrap:wrap; trf:ty
as:a fxw:wr transform: translateY(y);
align-self:auto; fex-wrap:wrap-reverse; trf:tz
as:b jc transform: translateZ(z);
align-self:baseline; justify-content:; trfo
as:c jc:c transform-origin:;
align-self:center; justify-content:center; trfs
as:fe jc:fe transform-style:preserve-3d;
align-self:fex-end; justify-content:fex-end; trs
transition:prop time; wfsm:a writing-mode:lr-bt;
trsde -webkit-font-smoothing:antialiased; wm:lrt
transition-delay:time; wfsm:n writing-mode:lr-tb;
trsdu -webkit-font-smoothing:none; wm:rlb
transition-duration:time; wfsm:s, wfsm:sa writing-mode:rl-bt;
trsp -webkit-font-smoothing:subpixel- wm:rlt
transition-property:prop; antialiased; writing-mode:rl-tb;
trstf wm wm:tbl
transition-timing-function:tfunc; writing-mode:lr-tb; writing-mode:tb-lr;
us wm:btl wm:tbr
user-select:${none}; writing-mode:bt-lr; writing-mode:tb-rl;
wfsm wm:btr
-webkit-font-smoothing:$ writing-mode:bt-rl; XSL
{antialiased}; wm:lrb
tmatch, tm wp <namespace-alias
<xsl:template match="" <xsl:with-param name="" stylesheet-prefix="" result-
mode=""></xsl:template> select="" /> prefix="" />
tname, tn key pres
<xsl:template <xsl:key name="" <xsl:preserve-space
name=""></xsl:template> match="" use="" /> elements="" />
call elem strip
<xsl:call-template <xsl:element <xsl:strip-space
name="" /> name=""></xsl:element> elements="" />
ap attr proc
<xsl:apply-templates <xsl:attribute <xsl:processing-instruction
select="" mode="" /> name=""></xsl:attribute> name=""></xsl:processing-
api attrs instruction>
<xsl:apply-imports /> <xsl:attribute-set sort
imp name=""></xsl:attribute- <xsl:sort select=""
<xsl:import href="" /> set> order="" />
inc cp choose+
<xsl:include href="" /> <xsl:copy select="" /> Alias of
ch co xsl:choose>xsl:when+xsl:otherwi
<xsl:choose></xsl:choose> <xsl:copy-of select="" /> se
xsl:when, wh val
<xsl:when <xsl:value-of select="" /> <xsl:choose> <xsl:when
test=""></xsl:when> each, for test=""></xsl:when>
ot <xsl:for-each <xsl:otherwise></xsl:otherw
<xsl:otherwise></xsl:otherw select=""></xsl:for-each> ise> </xsl:choose>
ise> tex xsl
if <xsl:text></xsl:text> Alias of !!!
<xsl:if test=""></xsl:if> com +xsl:stylesheet[version=1.0
par <xsl:comment></xsl:comm xmlns:xsl=http://www.w3.org/199
<xsl:param ent> 9/XSL/Transform]>{ |}
name=""></xsl:param> msg
pare <xsl:message <?xml version="1.0"
<xsl:param name="" terminate="no"></xsl:mess encoding="UTF-8"?>
select="" /> age> <xsl:stylesheet
var fall version="1.0"
<xsl:variable <xsl:fallback></xsl:fallback xmlns:xsl="http://www.w3.or
name=""></xsl:variable> > g/1999/XSL/Transform"></xs
vare num l:stylesheet>
<xsl:variable name="" <xsl:number value="" /> !!!
select="" /> nam <?xml version="1.0"
encoding="UTF-8"?>

Das könnte Ihnen auch gefallen