javascript
Border Style CSS Property Validation (Javascript)
Validates any border-style value that contains 0-4 (valid) border styles.
Only restriction on whitespace is at least one space/tab between values—all of the examples below are valid:
"solid"
"solid none"
"none none solid"...
Submitted by disk0 <www.github.com/disco0> - 3 years ago