CenterForOpenScience / pydocx

An extendable docx file format parser and converter
Other
183 stars 55 forks source link

Update Fallback to match specification #215

Open kylegibson opened 8 years ago

kylegibson commented 8 years ago

According to the ECMA specification, the fallback should inherit the scope of it's grandparent, excluding AlternateContent (so AlternateContent may not contain other AlternateContents).

Currently we have Fallback implemented to allow any child node.

Proposed idea for implementing: