The typical Interaction States are included here, but Focus is not included.
Perhaps it is treated differently than the other states, especially for Text and Form fields, but Windows in particular has a Focus Visual that is applied to controls when tabbing.
https://github.com/microsoft/fluentui-token-pipeline/blob/aac26f7a301cee840aeabeb1ab8fffe6fbab529a/src/pipeline/utils.ts#L11-L19
The typical Interaction States are included here, but Focus is not included.
Perhaps it is treated differently than the other states, especially for Text and Form fields, but Windows in particular has a Focus Visual that is applied to controls when tabbing.