Another README update

This commit is contained in:
Timothy Warren 2013-07-19 16:36:11 -04:00
parent 13cec84e85
commit b1d12b1154
1 changed files with 5 additions and 7 deletions

View File

@ -1,10 +1,11 @@
# Lazy Form Fuzz
A bookmarklet for filling HTML forms with random data.
A bookmarklet for filling HTML forms with random data.
Data is generated from regular expressions, using [RandExp](https://github.com/fent/randexp.js).
## Browser Support
IE 8+, Firefox, Chrome, Opera (Presto and Blink), and Safari
Supports single page and framed forms.
Supports single page and framed (iframes and framesets) forms.
## Form element support for autofilling
### Input Types
@ -40,8 +41,5 @@ Supports single page and framed forms.
* readonly
* disabled
## Custom Generation rules
LazyFormFuzz respects the pattern attribute on input elements, and will use it over built-in rules.