Skip to content

Commit 647c1b5

Browse files
committed
clarify reqmts
1 parent 0132226 commit 647c1b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

microsoft-edge/webview2/concepts/webview-features-flags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ The following WebView2 browser flags are available for use during development.
6969
For production apps, do not use these flags. During development, if the flag is present, the behavior that's specified below results.
7070

7171
<!-- requirements:
72-
During development, what is the result of this flag being present? (in contrast to the norm which is that this flag is not present) Lead with verb that describes system result. |
72+
During development, what is the result of this flag being present? (In contrast to the norm which is that this flag is not present.) Lead with verb that describes system result. |
7373
Specify whether the flag takes a value. If the flag takes a value, state the type of value, such as boolean (true|false), or string (such as server URL list).
74-
Give an example. -->
74+
If the flag takes a value other than true|false, give an example. -->
7575
| Flag | Description |
7676
|---|---|
7777
| `accept-lang` | Specifies `Accept-Language` to send to servers and expose to JavaScript via the [Navigator.language](https://developer.mozilla.org/docs/Web/API/Navigator/language) DOM property. The format is `language[-country]`, where `language` is the 2-letter code from ISO-639. |

0 commit comments

Comments
 (0)