Skip to content
New issue

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

[iOS] 듣기시 유효하지 않은 span태그 스킵하도록 #40

Open
wants to merge 3 commits into
base: feature/v2
Choose a base branch
from

Conversation

Kyungtae-TEI
Copy link
Contributor

요약 및 작업내용

  • 공백만 있는 span 태그로 chunk를 만드는데 null로 만들어져 읽을 수 없는 문제가 있습니다.
  • bf59456 공백 span 태그는 읽기 스킵하도록 합니다. 142, 143 테스트케이스 실패
  • 84fd57c 유효하지 공백 span 태그는 읽기 스킵하도록 합니다. 는 생성자이슈로 테스트케이스 실패
  • 31cdcbc 유효하지 공백 span 태그는 읽기 스킵하도록 합니다.

문제가 되는 도서 예시

...
<p class="장시작">
  <img alt="PHOTO3" src="../Images/PHOTO3.jpg" style="color: rgb(0, 187, 206); font-family: 'SD Gothic Std', sans-serif; font-size: 1.583em; line-height: 1.158;">
  <span style="font-size: 1em; line-height: 1.833;">&nbsp;</span>
  <br>
</p>
<p class="본문">&nbsp;</p>
...

참고사항

@Kyungtae-TEI Kyungtae-TEI requested a review from DavinAhn January 9, 2025 10:08
@Kyungtae-TEI Kyungtae-TEI self-assigned this Jan 9, 2025
@Kyungtae-TEI
Copy link
Contributor Author

노티 뿅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant