The HTML attribute role must never have the following values:
commandcompositeinputlandmarkrangeroletypesectionsectionheadselectstructurewidgetwindow
This rule forbids the following:
<template><div role='window'> Hello, world! </div></template>This rule allows the following:
<template><div role='button'> Push it </div></template>