@@ -51,37 +51,30 @@ <h2 id="modes">Modes</h2>
5151 < section >
5252 < h2 id ="methods "> Methods</ h2 >
5353 < dl >
54- < dt > < code > nextPanel()</ code > </ dt >
54+ < dt > nextPanel()</ dt >
5555 < dd >
5656 Opens the next sibling panel.
5757 < br />
58- < small >
59- < hx-icon type ="exclamation-triangle "> </ hx-icon >
60- Requires the < code > current-panel</ code > attribute to be present.</ em >
61- </ small >
58+ < hx-icon type ="exclamation-triangle "> </ hx-icon >
59+ Requires the < code > current-panel</ code > attribute to be present.
6260 </ dd >
6361
64- < dt > < code > previousPanel()</ code > </ dt >
62+ < dt > previousPanel()</ dt >
6563 < dd >
6664 Opens the previous sibling panel.
6765 < br />
68- < small >
69- < hx-icon type ="exclamation-triangle "> </ hx-icon >
70- Requires the < code > current-panel</ code > attribute to be present.</ em >
71- </ small >
66+ < hx-icon type ="exclamation-triangle "> </ hx-icon >
67+ Requires the < code > current-panel</ code > attribute to be present.
7268 </ dd >
7369 </ dl >
7470 </ section >
7571{% endblock %}
7672
7773{% block attributes %}
7874 < dl >
79- < dt >
80- < code > current-panel</ code >
81- < small > {Number} < i > (optional)</ i > </ small >
82- </ dt >
75+ < dt > current-panel {Number} < i > (optional)</ i > </ dt >
8376 < dd >
84- < small > < i > (optional)</ i > </ small >
77+ < i > (optional)</ i >
8578 Zero-based index of the panel you wish to open. For example, a value
8679 of "0" will open the first panel, "1" will open the second, etc.).
8780 If omitted, any number of panels can be opened at once.
@@ -91,20 +84,14 @@ <h2 id="methods">Methods</h2>
9184
9285{% block properties %}
9386 < dl >
94- < dt >
95- < code > currentPanel</ code >
96- < small > {Number}</ small >
97- </ dt >
87+ < dt > currentPanel {Number}</ dt >
9888 < dd >
9989 Manipulates the < code > current-panel</ code > attribute
10090 </ dd >
10191
102- < dt >
103- < code > panels</ code >
104- < small > {Array<Element>}</ small >
105- </ dt >
92+ < dt > panels {Array<Element>}</ dt >
10693 < dd >
107- < small > < i > (read-only)</ i > </ small >
94+ < i > (read-only)</ i >
10895 Returns an array of live < code > <hx-accordion-panel></ code > elements.
10996 </ dd >
11097 </ dl >
0 commit comments