File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -765,7 +765,7 @@ handler can call `preventDefault` on that event to prevent the submission from
765765happening. Form field elements do not have to be wrapped in `<form>`
766766tags.
767767
768- When the user has selected a field from their local file system in a
768+ When the user has selected a file from their local file system in a
769769file picker field, the `FileReader` interface can be used to access
770770the content of this file from a JavaScript program.
771771
Original file line number Diff line number Diff line change @@ -74,4 +74,10 @@ <h2>Chapter 17</h2>
7474the < code > statusCode</ code > property. This does not exist, since the
7575property is actually called < code > status</ code > .</ p >
7676
77+ < h2 > Chapter 18</ h2 >
78+
79+ < p > < strong > Page 327</ strong > (Summary): “When the user has selected
80+ a < em > field</ em > ” should be “When the user has selected
81+ a < em > file</ em > ”.
82+
7783</ article >
You can’t perform that action at this time.
0 commit comments