@@ -10,7 +10,8 @@ For a gentler introduction to Dart, see the
1010
1111## Dart 3
1212
13- The Dart 3 language specification is in progress.
13+ The Dart 3 language specification is in progress and
14+ not yet up to date for the current release and language features.
1415You can find the in-progress specification in PDF format:
1516
1617* [ Latest, in-progress specification] [ latest draft ]
@@ -25,6 +26,9 @@ informal language feature specifications in the [dart-lang/language][] repo:
2526* [ Accepted informal proposals] [ ]
2627* [ Drafts of potential features] [ ]
2728
29+ Over time, these feature specifications will be incorporated into
30+ the official specification.
31+
2832[ dart-lang/language ] : {{site.repo.dart.lang}}
2933[ Accepted informal proposals ] : {{site.repo.dart.lang}}/tree/main/accepted
3034[ Drafts of potential features ] : {{site.repo.dart.lang}}/tree/main/working
@@ -42,8 +46,8 @@ The Dart 2 language specification is available in PDF format:
4246
4347[ 2-10 formal spec ] : /resources/language/spec/versions/DartLangSpec-v2.10.pdf
4448
45- For information on Dart versions 2.12 and later,
46- which have support for [ null safety] ( /null-safety ) ,
49+ For information on Dart versions 2.12 and later,
50+ which have support for [ null safety] ( /null-safety ) ,
4751check out the in-progress [ Dart 3 specification] ( #dart-3 ) .
4852
4953## Dart 1.x
0 commit comments