Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データ アイコンをナビゲーションに変えようとしています。Firefox と Chrome ではアイコンをクリックできますが、Safari ではクリックできません。ご協力いただきありがとうございます!ここに私のマークアップがあります:
<a href="#"><span data-icon="!" aria-hidden="true" class="close"></span></a>
問題は CSS 関連でした。li に width と height を追加してから、スパンに display:block と height/width: 100% を追加する必要がありました。