Skip to content

Commit 2fb106a

Browse files
authored
Clarify status of specification and informal feature specifications (#6554)
Resolves #6088
1 parent 8100589 commit 2fb106a

File tree

1 file changed

+7
-3
lines changed
  • src/content/resources/language/spec

1 file changed

+7
-3
lines changed

src/content/resources/language/spec/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1415
You 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),
4751
check out the in-progress [Dart 3 specification](#dart-3).
4852

4953
## Dart 1.x

0 commit comments

Comments
 (0)