Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-11-25 17:10:34 +0300
committerRich Trott <rtrott@gmail.com>2020-11-28 16:14:28 +0300
commit0ac2d0fafd2ce9aa451802f8b53d7d809939c1da (patch)
tree381e9bbaffe5828dd55a5809c2ca363fc6952790 /doc/api/intl.md
parentb938f88204945b02fb9a79b387c4961714fdaeb0 (diff)
doc: add table header in intl.md
An empty header element in a table is an accessibility issue. In this case, specifying the column as containing a feature seems to be the way to go. PR-URL: https://github.com/nodejs/node/pull/36261 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/intl.md')
-rw-r--r--doc/api/intl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/intl.md b/doc/api/intl.md
index 3d6132f9dc5..6cb2f8c5064 100644
--- a/doc/api/intl.md
+++ b/doc/api/intl.md
@@ -42,7 +42,7 @@ in [BUILDING.md][].
An overview of available Node.js and JavaScript features for each `configure`
option:
-| | `none` | `system-icu` | `small-icu` | `full-icu` |
+| Feature | `none` | `system-icu` | `small-icu` | `full-icu` |
|-----------------------------------------|-----------------------------------|------------------------------|------------------------|------------|
| [`String.prototype.normalize()`][] | none (function is no-op) | full | full | full |
| `String.prototype.to*Case()` | full | full | full | full |