Edit

Share via


SelectParserRelaxationEnabled

Controls whether the new HTML parser behavior for the <select> element is enabled

Supported versions

  • On Windows and macOS since 132 or later

Description

The HTML parser is being changed to allow additional HTML tags inside the <select> element. This policy supports the old HTML parser behavior until M136.

If this policy is enabled or unset, the HTML parser will allow additional tags inside the <select> element.

If this policy is disabled, then the HTML parser will restrict which tags can be put in the <select> element.

Supported features

  • Can be mandatory: Yes
  • Can be recommended: No
  • Dynamic Policy Refresh: No - Requires browser restart
  • Per Profile: Yes
  • Applies to a profile that is signed in with a Microsoft account: No

Data type

  • Boolean

Windows information and settings

Group Policy (ADMX) info

  • GP unique name: SelectParserRelaxationEnabled
  • GP name: Controls whether the new HTML parser behavior for the <select> element is enabled
  • GP path (Mandatory): Administrative Templates/Microsoft Edge
  • GP path (Recommended): N/A
  • GP ADMX file name: MSEdge.admx

Example value

Enabled

Registry settings

  • Path (Mandatory): SOFTWARE\Policies\Microsoft\Edge
  • Path (Recommended): N/A
  • Value name: SelectParserRelaxationEnabled
  • Value type: REG_DWORD

Example registry value

0x00000001

Mac information and settings

  • Preference Key name: SelectParserRelaxationEnabled
  • Example value:
<true/>

See also