diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html
new file mode 100644
index 0000000000..e97b0f56ac
--- /dev/null
+++ b/techniques/failures/F114.html
@@ -0,0 +1,53 @@
+
Failure of Success Criterion 1.4.13 Content on hover and focus when content cannot be dismissed without moving the pointer or the keyboard focus
+
+
+
+
Failure of Success Criterion 1.4.13 Content on hover and focus when content cannot be dismissed without the pointer hover or the keyboard focus
+
ID: F114
Technology: failures
Type: Failure
+
When to Use
+
Applies when the user, by hovering over parts of content or by focusing an element via the keyboard, causes popup content to appear that cannot dismissed without moving the focus.
+
+
Description
+
Content elements may respond to receiving keyboard focus or pointer hover by inserting additional popup content that may now cover other parts of content. For users, especially those that use strong page magnification, this addition of popup content without activation can be disorienting in different ways:
+
+
the new popup content may cover content that the user may want to access
+
The new popup content may not appear fully in the magnified viewport, necessitating a move of the viewport by panning, tabbing, or pointer focussing in order to access the popup content
+
+
Since popup content on hover and focus can unexpectedly cover page content that users may want to access, it is important that there is an easy way to dismiss such popup content. The most common method is for that is to press the ESC key. Another possible method is activating the pointer at the current location.
+
+
Examples
+
+
Custom tooltip: When focussing an icon with a question mark that is placed after an input field, a popup window with an explanation of the expected input appears that covers a part of the form. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
+
Sub-menu: When the mouse pointer is moved over the entry in a horizontal menubar, a submenu appears. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
+
Sub-menu over decorative content or whitespace: When the mouse pointer is moved over the entry in a horizontal menubar, a submenu appears over a decorative image or whitespace. Across different viewport widths, the submenu does not cover information. This is not a failure.
+
+
+
Tests
+
Procedure
+
+
+
+
Using the tab key, navigate through interactive content.
+
If popup content appears that hides information, press the ESC key and check whether this closes the popup content
+
+
+
+
+
Move the pointer over interactive elements.
+
If popup content appears that hides information:
+
+
press the ESC key and check whether this closes the popup content
+
Activate the pointer device at the current pointer position
+
+
+
+
+
+
Expected Results
+
+
If popup content on keyboard focus does not disappear when pressing ESC or popup content on hover does not disappear when pressing ESC or activating the pointer at the same position then this failure
+ condition applies and content fails the success criterion.
+
+
+
+
diff --git a/techniques/failures/F115.html b/techniques/failures/F115.html
new file mode 100644
index 0000000000..2553a61853
--- /dev/null
+++ b/techniques/failures/F115.html
@@ -0,0 +1,33 @@
+Failure of Success Criterion 1.4.13 Content on hover and focus when the pointer cannot be moved over the new popup content without that content closing
+
+
+
+
Failure of Success Criterion 1.4.13 Content on hover and focus when the pointer cannot be moved over the new popup content without that content closing
+
ID: F114
Technology: failures
Type: Failure
+
When to Use
+
Applies when the user, by hovering over parts of content causes popup content to appear and the pointer cannot be moved over that new popup content without it automatically closing.
+
+
Description
+
Content elements may respond to receiving keyboard focus or pointer hover by inserting additional popup content. For users, especially those that use strong page magnification, this new popup content may not be fully visible. It is therefore important that they can move the pointer over it to access it fully.
+
In some cases, popup content is designed in a way where it automatically closes as soon as the pointer leaver the target area of the trigger that caused the content to appear on hover.
+
+
Examples
+
+
Custom tooltip: When focussing an icon with a question mark that is placed after an input field, a popup window with an explanation of the expected input appears next to the icon. Moving the pointer away form the icon and over the popup automatically closes the popup content.
+
Sub-menu: When the mouse pointer is moved over the entry in a horizontal menubar, a submenu appears. Moving the pointer away from the main menu item toward the submenu closes this submenu.
+
+
+
Tests
+
Procedure
+
+
Using the pointer, explore page content, especially menus and icons like help or information icons.
+
If popup content appears, move the pointer over the popup content
+
+
+
Expected Results
+
+
If popup content disappears when moving the pointer over it then this failure condition applies and content fails the success criterion.