Skip to content

feat: map <input> tags by type + add coverage #4068

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

Merged
merged 4 commits into from
Jul 22, 2025

Conversation

MaksOpp
Copy link
Contributor

@MaksOpp MaksOpp commented Jul 21, 2025

Implements type-aware classification of <input> elements in extract_tag_and_ontology_class_from_tag (checkbox → Checkbox, radio → RadioButton, else → FormFieldValue) and updates/extends the HTML-to-ontology test suite to validate the new behaviour.

@MaksOpp MaksOpp changed the title Map <input> tags by type + add coverage feat: map <input> tags by type + add coverage Jul 21, 2025
@MaksOpp MaksOpp added this pull request to the merge queue Jul 22, 2025
Merged via the queue into main with commit 5368197 Jul 22, 2025
37 checks passed
@MaksOpp MaksOpp deleted the feat/map-inputs-to-correct-ontology-elements branch July 22, 2025 16:51
qued pushed a commit that referenced this pull request Jul 22, 2025
Implements type-aware classification of `<input>` elements in
`extract_tag_and_ontology_class_from_tag` (checkbox → `Checkbox`, radio
→ `RadioButton`, else → `FormFieldValue`) and updates/extends the
HTML-to-ontology test suite to validate the new behaviour.
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.

2 participants