FLUID-6716: Remove a few unnecessary DOM utilities

Metadata

Source
FLUID-6716
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Antranig Basman
Created
2022-02-04T08:43:16.580-0500
Updated
2022-02-09T09:52:29.328-0500
Versions
  1. 3.0
Fixed Versions
  1. 4.0
Component
  1. Framework

Description

A few utilities in FluidDOMUtilities have become unnecessary over the years as new methods were added to the DOM API.

fluid.dom.isContainer can be replaced by element.contains

fluid.dom.getElementText can be replaced by element.innerText

Comments