|
3 | 3 | #### `looks like the latest snapshot`
|
4 | 4 |
|
5 | 5 | ```html
|
6 |
| -<section tabindex="0"> |
7 |
| - <h3> |
8 |
| - COUPLING_BAY — Bay |
9 |
| - <abbr title="[add]"> |
10 |
| - <mwc-icon-button icon="playlist_add"> |
11 |
| - </mwc-icon-button> |
12 |
| - </abbr> |
13 |
| - <nav> |
14 |
| - <abbr title="[lnode.tooltip]"> |
15 |
| - <mwc-icon-button icon="account_tree"> |
16 |
| - </mwc-icon-button> |
17 |
| - </abbr> |
18 |
| - <abbr title="[duplicate]"> |
19 |
| - <mwc-icon-button icon="content_copy"> |
20 |
| - </mwc-icon-button> |
21 |
| - </abbr> |
22 |
| - <abbr title="[edit]"> |
23 |
| - <mwc-icon-button icon="edit"> |
24 |
| - </mwc-icon-button> |
25 |
| - </abbr> |
26 |
| - <abbr title="[move]"> |
27 |
| - <mwc-icon-button icon="forward"> |
28 |
| - </mwc-icon-button> |
29 |
| - </abbr> |
30 |
| - <abbr title="[remove]"> |
31 |
| - <mwc-icon-button icon="delete"> |
32 |
| - </mwc-icon-button> |
33 |
| - </abbr> |
34 |
| - </nav> |
35 |
| - </h3> |
36 |
| - <div> |
37 |
| - <div id="ceContainer"> |
38 |
| - <conducting-equipment-editor> |
39 |
| - </conducting-equipment-editor> |
40 |
| - <conducting-equipment-editor> |
41 |
| - </conducting-equipment-editor> |
42 |
| - <conducting-equipment-editor> |
43 |
| - </conducting-equipment-editor> |
44 |
| - <conducting-equipment-editor> |
45 |
| - </conducting-equipment-editor> |
46 |
| - <conducting-equipment-editor> |
47 |
| - </conducting-equipment-editor> |
48 |
| - </div> |
| 6 | +<editor-container nomargin=""> |
| 7 | + <abbr |
| 8 | + slot="header" |
| 9 | + title="[lnode.tooltip]" |
| 10 | + > |
| 11 | + <mwc-icon-button icon="account_tree"> |
| 12 | + </mwc-icon-button> |
| 13 | + </abbr> |
| 14 | + <abbr |
| 15 | + slot="header" |
| 16 | + title="[duplicate]" |
| 17 | + > |
| 18 | + <mwc-icon-button icon="content_copy"> |
| 19 | + </mwc-icon-button> |
| 20 | + </abbr> |
| 21 | + <abbr |
| 22 | + slot="header" |
| 23 | + title="[edit]" |
| 24 | + > |
| 25 | + <mwc-icon-button icon="edit"> |
| 26 | + </mwc-icon-button> |
| 27 | + </abbr> |
| 28 | + <abbr |
| 29 | + slot="header" |
| 30 | + title="[move]" |
| 31 | + > |
| 32 | + <mwc-icon-button icon="forward"> |
| 33 | + </mwc-icon-button> |
| 34 | + </abbr> |
| 35 | + <abbr |
| 36 | + slot="header" |
| 37 | + title="[remove]" |
| 38 | + > |
| 39 | + <mwc-icon-button icon="delete"> |
| 40 | + </mwc-icon-button> |
| 41 | + </abbr> |
| 42 | + <div |
| 43 | + id="ceContainer" |
| 44 | + slot="container" |
| 45 | + > |
| 46 | + <conducting-equipment-editor> |
| 47 | + </conducting-equipment-editor> |
| 48 | + <conducting-equipment-editor> |
| 49 | + </conducting-equipment-editor> |
| 50 | + <conducting-equipment-editor> |
| 51 | + </conducting-equipment-editor> |
| 52 | + <conducting-equipment-editor> |
| 53 | + </conducting-equipment-editor> |
| 54 | + <conducting-equipment-editor> |
| 55 | + </conducting-equipment-editor> |
49 | 56 | </div>
|
50 |
| -</section> |
| 57 | +</editor-container> |
51 | 58 |
|
52 | 59 | ```
|
53 | 60 |
|
|
56 | 63 | #### `looks like the latest snapshot`
|
57 | 64 |
|
58 | 65 | ```html
|
59 |
| -<section tabindex="0"> |
60 |
| - <h3> |
61 |
| - COUPLING_BAY — Bay |
62 |
| - </h3> |
63 |
| - <div> |
64 |
| - <div id="ceContainer"> |
65 |
| - <conducting-equipment-editor readonly=""> |
66 |
| - </conducting-equipment-editor> |
67 |
| - <conducting-equipment-editor readonly=""> |
68 |
| - </conducting-equipment-editor> |
69 |
| - <conducting-equipment-editor readonly=""> |
70 |
| - </conducting-equipment-editor> |
71 |
| - <conducting-equipment-editor readonly=""> |
72 |
| - </conducting-equipment-editor> |
73 |
| - <conducting-equipment-editor readonly=""> |
74 |
| - </conducting-equipment-editor> |
75 |
| - </div> |
| 66 | +<editor-container nomargin=""> |
| 67 | + <abbr |
| 68 | + slot="header" |
| 69 | + title="[lnode.tooltip]" |
| 70 | + > |
| 71 | + <mwc-icon-button icon="account_tree"> |
| 72 | + </mwc-icon-button> |
| 73 | + </abbr> |
| 74 | + <abbr |
| 75 | + slot="header" |
| 76 | + title="[duplicate]" |
| 77 | + > |
| 78 | + <mwc-icon-button icon="content_copy"> |
| 79 | + </mwc-icon-button> |
| 80 | + </abbr> |
| 81 | + <abbr |
| 82 | + slot="header" |
| 83 | + title="[edit]" |
| 84 | + > |
| 85 | + <mwc-icon-button icon="edit"> |
| 86 | + </mwc-icon-button> |
| 87 | + </abbr> |
| 88 | + <abbr |
| 89 | + slot="header" |
| 90 | + title="[move]" |
| 91 | + > |
| 92 | + <mwc-icon-button icon="forward"> |
| 93 | + </mwc-icon-button> |
| 94 | + </abbr> |
| 95 | + <abbr |
| 96 | + slot="header" |
| 97 | + title="[remove]" |
| 98 | + > |
| 99 | + <mwc-icon-button icon="delete"> |
| 100 | + </mwc-icon-button> |
| 101 | + </abbr> |
| 102 | + <div |
| 103 | + id="ceContainer" |
| 104 | + slot="container" |
| 105 | + > |
| 106 | + <conducting-equipment-editor readonly=""> |
| 107 | + </conducting-equipment-editor> |
| 108 | + <conducting-equipment-editor readonly=""> |
| 109 | + </conducting-equipment-editor> |
| 110 | + <conducting-equipment-editor readonly=""> |
| 111 | + </conducting-equipment-editor> |
| 112 | + <conducting-equipment-editor readonly=""> |
| 113 | + </conducting-equipment-editor> |
| 114 | + <conducting-equipment-editor readonly=""> |
| 115 | + </conducting-equipment-editor> |
76 | 116 | </div>
|
77 |
| -</section> |
| 117 | +</editor-container> |
78 | 118 |
|
79 | 119 | ```
|
80 | 120 |
|
0 commit comments