Loading
Bug 1727844 - part 5: Rename some scan result related members in `WSRunObject.h` r=m_kato
Currently, it uses "normal text" and "normal white-spaces" for naming `enum class` members and their accessors. However, this is unclear what does the normal mean since the word depends on context. Therefore, this patch replaces the former with "non-collapsible characters" and the latter is "collapsible white-spaces". Differential Revision: https://phabricator.services.mozilla.com/D123872