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
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
This is a very useful tool, great works! However, I found that some of the tags are marked as lowercase in the transcription process. For example, TBody -> Tbody and FieldSet -> Fieldset.
Some tags like SVG, will be ignored, but I guess this is caused by the problem that go-app itself doesn't support. Maybe it can translate to RAW or something else.
The text was updated successfully, but these errors were encountered:
Thanks! Yeah, the SVG situation is a bit of a bummer - I haven't found a way to use app.Raw with it properly yet so I just skip it for now. In the future, maybe I could pass a flag to the traversal function or something. go-app doesn't support the path elements and so on yet.
This is a very useful tool, great works! However, I found that some of the tags are marked as lowercase in the transcription process. For example,
TBody -> Tbody
andFieldSet
->Fieldset
.Some tags like SVG, will be ignored, but I guess this is caused by the problem that go-app itself doesn't support. Maybe it can translate to RAW or something else.
The text was updated successfully, but these errors were encountered: