Skip to content
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

rx-html (feature): Reduce tag/attr name conflicts with SVG #3076

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

xerial
Copy link
Member

@xerial xerial commented Jul 28, 2023

No description provided.

@github-actions github-actions bot added the bug label Jul 28, 2023
@xerial xerial added feature and removed bug labels Jul 28, 2023
@xerial xerial enabled auto-merge (squash) July 28, 2023 19:19
@github-actions github-actions bot added the bug label Jul 28, 2023
@xerial xerial changed the title rx-html (fix): Reduce tag/attr name conflicts with SVG rx-html (feature): Reduce tag/attr name conflicts with SVG Jul 28, 2023
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #3076 (2cde839) into master (a4d4fa6) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3076      +/-   ##
==========================================
- Coverage   82.84%   82.83%   -0.01%     
==========================================
  Files         350      349       -1     
  Lines       14677    14675       -2     
  Branches     2446     2498      +52     
==========================================
- Hits        12159    12156       -3     
- Misses       2518     2519       +1     
Files Changed Coverage Δ
.../src/main/scala/wvlet/airframe/rx/html/Attrs.scala 100.00% <ø> (ø)
...rc/main/scala/wvlet/airframe/rx/html/package.scala 90.90% <ø> (ø)

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4d4fa6...2cde839. Read the comment docs.

@@ -170,8 +170,7 @@ trait Tags {
lazy val summary: HtmlElement = tag("summary")
// Defines superscripted text
lazy val sup: HtmlElement = tag("sup")
// Defines a container for SVG graphics
lazy val svg: HtmlElement = tag("svg")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

svg needs to be scoped in SVG namespace, so this definition is useless

@xerial xerial merged commit 9c55c5b into master Jul 28, 2023
27 checks passed
@xerial xerial deleted the remove-svg-tag-from-all branch July 28, 2023 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant