Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/hint-highest-available-document-mode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ By default, the hint checks if the `X-UA-Compatible` response header
is sent with the value of `IE=edge`, and that the `meta` tag isn’t
used.

**Note:** The value check is case-sensitive. The hint specifically looks for the lowercase value `ie=edge`. If you use `IE=edge` (with uppercase letters), the hint will report an error. However, you can configure the hint to accept different values including case variations (see the configuration section below).

### Examples that **trigger** the hint for defaults

`X-UA-Compatible` response header is not sent:
Expand Down
Loading