-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
flutter/engine
#39915Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specifically
Description
Flutter has a rendering mode where it puts all its contents in a regular DOM element when the ShadowDOM API is not supported.
This was implemented for Stadia, but now that it's sadly not needed, it can maybe be cleaned up.
Proposal
Completely delete lib/web_ui/lib/src/engine/host_node.dart
, then fix whatever fails where that type is used. Substitute this by a standard DomShadowRoot
type (from dom.dart
).
lin72h
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specifically