Complete SVG DOM script and interaction runtime lane#538
Merged
Conversation
This was referenced Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Complete SVG DOM, Script, And Interaction Runtime Lane
Summary
This PR completes the SVG DOM / Script / Interaction Runtime lane by adding the runtime surfaces and rendering hooks needed for the newly enabled W3C DOM, scripting, interaction, text selection, and static resource coverage.
Changes
cssText, camel-case CSS properties, and viewer scale/translate APIs.<use>instance hit-node routing.struct-image-16-fChrome override so the W3C row uses the real reference with scoped comparison policy instead of a browser-captured failure state.Validation
dotnet format Svg.Skia.slnx --no-restore --verify-no-changesdotnet build Svg.Skia.slnx -c Release --no-restoredotnet test tests/Svg.JavaScript.UnitTests/Svg.JavaScript.UnitTests.csproj -c Release --no-builddotnet test tests/Svg.Skia.UnitTests/Svg.Skia.UnitTests.csproj -f net10.0 -c Release --no-build --filter "FullyQualifiedName~SvgInteractionDispatcherTests|FullyQualifiedName~SvgTextSelectionDomTests|FullyQualifiedName~SvgViewerResourceTests|FullyQualifiedName~SvgJavaScriptRuntimeTests"dotnet test tests/Svg.Skia.UnitTests/Svg.Skia.UnitTests.csproj -f net10.0 -c Release --no-build --filter "FullyQualifiedName~W3CTestSuiteTests.Tests"dotnet test Svg.Skia.slnx -c Release --no-buildThe full solution test run passed with
Svg.Skia.UnitTestsreporting 2442 passed and 16 skipped tests. The build only reports existing package vulnerability warnings from transitive/package references.