From 3e5fcda13e3c25dcd62b6434f6c7659290255eb9 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 25 Nov 2020 06:10:34 -0800 Subject: [PATCH] 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 Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api/intl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/intl.md b/doc/api/intl.md index 3d6132f9dc5c9b..6cb2f8c506421e 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 |