Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 3.16 KB

issues-filed.md

File metadata and controls

28 lines (23 loc) · 3.16 KB

Browser Issues Filed

  • Mouse/Touch Events Can Focus Parent Element - WebKit 139945
  • Multiple use of same image map hides elements from tabbing sequence - Gecko 1116126
  • CSS order property (Flexbox) affects document tabbing sequence - Gecko 1116140
  • focus event listener on arbitrary SVGElement makes it focusable - Blink 445798, WebKit 140024
  • SVGElement.prototype.focus is missing - Gecko 1116966, Trident 1072662
  • empty tabindex [tabindex=""] parsed and exposed as [tabindex="-32768"] - Trident 1072965
  • wrong activeElement when focusing element in ShadowDOM - Gecko 1117535
  • multiple FocusEvents for focus change within the same ShadowRoot - Gecko 1117544
  • positive tabindex elements within ShadowDOM are improperly sorted into document's tabbing sequence - Gecko 1117552
  • Implement >>> Selecting Through Shadows Selector for access into shadow root - Gecko 1117572
  • Rename "Selecting Through Shadows Selector" from "/deep" to ">>>" - Blink 446051
  • sequential navigation failure for negative tabindex on ShadowHost - Blink 446584
  • area elements added to document sequential navigation order in DOM order instead of in place of referencing image - Blink 447289, WebKit 140259
  • DOM Level 3: FocusEvent sequence - Blink 449857, WebKit 140596, Trident 1092647
  • :target element not focused properly when element with autofocus attribute exists - WebKit 140963

Specification Issues Filed