archives

« Bugzilla Issues Index

#1258 — BasicFormatMatcher 11.c.vi doesn't handle optionsProp and formatProp being undefined


Substeps 11.c.vi.2 and 11.c.vi.3 of the BasicFormatMatcher algorithm determine the indexes of optionsProp and formatProp within the values array. This assumes that both actually have values included in this array, and fails if both are undefined. The steps leading here, however, do not prevent them from both being undefined.


Fixed in 2013-02-28 draft.