回答編集履歴

2

簡易サンプル

2020/05/30 12:04

投稿

think49
think49

スコア18164

test CHANGED
@@ -24,6 +24,10 @@
24
24
 
25
25
 
26
26
 
27
+ ### 簡易サンプル
28
+
29
+
30
+
27
31
  興が乗ったので、簡易サンプルを書きました。
28
32
 
29
33
 

1

:nth-col() 擬似クラス

2020/05/30 12:03

投稿

think49
think49

スコア18164

test CHANGED
@@ -1,9 +1,43 @@
1
+ ### :hover 擬似クラス
2
+
3
+
4
+
1
5
  CSSの `:hover` で実装可能ですが、JavaScriptでなければならない理由があるのでしょうか。
2
6
 
3
7
 
4
8
 
5
9
  - [:hover - CSS: カスケーディングスタイルシート | MDN](https://developer.mozilla.org/ja/docs/Web/CSS/:hover)
6
10
 
11
+ - [9.1. ポインタ hover 疑似クラス: :hover - Selectors Level 4 (日本語訳)](https://triple-underscore.github.io/selectors4-ja.html#the-hover-pseudo)
12
+
13
+
14
+
15
+ ### :nth-col() 擬似クラス
16
+
17
+
18
+
19
+ `:nth-col()` 疑似クラスの実装が整っていない為ですか。
20
+
21
+
22
+
23
+ - [15.2. :nth-col() 疑似クラス - Selectors Level 4 (日本語訳)](https://triple-underscore.github.io/selectors4-ja.html#the-nth-col-pseudo)
24
+
25
+
26
+
27
+ 興が乗ったので、簡易サンプルを書きました。
28
+
29
+
30
+
31
+ - [hover-table-col.js - GitHub Gist](https://gist.github.com/think49/5d5c4a1b4f6e86741b43096055016d1f)
32
+
33
+
34
+
35
+ ※あくまで簡易なので、改善の余地が残っていますが、**コード制作依頼に応じるつもりはありません**。
36
+
37
+
38
+
39
+ - [推奨していない質問|teratail(テラテイル)](https://teratail.com/help/avoid-asking)
40
+
7
41
 
8
42
 
9
43
  Re: uuuuta さん