Clarify the meaning of "initially supported"
Bug: b:229629831
Change-Id: Id4922bc69867e0b491fd620f03409b2d35769f05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3609043
Commit-Queue: danakj <[email protected]>
Reviewed-by: danakj <[email protected]>
Cr-Commit-Position: refs/heads/main@{#996908}
diff --git a/styleguide/c++/c++-features.md b/styleguide/c++/c++-features.md
index 8bbde7a5..dfe8aa3 100644
--- a/styleguide/c++/c++-features.md
+++ b/styleguide/c++/c++-features.md
@@ -11,8 +11,9 @@
The C++ language has in recent years received an updated standard every three
years (C++11, C++14, etc.). For various reasons, Chromium does not immediately
allow new features on the publication of such a standard. Instead, once
-toolchain support is sufficient, a standard is declared "initially supported",
-with new language/library features banned pending discussion.
+Chromium supports the toolchain to a certain extent (e.g., build support is
+ready), a standard is declared "_initially supported_", with new
+language/library features banned pending discussion but not yet allowed.
You can propose changing the status of a feature by sending an email to
[[email protected]](https://groups.google.com/a/chromium.org/forum/#!forum/cxx).