內容簡介
使用簡碼來創建完全可訪問的內容披露或手風琴。
完全可訪問給屏幕閱讀器用戶
創建彈性披露簡碼
定義手風琴組,當同一組中的另一個手風琴被打開時,關閉已打開的手風琴。
覆蓋主題CSS文件中的設計
樣本代碼
[spoiler title="樣本代碼" initial_state="expanded" tag="h2" group="a"]
在此包含內容
[/spoiler]
屬性
title:應包括要在手風琴中顯示的可點擊文本
initial_state:值包括collapsed或expanded,默認為「collapsed」
group:任何字母數字值。用於定義一組手風琴。當打開一個手風琴時,組中的所有其他項目都將關閉。
tag:值包括任何典型的html標記,但應使用標題標記以實現可訪問性,默認為H2
外掛標籤
開發者團隊
原文外掛簡介
Create fully accessible content spoilers or accordions with a shortcode.
Fully accessible to screen reader users
Creates a flexible spoiler shortcode
Define groups of accordions to close open accordions when another in the same group is opened.
Override design in theme CSS files
Sample Code
[spoiler title="Sample Code" initial_state="expanded" tag="h2" group="a"]
Include content here
[/spoiler]
Attributes
title: should include the clickable text to be displayed in your accordion
initial_state: values include collapsed or expanded, default to “collapsed”
group: any alphanumeric value. used to define a group of accordions. when one accordion is opened all other items in the group will be closed.
tag: values include any typical html tag but a heading tag should be used for accessibility, defaults to H2
