Add visual diffing support
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 245
- Forks
- 80
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 2
Description
http://services.w3.org/htmldiff is OK except it disallows "invalid" (custom) elements.
http://www.w3.org/wiki/HtmlDiff contains a good list of possibilities
An example output is http://services.w3.org/htmldiff?doc1=https%3A%2F%2Frawgit.com%2Fwhatwg%2Ffetch%2F53c071b078bf345aaad7e9cbf2d1d425d53c82ef%2FOverview.html&doc2=https%3A%2F%2Ffetch.spec.whatwg.org%2F (example section with a few inline changes)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked HtmlDiff resources and the provided example output to understand the expected visual comparison. Define how support should handle invalid or custom elements, then verify that the resulting output compares ECMAScript specifications as shown by the example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100