質問編集履歴

2

試したことの修正

2022/06/13 07:40

投稿

fufutt_28324
fufutt_28324

スコア4

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,7 @@
5
5
  :focus
6
6
  :focus-within
7
7
  :visited
8
+ div 要素に対して tabindex 属性を付与する
8
9
 
9
10
  全部試しましたが上手くいきませんでした。
10
11
 

1

こちらで確認できますでしょうか

2022/06/13 07:21

投稿

fufutt_28324
fufutt_28324

スコア4

test CHANGED
File without changes
test CHANGED
@@ -14,15 +14,15 @@
14
14
 
15
15
  ```ruby
16
16
 
17
- <div class="row m-3">
17
+ <div class="row m-3">
18
18
  <div class="col-sm-4 text-center">
19
- <a href=<%= aaaaa_path %>>大阪</a>
19
+ <a href=<%= "#" %>>大阪</a>
20
20
  </div>
21
21
  <div class="col-sm-4 text-center">
22
- <a href=<%= aaaaa_path %>>神奈川</a>
22
+ <a href=<%= "#" %>>神奈川</a>
23
23
  </div>
24
24
  <div class="col-sm-4 text-center">
25
- <a href=<%= aaaaa_path %>>京都</a>
25
+ <a href=<%= "#" %>>京都</a>
26
26
  </div>
27
27
  </div>
28
28
  ```