-
Notifications
You must be signed in to change notification settings - Fork 1
/
selectors4.html
22 lines (18 loc) · 1.13 KB
/
selectors4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<meta charset=utf-8>
<title>CSS4セレクタ (Selectors Level 4) の新機能</title>
<link rel=stylesheet href="lilium.css">
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26017405-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<body>
<h1>CSS4セレクタ (Selectors Level 4) の新機能</h1>
<p><strong>2018-08-01更新</strong>:すっかり古くなってしまったこともあり削除します。公開されていた文章を読みたい場合は、<a href="https://github.com/myakura/n/commits/gh-pages/selectors4.html">GitHubの履歴</a>をお読みください。セレクタ Level 4仕様
の機能を知りたい場合は、仕様書もしくは<a href="https://triple-underscore.github.io/selectors4-ja.html">有志による日本語訳</a>をご覧ください。</p>