argosopentech / argosopentech/translate-html
doctype is broken after translating
- Dominant language
- Python
- Stars
- 60
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
```html
```
is broken in
```html
html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"
```

it is an example for this doctype but in general as soon as there is a complex doctype it breaks everything
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue with the complex HTML 4.01 doctype shown in the report and trace the HTML translation entry point. The fix is complete when translating this and similarly complex doctypes preserves the full declaration instead of removing the opening
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- localization, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100