()
| 4217 | } |
| 4218 | |
| 4219 | function peg$parsemargin_side() { |
| 4220 | var s0; |
| 4221 | |
| 4222 | s0 = peg$parseLENGTH(); |
| 4223 | if (s0 === peg$FAILED) { |
| 4224 | s0 = peg$parsePERCENTAGE(); |
| 4225 | if (s0 === peg$FAILED) { |
| 4226 | if (input.substr(peg$currPos, 4) === peg$c83) { |
| 4227 | s0 = peg$c83; |
| 4228 | peg$currPos += 4; |
| 4229 | } else { |
| 4230 | s0 = peg$FAILED; |
| 4231 | if (peg$silentFails === 0) { peg$fail(peg$e88); } |
| 4232 | } |
| 4233 | } |
| 4234 | } |
| 4235 | |
| 4236 | return s0; |
| 4237 | } |
| 4238 | |
| 4239 | function peg$parseborder_style() { |
| 4240 | var s0; |
no test coverage detected