Hope someone have lot of experience in this area would answer my questions here.
This is working Ccalt. But I still have a lot of questions. ( image1)
The questions are: ( Posted in FF and did not get any comment yet )

- What is New Section mean to current situation? Adding | in the Matching Rules and what else can you add there? Since I used all match, back and ahead classes in there already
- What is adding "New" under Matching Rules, is this the same as New Section button?
- Can I add any lookup to any section? Like --> back @lookup1 | match @looup2 | ahead @looup3?
- Why I got error message saying that "back" is not valid class name, when I put @lookup right after back
- Does "New " mean, a new Chained Substitution and will work on the result of previous Chained Substitution?
- Is there any writeup about this dialog and explain in detail, please point me to that document?
- When back or ahead is not included, the dialog is a bit different. It is called "Coverage Tables" or something and the format is quite different. So, adding "New" will be new Chained Substitute, which will work on the result of previous one? See the dialog below:
- I can't adjust the column in this dialog box, why? ( Image2 )

Comments
Classes are mutually exclusive, meaning one glyph can only be in one class. Coverage table doesn't have such limitation. Otherwise they work similarly, with optional backtracks, matching inputs and optional lookaheads.
I figure each Start in the third column marks the start of a section (of the possible three) but I'm not sure.
"Classes are mutually exclusive, meaning one glyph can only be in one class. Coverage table doesn't have such limitation. Otherwise they work similarly, with optional backtracks, matching inputs and optional lookaheads".
I put almost the same glyphs in two classes and got "invalid" class name error. Thank you. Bear with me, I still have some questions:
If you have two @lookups in one rule and both have to be used on Match class but on different glyph, right? And how that supposed to work? First lookup substitutes one glyph and then second lookup works on the result of first lookup? Does second lookup go back to the start of the context, right? or it acts on the place, where the first lookup went off? Thanks again.
Do you mean The linked content starts with Match Class here? Isn't Content starts with Back | Match | ahead format?
Yes you can have multiple referenced lookups in one rule and they have to be on Match class. However, several lookups can be on the same class.
Yes exactly.
The second lookup sees the result of the first substitution and applies without knowing what’s before the first substitution.
There is a complex setting panel in fontforge that lets you specify each @lookup’s matching position. Where position 0 is the first class in Match and position 1 the second. Keep in mind that the positions should also apply to the result not the original text.
In the simple format setting, if the first substitution doesn’t change the Match part length, then the second lookup applies to the same position it was originally set to. However if previous substitutions changed the length of Match section, I don’t really know how it should work. Maybe the position shrinks/expands with previous changes (that’s how I have implemented it in my iOS app), but I haven’t found any specification regarding this issue in the AFDKO feature specs site. Maybe a way to specify directly the matching position number in a .fea file could be useful.
No, here by “linked” I meant the MS specs webpage that I had put a link to.
I think I saw some of the samples in the web, but how do you bring that dialogbox in FF to set the position. Or does FF auto-assign them? I think it is auto-assigned but can you change it? Thanks
Hope it helps.