Skip to content

Commit

Permalink
doc: add table header in intl.md
Browse files Browse the repository at this point in the history
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: #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>
  • Loading branch information
Trott authored and danielleadams committed Dec 7, 2020
1 parent 744b8aa commit 3e5fcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/intl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 3e5fcda

Please sign in to comment.