From 4856158855e37456575555a35146abcbee196ac2 Mon Sep 17 00:00:00 2001 From: Nicholas Hoyt Date: Wed, 8 Apr 2015 11:25:39 -0500 Subject: [PATCH] Content updates --- NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTES.md b/NOTES.md index d60965b..238a6cc 100644 --- a/NOTES.md +++ b/NOTES.md @@ -2,8 +2,8 @@ ### `isVisible` function -* Is now recursive, such that when a form is hidden, all of its elements - are hidden. +* Is now recursive, such that when a form is hidden, it detects that all + of its elements are hidden. * How to determine visibility based on element geometry? * To compare OAA Library algorithm, search for `DOMElementComputedStyle`