<nav>
<ul>
<li></li>
</ul>
</nav>
<div></div>
<p></p>
<blockquote></blockquote>
<div></div>
<div>
<p>
<span></span>
<em></em>
</p>
<blockquote></blockquote>
</div>
<div></div>
<div>
<p>
<span></span>
<em></em>
</p>
</div>
<blockquote></blockquote>
<div>
<header>
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</header>
<footer>
<p></p>
</footer>
</div>
<div>
<dl>
<dt></dt>
<dd></dd>
<dt></dt>
<dd></dd>
<dt></dt>
<dd></dd>
</dl>
</div>
<footer>
<p></p>
</footer>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<ul>
<li class="item1"></li>
<li class="item2"></li>
<li class="item3"></li>
<li class="item4"></li>
<li class="item5"></li>
</ul>
<h1 title="item1">Header 1</h1>
<h2 title="item2">Header 2</h2>
<h3 title="item3">Header 3</h3>
<ul>
<li class="item001"></li>
<li class="item002"></li>
<li class="item003"></li>
<li class="item004"></li>
<li class="item005"></li>
</ul>
<ul>
<li class="item5"></li>
<li class="item4"></li>
<li class="item3"></li>
<li class="item2"></li>
<li class="item1"></li>
</ul>
<ul>
<li class="item3"></li>
<li class="item4"></li>
<li class="item5"></li>
<li class="item6"></li>
<li class="item7"></li>
</ul>
<div id="header"></div>
<div class="title"></div>
<form id="search" class="wide"></form>
<p class="class1 class2 class3"></p>
<p title="Hello world"></p>
<td rowspan="2" colspan="3" title=""></td>
<div a="value1" b="value2"></div>
<a href="">Click me</a>
<p>Click <a href="">here</a> to continue</p>
<div class="class"></div>
<em><span class="class"></span></em>
<ul> <li class="class"></li> </ul>
<table>
<tr class="row">
<td class="col"></td>
</tr>
</table>
All unknown abbreviations will be transformed to tag, e.g. foo
→ <foo></foo>
.
Alias of html:5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Document</title>
</head>
<body>
</body>
</html>
<a href=""></a>
<a href="http://" rel="external nofollow" target="_blank" ></a>
<a href="mailto:"></a>
<abbr title=""></abbr>
<acronym title=""></acronym>
<base href="" />
<basefont />
<br />
<frame />
<hr />
<bdo dir=""></bdo>
<bdo dir="rtl"></bdo>
<bdo dir="ltr"></bdo>
<col />
<link rel="stylesheet" href="" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="print.css" media="print" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="favicon.png" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="atom.xml" />
<link rel="import" href="component.html" />
<meta />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta http-equiv="Content-Type" content="text/html;charset=windows-1251" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale= 1.0, minimum-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<style></style>
<script></script>
<script src=""></script>
<img src="" alt="" />
<img srcset="" src="" alt="" />
<img sizes="" srcset="" src="" alt="" />
<picture></picture>
<source />
<source src="" type="" />
<source srcset="" />
<source media="(min-width: )" srcset="" />
<source srcset="" type="image/" />
<source sizes="" srcset="" />
<source media="(min-width: )" srcset="" type="image/" />
<source media="(min-width: )" sizes="" srcset="" />
<source sizes="" srcset="" type="image/" />
<iframe src="" frameborder="0"></iframe>
<embed src="" type="" />
<object data="" type=""></object>
<param name="" value="" />
<map name=""></map>
<area shape="" coords="" href="" alt="" />
<area shape="default" href="" alt="" />
<area shape="circle" coords="" href="" alt="" />
<area shape="rect" coords="" href="" alt="" />
<area shape="poly" coords="" href="" alt="" />
<form action=""></form>
<form action="" method="get"></form>
<form action="" method="post"></form>
<label for=""></label>
<input type="text" />
<input type="text" name="" id="" />
Alias of input[type=hidden name]
<input type="hidden" name="" />
Alias of inp
<input type="text" name="" id="" />
Alias of inp[type=search]
<input type="search" name="" id="" />
Alias of inp[type=email]
<input type="email" name="" id="" />
Alias of inp[type=url]
<input type="url" name="" id="" />
Alias of inp[type=password]
<input type="password" name="" id="" />
Alias of inp[type=datetime]
<input type="datetime" name="" id="" />
Alias of inp[type=date]
<input type="date" name="" id="" />
Alias of inp[type=datetime-local]
<input type="datetime-local" name="" id="" />
Alias of inp[type=month]
<input type="month" name="" id="" />
Alias of inp[type=week]
<input type="week" name="" id="" />
Alias of inp[type=time]
<input type="time" name="" id="" />
Alias of inp[type=tel]
<input type="tel" name="" id="" />
Alias of inp[type=number]
<input type="number" name="" id="" />
Alias of inp[type=color]
<input type="color" name="" id="" />
Alias of inp[type=checkbox]
<input type="checkbox" name="" id="" />
Alias of inp[type=radio]
<input type="radio" name="" id="" />
Alias of inp[type=range]
<input type="range" name="" id="" />
Alias of inp[type=file]
<input type="file" name="" id="" />
<input type="submit" value="" />
<input type="image" src="" alt="" />
<input type="button" value="" />
<isindex />
Alias of input:button[type=reset]
<input type="reset" value="" />
<select name="" id=""></select>
Alias of select[disabled.]
<select name="" id="" disabled="disabled"></select>
<option value=""></option>
<textarea name="" id="" cols="30" rows="10"> </textarea>
<marquee behavior="" direction=""></marquee>
Alias of menu[type=context]>
<menu type="context"></menu>
Alias of menu[type=toolbar]>
<menu type="toolbar"></menu>
<video src=""></video>
<audio src=""></audio>
<html xmlns="http://www.w3.org/1999/xhtml"></html>
<keygen />
<command />
Alias of button[type=submit]
<button type="submit"></button>
Alias of button[type=reset]
<button type="reset"></button>
Alias of button[disabled.]
<button disabled="disabled"></button>
Alias of fieldset[disabled.]
<fieldset disabled="disabled"></fieldset>
Alias of blockquote
<blockquote></blockquote>
Alias of figure
<figure></figure>
Alias of figcaption
<figcaption></figcaption>
Alias of picture
<picture></picture>
Alias of iframe
<iframe src="" frameborder="0"></iframe>
Alias of embed
<embed src="" type="" />
Alias of object
<object data="" type=""></object>
Alias of caption
<caption></caption>
Alias of colgroup
<colgroup></colgroup>
Alias of fieldset
<fieldset></fieldset>
Alias of button
<button></button>
Alias of optgroup
<optgroup></optgroup>
Alias of textarea
<textarea name="" id="" cols="30" rows="10"> </textarea>
Alias of legend
<legend></legend>
Alias of section
<section></section>
Alias of article
<article></article>
Alias of header
<header></header>
Alias of footer
<footer></footer>
Alias of address
<address></address>
Alias of dialog
<dialog></dialog>
Alias of strong
<strong></strong>
Alias of progress
<progress></progress>
Alias of main
<main></main>
Alias of template
<template></template>
Alias of datagrid
<datagrid></datagrid>
Alias of datalist
<datalist></datalist>
Alias of keygen
<keygen />
Alias of output
<output></output>
Alias of details
<details></details>
Alias of command
<command />
Alias of html>(head>meta[charset=${charset}]+title{${1:Document}})+body
<html> <head> <meta charset="UTF-8" /> <title>Document</title> </head> <body> </body> </html>
Alias of html>(head>meta[http-equiv="Content-Type" content="text/html;charset=${charset}"]+title{${1:Document}})+body
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <title>Document</title> </head> <body> </body> </html>
Alias of img:s
<img srcset="" src="" alt="" />
Alias of img:z
<img sizes="" srcset="" src="" alt="" />
Alias of pic>src:m+img
<picture>
<source media="(min-width: )" srcset="" />
<img src="" alt="" />
</picture>
Alias of pic>src:t+img
<picture>
<source srcset="" type="image/" />
<img src="" alt="" />
</picture>
Alias of !!!4t+doc4[lang=${lang}]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>Document</title>
</head>
<body>
</body>
</html>
Alias of !!!4s+doc4[lang=${lang}]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>Document</title>
</head>
<body>
</body>
</html>
Alias of !!!xt+doc4[xmlns=http://www.w3.org/1999/xhtml xml:lang=${lang}]
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>Document</title>
</head>
<body>
</body>
</html>
Alias of !!!xs+doc4[xmlns=http://www.w3.org/1999/xhtml xml:lang=${lang}]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>Document</title>
</head>
<body>
</body>
</html>
Alias of !!!xxs+doc4[xmlns=http://www.w3.org/1999/xhtml xml:lang=${lang}]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>Document</title>
</head>
<body>
</body>
</html>
Alias of !!!+doc[lang=${lang}]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Document</title>
</head>
<body>
</body>
</html>
Alias of ol>li
<ol>
<li></li>
</ol>
Alias of ul>li
<ul>
<li></li>
</ul>
Alias of dl>dt+dd
<dl>
<dt></dt>
<dd></dd>
</dl>
Alias of map>area
<map name="">
<area shape="" coords="" href="" alt="" />
</map>
Alias of table>tr>td
<table>
<tr>
<td></td>
</tr>
</table>
Alias of colgroup>col
<colgroup>
<col />
</colgroup>
Alias of tr>td
<tr>
<td></td>
</tr>
Alias of select>option
<select name="" id="">
<option value=""></option>
</select>
Alias of optgroup>option
<optgroup>
<option value=""></option>
</optgroup>
Alias of picture>source:srcset+img
<picture>
<source srcset="" />
<img src="" alt="" />
</picture>
<!DOCTYPE html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!-- ${child} -->
<!--[if lte IE 6]>
${child}
<![endif]-->
<!--[if IE]>
${child}
<![endif]-->
<!--[if !IE]>
<!--> ${child}
<!--<![endif]-->
CSS module uses fuzzy search to find unknown abbreviations, e.g. ov:h
== ov-h
== ovh
== oh
.
If abbreviation wasn’t found, it is transformed into property name: foo-bar
→ foo-bar: |;
You can prefix abbreviations with hyphen to produce vendor-prefixed properties: -foo
position:relative;
position:static;
position:absolute;
position:relative;
position:fixed;
top:;
top:auto;
right:;
right:auto;
bottom:;
bottom:auto;
left:;
left:auto;
z-index:;
z-index:auto;
float:left;
float:none;
float:left;
float:right;
clear:both;
clear:none;
clear:left;
clear:right;
clear:both;
display:block;
display:none;
display:block;
display:flex;
display:inline-flex;
display:inline;
display:inline-block;
display:list-item;
display: run-in;
display:compact;
display:table;
display:inline-table;
display:table-caption;
display:table-column;
display:table-column-group;
display:table-header-group;
display:table-footer-group;
display:table-row;
display:table-row-group;
display:table-cell;
display:ruby;
display:ruby-base;
display:ruby-base-group;
display:ruby-text;
display: ruby-text-group;
visibility:hidden;
visibility:visible;
visibility:hidden;
visibility:collapse;
overflow:hidden;
overflow:visible;
overflow:hidden;
overflow: scroll;
overflow:auto;
overflow-x:hidden;
overflow-x:visible;
overflow-x:hidden;
overflow-x:scroll;
overflow-x:auto;
overflow-y:hidden;
overflow-y: visible;
overflow-y:hidden;
overflow-y:scroll;
overflow-y:auto;
overflow-style:scrollbar;
overflow-style:auto;
overflow-style:scrollbar;
overflow-style:panner;
overflow-style:move;
overflow-style:marquee;
zoom:1;
clip:;
clip:auto;
clip:rect(top right bottom left);
resize:;
resize:none;
resize:both;
resize:horizontal;
resize:vertical;
cursor:pointer;
cursor:auto;
cursor:default;
cursor:crosshair;
cursor:hand;
cursor:help;
cursor:move;
cursor:pointer;
cursor:text;
margin:;
margin:auto;
margin-top:;
margin-top:auto;
margin-right:;
margin-right:auto;
margin-bottom:;
margin-bottom:auto;
margin-left:;
margin-left:auto;
padding:;
padding-top:;
padding-right:;
padding-bottom:;
padding-left:;
box-sizing:border-box;
box-sizing:content-box;
box-sizing:border-box;
box-shadow:inset hoff voff blur color;
box-shadow:inset hoff voff blur spread rgb( 0, 0, 0);
box-shadow:inset h v blur spread rgba( 0, 0, 0, .5);
box-shadow:none;
width:;
width:auto;
height:;
height:auto;
max-width:;
max-width:none;
max-height:;
max-height:none;
min-width:;
min-height:;
font:;
font:1em Arial,sans-serif;
font-weight:;
font-weight:normal;
font-weight:bold;
font-weight:bolder;
font-weight:lighter;
font-style:${italic};
font-style:normal;
font-style:italic;
font-style:oblique;
font-variant:;
font-variant:normal;
font-variant:small-caps;
font-size:;
font-size-adjust:;
font-size-adjust:none;
font-family:;
font-family:serif;
font-family:sans-serif;
font-family:cursive;
font-family:fantasy;
font-family:monospace;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
font-family: Verdana, Geneva, sans-serif;
font-effect:;
font-effect:none;
font-effect:engrave;
font-effect:emboss;
font-effect:outline;
font-emphasize:;
font-emphasize-position:;
font-emphasize-position:before;
font-emphasize-position:after;
font-emphasize-style:;
font-emphasize-style:none;
font-emphasize-style:accent;
font-emphasize-style:dot;
font-emphasize-style:circle;
font-emphasize-style:disc;
font-smooth:;
font-smooth:auto;
font-smooth:never;
font-smooth:always;
font-stretch:;
font-stretch:normal;
font-stretch:ultra-condensed;
font-stretch:extra-condensed;
font-stretch:condensed;
font-stretch:semi-condensed;
font-stretch:semi-expanded;
font-stretch:expanded;
font-stretch:extra-expanded;
font-stretch:ultra-expanded;
vertical-align:top;
vertical-align:super;
vertical-align:top;
vertical-align:text-top;
vertical-align:middle;
vertical-align:baseline;
vertical-align:bottom;
vertical-align:text-bottom;
vertical-align:sub;
text-align:left;
text-align:left;
text-align:center;
text-align:right;
text-align:justify;
text-align-last:;
text-align-last:auto;
text-align-last:left;
text-align-last:center;
text-align-last:right;
text-decoration:none;
text-decoration:none;
text-decoration:underline;
text-decoration:overline;
text-decoration:line-through;
text-emphasis:;
text-emphasis:none;
text-emphasis:accent;
text-emphasis:dot;
text-emphasis:circle;
text-emphasis:disc;
text-emphasis:before;
text-emphasis:after;
text-height:;
text-height:auto;
text-height:font-size;
text-height:text-size;
text-height:max-size;
text-indent:;
text-indent:-9999px;
text-justify:;
text-justify:auto;
text-justify:inter-word;
text-justify:inter-ideograph;
text-justify:inter-cluster;
text-justify:distribute;
text-justify:kashida;
text-justify:tibetan;
text-outline:;
text-outline:0 0 #000;
text-outline:none;
text-replace:;
text-replace:none;
text-transform:uppercase;
text-transform:none;
text-transform:capitalize;
text-transform:uppercase;
text-transform:lowercase;
text-wrap:;
text-wrap:normal;
text-wrap:none;
text-wrap:unrestricted;
text-wrap:suppress;
text-shadow:hoff voff blur #0000
text-shadow:h v blur rgb(0, 0, 0);
text-shadow:h v blur rgba(0, 0, 0, .5);
text-shadow:0 0 0 #000;
text-shadow:none;
line-height:;
letter-spacing:;
letter-spacing:normal;
white-space:;
white-space:normal;
white-space:pre;
white-space:nowrap;
white-space:pre-wrap;
white-space:pre-line;
white-space-collapse:;
white-space-collapse:normal;
white-space-collapse:keep-all;
white-space-collapse:loose;
white-space-collapse:break-strict;
white-space-collapse:break-all;
word-break:;
word-break:normal;
word-break:keep-all;
word-break:break-all;
word-spacing:;
word-wrap:;
word-wrap:normal;
word-wrap:none;
word-wrap:unrestricted;
word-wrap:suppress;
word-wrap:break-word;
background:#000;
background:#fff url() 0 0 no-repeat;
background:none;
background-color:#fff;
background-color:transparent;
background-image:url();
background-image:none;
background-repeat:;
background-repeat:no-repeat;
background-repeat:repeat-x;
background-repeat:repeat-y;
background-repeat:space;
background-repeat:round;
background-attachment:;
background-attachment:fixed;
background-attachment:scroll;
background-position:0 0;
background-position-x:;
background-position-y:;
background-break:;
background-break:bounding-box;
background-break:each-box;
background-break:continuous;
background-clip:padding-box;
background-clip:border-box;
background-clip:padding-box;
background-clip:content-box;
background-clip:no-clip;
background-origin:;
background-origin:padding-box;
background-origin:border-box;
background-origin:content-box;
background-size:;
background-size:auto;
background-size:contain;
background-size:cover;
color:#000;
color:rgb(0, 0, 0);
color:rgba(0, 0, 0, .5);
opacity:;
content:'';
content:normal;
content:open-quote;
content:no-open-quote;
content:close-quote;
content:no-close-quote;
content:attr();
content:counter();
content:counters();
content:;
quotes:;
quotes:none;
quotes:'\00AB' '\00BB' '\201E' '\201C';
quotes:'\201C' '\201D' '\2018' '\2019';
counter-increment:;
counter-reset:;
outline:;
outline:none;
outline-offset:;
outline-width:;
outline-width:thin;
outline-width:medium;
outline-width:thick;
outline-style:;
outline-style:none;
outline-style:dotted;
outline-style:dashed;
outline-style:solid;
outline-style:double;
outline-style:groove;
outline-style:ridge;
outline-style:inset;
outline-style:outset;
outline-color:#000;
outline-color:invert;
table-layout:;
table-layout:auto;
table-layout:fixed;
caption-side:;
caption-side:top;
caption-side:bottom;
empty-cells:;
empty-cells:show;
empty-cells:hide;
border:;
border:1px solid #000;
border:none;
border-break:close;
border-break:close;
border-collapse:;
border-collapse:collapse;
border-collapse:separate;
border-color:#000;
border-color:transparent;
border-image:url();
border-image:none;
border-top-image:url();
border-top-image:none;
border-right-image:url();
border-right-image:none;
border-bottom-image:url();
border-bottom-image:none;
border-left-image:url();
border-left-image:none;
border-corner-image:url();
border-corner-image:none;
border-corner-image:continue;
border-top-left-image:url();
border-top-left-image:none;
border-top-left-image:continue;
border-top-right-image:url();
border-top-right-image:none;
border-top-right-image:continue;
border-bottom-right-image:url();
border-bottom-right-image:none;
border-bottom-right-image:continue;
border-bottom-left-image:url();
border-bottom-left-image:none;
border-bottom-left-image:continue;
border-fit:repeat;
border-fit:clip;
border-fit:repeat;
border-fit:scale;
border-fit:stretch;
border-fit:overwrite;
border-fit:overflow;
border-fit:space;
border-length:;
border-length:auto;
border-spacing:;
border-style:;
border-style:none;
border-style:hidden;
border-style:dotted;
border-style:dashed;
border-style:solid;
border-style:double;
border-style:dot-dash;
border-style:dot-dot-dash;
border-style:wave;
border-style:groove;
border-style:ridge;
border-style:inset;
border-style:outset;
border-width:;
border-top:;
border-top:1px solid #000;
border-top:none;
border-top-width:;
border-top-style:;
border-top-style:none;
border-top-color:#000;
border-top-color:transparent;
border-right:;
border-right:1px solid #000;
border-right:none;
border-right-width:;
border-right-style:;
border-right-style:none;
border-right-color:#000;
border-right-color:transparent;
border-bottom:;
border-bottom:1px solid #000;
border-bottom:none;
border-bottom-width:;
border-bottom-style:;
border-bottom-style:none;
border-bottom-color:#000;
border-bottom-color:transparent;
border-left:;
border-left:1px solid #000;
border-left:none;
border-left-width:;
border-left-style:;
border-left-style:none;
border-left-color:#000;
border-left-color:transparent;
border-radius:;
border-top-right-radius:;
border-top-left-radius:;
border-bottom-right-radius:;
border-bottom-left-radius:;
list-style:;
list-style:none;
list-style-position:;
list-style-position:inside;
list-style-position:outside;
list-style-type:;
list-style-type:none;
list-style-type:disc;
list-style-type:circle;
list-style-type:square;
list-style-type:decimal;
list-style-type:decimal-leading-zero;
list-style-type:lower-roman;
list-style-type:upper-roman;
list-style-image:;
list-style-image:none;
page-break-before:;
page-break-before:auto;
page-break-before:always;
page-break-before:left;
page-break-before:right;
page-break-inside:;
page-break-inside:auto;
page-break-inside:avoid;
page-break-after:;
page-break-after:auto;
page-break-after:always;
page-break-after:left;
page-break-after:right;
orphans:;
widows:;
!important
@font-face {
font-family:;
src:url(|);
}
@font-face {
font-family: 'FontName';
src: url('FileName.eot');
src: url('FileName.eot?#iefix') format('embedded-opentype'), url('FileName.woff') format('woff'), url('FileName.ttf') format('truetype'), url('FileName.svg#FontName') format('svg');
font-style: normal; font-weight: normal;
}
@import url();
@-webkit-keyframes identifier {
from { }
to { }
}
@-o-keyframes identifier {
from { }
to { }
}
@-moz-keyframes identifier {
from { }
to { }
}
@keyframes identifier {
from{ }
to { }
}
@media screen { }
align-content:;
align-content:center;
align-content:flex-end;
align-content:flex-start;
align-content:stretch;
align-content:space-around;
align-content:space-between;
align-items:;
align-items:baseline;
align-items:center;
align-items:flex-end;
align-items:flex-start;
align-items:stretch;
animation:;
animation:name duration timing-function delay iteration-count direction fill-mode;
animation-delay:time;
animation-direction:normal;
animation-direction:alternate;
animation-direction:alternate-reverse;
animation-direction:normal;
animation-direction:reverse;
animation-duration:0s;
animation-fill-mode:both;
animation-fill-mode:backwards;
animation-fill-mode:both;
animation-fill-mode:forwards;
animation-iteration-count:1;
animation-iteration-count:infinite;
animation-name:none;
animation-play-state:running;
animation-play-state:paused;
animation-play-state:running;
animation-timing-function:linear;
animation-timing-function:cubic-bezier(0.1, 0.7, 1.0, 0.1);
animation-timing-function:ease;
animation-timing-function:ease-in;
animation-timing-function:ease-in-out;
animation-timing-function:ease-out;
animation-timing-function:linear;
appearance:${none};
align-self:;
align-self:auto;
align-self:baseline;
align-self:center;
align-self:flex-end;
align-self:flex-start;
align-self:stretch;
backface-visibility:;
backface-visibility:hidden;
backface-visibility:visible;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='x.png',sizingMethod='crop');
/* ${child} */
columns:;
column-count:;
column-fill:;
column-gap:;
column-rule:;
column-rule-color:;
column-rule-style:;
column-rule-width:;
column-span:;
column-width:;
display: inline-block; *display: inline; *zoom: 1;
flex:;
flex-basis:;
flex-direction:;
flex-direction:column;
flex-direction:column-reverse;
flex-direction:row;
flex-direction:row-reverse;
flex-flow:;
flex-grow:;
flex-shrink:;
flex-wrap: ;
flex-wrap:nowrap;
flex-wrap:wrap;
flex-wrap:wrap-reverse;
justify-content:;
justify-content:center;
justify-content:flex-end;
justify-content:flex-start;
justify-content:space-around;
justify-content:space-between;
max-resolution:res;
min-resolution:res;
opacity: ; filter: alpha(opacity=);
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
order:;
orientation:;
orientation:landscape;
orientation:portrait;
text-overflow:${ellipsis};
text-overflow:clip;
text-overflow:ellipsis;
transform:;
transform: rotate(angle);
transform: rotateX(angle);
transform: rotateY(angle);
transform: rotateZ(angle);
transform: scale(x, y);
transform: scale3d(x, y, z);
transform: scaleX(x);
transform: scaleY(y);
transform: scaleZ(z);
transform: skewX(angle);
transform: skewY(angle);
transform: translate(x, y);
transform: translate3d(tx, ty, tz);
transform: translateX(x);
transform: translateY(y);
transform: translateZ(z);
transform-origin:;
transform-style:preserve-3d;
transition:prop time;
transition-delay:time;
transition-duration:time;
transition-property:prop;
transition-timing-function:tfunc;
user-select:${none};
-webkit-font-smoothing:${antialiased};
-webkit-font-smoothing:antialiased;
-webkit-font-smoothing:none;
-webkit-font-smoothing:subpixel-antialiased;
writing-mode:lr-tb;
writing-mode:bt-lr;
writing-mode:bt-rl;
writing-mode:lr-bt;
writing-mode:lr-tb;
writing-mode:rl-bt;
writing-mode:rl-tb;
writing-mode:tb-lr;
writing-mode:tb-rl;
<xsl:template match="" mode=""></xsl:template>
<xsl:template name=""></xsl:template>
<xsl:call-template name="" />
<xsl:apply-templates select="" mode="" />
<xsl:apply-imports />
<xsl:import href="" />
<xsl:include href="" />
<xsl:choose></xsl:choose>
<xsl:when test=""></xsl:when>
<xsl:otherwise></xsl:otherwise>
<xsl:if test=""></xsl:if>
<xsl:param name=""></xsl:param>
<xsl:param name="" select="" />
<xsl:variable name=""></xsl:variable>
<xsl:variable name="" select="" />
<xsl:with-param name="" select="" />
<xsl:key name="" match="" use="" />
<xsl:element name=""></xsl:element>
<xsl:attribute name=""></xsl:attribute>
<xsl:attribute-set name=""></xsl:attribute-set>
<xsl:copy select="" />
<xsl:copy-of select="" />
<xsl:value-of select="" />
<xsl:for-each select=""></xsl:for-each>
<xsl:text></xsl:text>
<xsl:comment></xsl:comment>
<xsl:message terminate="no"></xsl:message>
<xsl:fallback></xsl:fallback>
<xsl:number value="" />
<namespace-alias stylesheet-prefix="" result-prefix="" />
<xsl:preserve-space elements="" />
<xsl:strip-space elements="" />
<xsl:processing-instruction name=""></xsl:processing-instruction>
<xsl:sort select="" order="" />
xsl:choose>xsl:when+xsl:otherwise
简写
<xsl:choose>
<xsl:when test=""></xsl:when>
<xsl:otherwise></xsl:otherwise>
</xsl:choose>
!!!+xsl:stylesheet[version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform]>{ |}
简写
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"></xsl:stylesheet>
<?xml version="1.0" encoding="UTF-8"?>