diff --git a/15_event.md b/15_event.md index ce35adb0..a6d331ba 100644 --- a/15_event.md +++ b/15_event.md @@ -659,9 +659,9 @@ on it. When it loses focus, the element gets a `"blur"` event. {{index "event propagation"}} -Unlike the events discussed earlier, these two events do not -propagate. A handler on a parent element is not notified when a child -element gains or loses focus. +Some events, like these two and `"scroll"`, do not propagate. A +handler on a parent element is not notified when a child element gains +or loses focus. {{index "input (HTML tag)", "help text example"}} diff --git a/html/errata.html b/html/errata.html index 899fd7bf..cce80142 100644 --- a/html/errata.html +++ b/html/errata.html @@ -114,7 +114,7 @@
Page 367 A File Server: The part that +
Page 367 (10th) A File Server: The part that talks about “the output stream to the request” should say “the stream from the request” instead.