Radek

Results 2 issues of Radek

## Expected behaviour Pa11y should set cookie on the browser. Pa11y should be able to load page with `headers.Cookie` without need to specify `headers.Accept` ## Actual behaviour Pa11y is not...

type: bug
priority: medium
status: help wanted

Example code: ``` export type IPropsVariant = 'primary' | 'secondary' | undefined export type IPropsType = 'button' | 'submit' | 'reset' | undefined export interface IProps { id?: string; type?:...