| OLD | NEW |
| 1 --- | 1 --- |
| 2 layout: default | 2 layout: default |
| 3 title: "Language Specification" | 3 title: "Language Specification" |
| 4 description: "The Dart Language Specification, including a change log, in PDF an
d HTML." | 4 description: "The Dart Language Specification, including a change log, in PDF an
d HTML." |
| 5 --- | 5 --- |
| 6 | 6 |
| 7 <section> | 7 <section> |
| 8 <h1> Language Specification </h1> | 8 <h1> Language Specification </h1> |
| 9 | 9 |
| 10 <p> | 10 <p> |
| 11 You can read | 11 You can read |
| 12 <em>The Dart Programming Language Specification</em> | 12 <em>The Dart Programming Language Specification</em> |
| 13 in PDF and HTML formats: | 13 in PDF and HTML formats: |
| 14 </p> | 14 </p> |
| 15 | 15 |
| 16 <ul> | 16 <ul> |
| 17 <li> <a | 17 <li> <a |
| 18 target="_blank" | 18 target="_blank" |
| 19 href="latest/dart-language-specification.pdf">PDF</a> </li> | 19 href="latest/dart-language-specification.pdf">PDF</a> </li> |
| 20 <li> <a | 20 <li> <a |
| 21 href="latest/dart-language-specification.html">HTML</a> | 21 href="latest/dart-language-specification.html">HTML</a> |
| 22 (from Google Docs) </li> | 22 (from Google Docs) </li> |
| 23 </ul> | 23 </ul> |
| 24 | 24 |
| 25 <p> | 25 <p> |
| 26 The current version (0.51, M5+) | 26 The current version (0.60, M6) |
| 27 was released August 19, 2013. | 27 was released September 10, 2013. |
| 28 </p> | 28 </p> |
| 29 | 29 |
| 30 <p> | 30 <p> |
| 31 See the specification's change log (section 1.2) | 31 See the specification's change log (section 1.2) |
| 32 for a list of differences between versions. | 32 for a list of differences between versions. |
| 33 </p> | 33 </p> |
| 34 </section> | 34 </section> |
| OLD | NEW |