Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayblockunova committed Oct 10, 2024
1 parent c7e7edb commit ee04730
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ var featureInfos =
description:
'Features available in all browsers.\n' +
'No support for Node.js.',
includes: ['ANY_DOCUMENT', 'ANY_WINDOW', 'HISTORY', 'INCR_CHAR', 'MOZILLA', 'STATUS'],
includes: ['ANY_DOCUMENT', 'ANY_WINDOW', 'FORMS', 'HISTORY', 'INCR_CHAR', 'MOZILLA', 'STATUS'],
attributes:
{
'char-increment-restriction': null,
Expand All @@ -887,6 +887,7 @@ var featureInfos =
'ESC_REGEXP_SLASH',
'FILL',
'FLAT',
'FORMS',
'FROM_CODE_POINT',
'FUNCTION_19_LF',
'GENERIC_ARRAY_TO_STRING',
Expand Down Expand Up @@ -927,6 +928,7 @@ var featureInfos =
'DOMWINDOW',
'ESC_HTML_ALL',
'FUNCTION_22_LF',
'FORMS',
'GMT',
'HISTORY',
'INCR_CHAR',
Expand All @@ -951,7 +953,6 @@ var featureInfos =
{
BARPROP: true,
DOMWINDOW: false,
FORMS: true,
HTMLAUDIOELEMENT: true,
JAPANESE_INFINITY: true,
LOCALE_INFINITY: true,
Expand Down

0 comments on commit ee04730

Please sign in to comment.