We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chatAt can return surrogates, which need to be wrapped within the same span at
chatAt
span
imscJS/src/main/js/html.js
Line 304 in 07692da
<?xml version="1.0" encoding="UTF-8"?> <tt:tt xmlns:tt="http://www.w3.org/ns/ttml" xmlns:ebutts="urn:ebu:tt:style" xmlns:ttp="http://www.w3.org/ns/ttml#parameter" xmlns="http://www.w3.org/ns/ttml" xmlns:tts="http://www.w3.org/ns/ttml#styling" xmlns:ttm="http://www.w3.org/ns/ttml#metadata" ttp:profile="http://www.w3.org/ns/ttml/profile/imsc1/text" xml:lang="en"> <body> <div> <p tts:backgroundColor="black" ebutts:linePadding="0.1c" tts:color="yellow"> Hello, I am Mork from Ork 😀 </p> </div> </body> </tt:tt>
The text was updated successfully, but these errors were encountered:
Include surrogate pairs in the same <span> (#139)
6a5ce11
Wrap surrogate pairs in the same anonymous <span> (#139)
71072b4
daa9fcd
palemieux
No branches or pull requests
chatAt
can return surrogates, which need to be wrapped within the samespan
atimscJS/src/main/js/html.js
Line 304 in 07692da
The text was updated successfully, but these errors were encountered: