Is there an offline HTML validator for Firefox 10+ working on Mac OS X?
Asked
Active
Viewed 660 times
2 Answers
1
Does ist have to be a Firefox extension? Because Mac OS X includes W3Cs validator in com.apple.pkg.BSD already.
% pkgutil --file-info /usr/bin/tidy
volume: /
path: /usr/bin/tidy
pkgid: com.apple.pkg.BSD
pkg-version: 10.7.0.1.1.1309412550
install-time: 1312458669
uid: 0
gid: 0
mode: 755
Open a shell and type man tidy and you are good to go. Dave Raggett wrote a nice introduction for the tidy utility if you want to know more...
Sebastian Stumpf
- 684
- 6
- 11
0
Here is an option: http://habilis.net/validator-sac/
Not a Firefox extension itself but you can use it with the Firefox Web Developer Extension.
minou
- 101