Skip to content

Commit

Permalink
Merge pull request #1440 from vivliostyle/fix/issue1439
Browse files Browse the repository at this point in the history
fix: fix broken table layout when table row has id attribute
  • Loading branch information
MurakamiShinyu authored Jan 7, 2025
2 parents f05e19b + 63b91aa commit ef3387f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/vivliostyle/vgen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@ export class ViewFactory
);
if (
Scripts.allowScripts &&
result.localName !== "tr" && // issue #1439
!(
result.namespaceURI === Base.NS.SVG &&
result.localName !== "svg"
Expand Down

0 comments on commit ef3387f

Please sign in to comment.