Fractions only working for glyphs
I was under the impression that OpenType fractions would turn any combination of numbers with a "/" into a fraction, but apparently not so. So, looking it up, I created a "fraction" style using the grep formula (\d/\d), and this works fine on converting non-stacked numbers to existing glyph fractions (e.g., it turns standard 1/4 or 1/2 into stacked fractions) but it doesn't work with fractions not already in glyphs (e.g., 1/3 or 1/8). Isn't OpenType fractions supposed to do this?
