You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently encountered a few <choice> elements (so far all with abbreviations) -- add options and behaviours to:
Only display one or the other
Display both
Add typographic conventions for expansion
What needs to be done?
Define behaviour
Create options
Write docs
Updates
20240523 -- Corrected recursion problems and fixed other issues. TODO: documentation, tests; URGENT TODO: PR #21 Seems to have accidentally removed all behaviours for <orgName> -- Need to fix this. THIS IS WHY WE NEED AUTO TESTING! 😩
20240517 -- Finished draft behaviours for choice elements, separating between corrections and abbreviations. Inline markers work well; events also work but the behaviour is being called twice (once before anything, another after the expanded has been removed) -- need to fix this; also add documentation, test, and cover edge cases.
The text was updated successfully, but these errors were encountered:
Summary
Currently encountered a few
<choice>
elements (so far all with abbreviations) -- add options and behaviours to:What needs to be done?
Updates
20240523 -- Corrected recursion problems and fixed other issues. TODO: documentation, tests; URGENT TODO: PR #21 Seems to have accidentally removed all behaviours for
<orgName>
-- Need to fix this. THIS IS WHY WE NEED AUTO TESTING! 😩20240517 -- Finished draft behaviours for choice elements, separating between corrections and abbreviations. Inline markers work well; events also work but the behaviour is being called twice (once before anything, another after the expanded has been removed) -- need to fix this; also add documentation, test, and cover edge cases.
The text was updated successfully, but these errors were encountered: