-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: keep input tag's class attr in table #4064
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
Conversation
|
@claude review |
|
Claude finished @badGarnet's task —— View job PR Review for feat: keep input tag's class attr in tableTodo List:
Code ReviewSummaryThis PR extends the existing functionality that preserves ✅ Strengths
🔍 Technical AnalysisFile:
File:
🎯 Areas for Consideration
📋 Minor Suggestions
✅ Security & Performance
🏆 Overall AssessmentThis is a well-implemented, focused change that extends existing functionality in a consistent manner. The code is clean, properly tested, and documented. The PR successfully achieves its stated goal of preserving Recommendation: ✅ APPROVE The changes are ready for merge with the minor suggestions being optional enhancements for future consideration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This change affects partition html.
Previously when there is a table in the html, we clean any tags inside the table of their class and id attributes except for the class attribute for
imgtags. This change also preserves the class attribute forinputtags inside a table. This change is reflected in a table element's metadata.text_as_html attribute.