The defacto should be innerText (i.e. text). Using html should be reserved for cases where the client needs to add HTML markup and it should use innerHTML. We should also include a warning in the documentation that html should be used with care and there’s a security concern with using it.
My $0.02, Harbs > On Apr 5, 2019, at 12:42 PM, Kessler CTR Mark J > <[email protected]> wrote: > > My guess is the bottom line would be, no matter what is chosen, do we allow > them an easy way to get at the html properties directly. That would make a > big difference to have to use a longer path to access for a less used > property or have like 2 of every component. > > > -Mark K >
