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 ee04730 commit 4fc0ce1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/lib/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,16 @@ var featureInfos =
description:
'Features available in all browsers.\n' +
'No support for Node.js.',
includes: ['ANY_DOCUMENT', 'ANY_WINDOW', 'FORMS', 'HISTORY', 'INCR_CHAR', 'MOZILLA', 'STATUS'],
includes:
[
'ANY_DOCUMENT',
'ANY_WINDOW',
'FORMS',
'HISTORY',
'INCR_CHAR',
'MOZILLA',
'STATUS',
],
attributes:
{
'char-increment-restriction': null,
Expand Down

0 comments on commit 4fc0ce1

Please sign in to comment.