|
14 | 14 | --> |
15 | 15 |
|
16 | 16 | <!-- |
17 | | - Recognizes attributes 'id' and 'title', but marking these as attributes |
| 17 | + Sections auto-number themselves and their paragraphs. The chosen number can |
| 18 | + be overridden by setting the 'number' attribute. A paragraph can also be |
| 19 | + marked as a continuation of the previous paragraph (without its own number) |
| 20 | + by giving it a 'cont' class. |
| 21 | +
|
| 22 | + Also recognizes attributes 'id' and 'title', but marking these as attributes |
18 | 23 | cause problems for the ShadowDOM polyfill. |
19 | 24 | --> |
20 | 25 | <polymer-elementname="cxx-section"constructor="CxxSectionElement"attributes="number"> |
|