mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Revert "ported from mozilla: Bug 1819025 - Don't consider following join-controls when determining whether a space is collapsible. r=emilio (fad4426b7b)"
This reverts commit 854fac5c4c.
This commit is contained in:
parent
c416859636
commit
5134d40d65
3 changed files with 1 additions and 17 deletions
|
|
@ -81,7 +81,7 @@ public:
|
|||
static bool
|
||||
IsSpaceCombiningSequenceTail(const char16_t* aChars, int32_t aLength) {
|
||||
return aLength > 0 &&
|
||||
(mozilla::unicode::IsClusterExtenderExcludingJoiners(aChars[0]) ||
|
||||
(mozilla::unicode::IsClusterExtender(aChars[0]) ||
|
||||
(IsBidiControl(aChars[0]) &&
|
||||
IsSpaceCombiningSequenceTail(aChars + 1, aLength - 1)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue