diff --git a/sections/changes.include b/sections/changes.include index 9c87e8833a..dc317489e1 100644 --- a/sections/changes.include +++ b/sections/changes.include @@ -7,6 +7,9 @@

Changes since the HTML 5.3 First Public Working Draft

+ +
Add focusin and focusout events
+
Substantive change. Fixed issue 278
Allow fully internationalised email addresses in the <{input/E-mail}> type, as per [[RFC6531]].
Substantive change. Fixed issue 845
Specify allowable context types for canvas in the HTML spec. diff --git a/sections/editing.include b/sections/editing.include index 5d133329a0..162196f38b 100644 --- a/sections/editing.include +++ b/sections/editing.include @@ -1094,6 +1094,13 @@ Editing: +
  • + + If blur event target is not null, fire + an event named focusout at the blur event target. + +
  • + @@ -1156,6 +1163,13 @@ Editing: +
  • + + If focus event target is not null, fire + an event named focusin at the focus event target. + +
  • + diff --git a/sections/events.include b/sections/events.include index fcd68103b1..acf6b788ce 100644 --- a/sections/events.include +++ b/sections/events.include @@ -1,4 +1,4 @@ -

    Events

    +

    Events

    This section is non-normative. @@ -112,6 +112,18 @@ {{Window}}, elements Fired at nodes gaining focus + + focusin + {{Event}} + {{Window}}, elements + Fired at nodes gaining focus + + + focusout + {{Event}} + {{Window}}, elements + Fired at nodes losing focus + hashchange {{HashChangeEvent}}