From 062313cd5e13986b3ca9ed031a6e235ca8116ad6 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Thu, 22 Aug 2019 15:40:17 -0400 Subject: [PATCH] Make the default tabIndex for 0 This matches all implementations. Fixes #4855. This is another tweak on top of 15cf23a55d629e0b1286302c19634833a89292ab and 7ce0b474147ac0574eb3e739f1a9c27e49a249ad. --- source | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source b/source index 7fbca0d7ea1..8d733840cef 100644 --- a/source +++ b/source @@ -73793,10 +73793,10 @@ END:VCARD

The tabIndex IDL attribute must reflect the value of the tabindex content attribute. The default value is 0 if the element is an a, area, - button, iframe, input, object, - select, textarea, or SVG a element, or is a - summary element that is a summary for its parent details. The default - value is −1 otherwise.

+ button, frame, iframe, input, + object, select, textarea, or SVG + a element, or is a summary element that is a summary for + its parent details. The default value is −1 otherwise.

The varying default value based on element type is a historical artifact.