battre / autocomplete-attribute-explainer

Proposal to extend the autocomplete attribute of the HTML Spec
6 stars 1 forks source link

Expose formatting util functions. #24

Closed norgevz closed 1 year ago

norgevz commented 1 year ago

The PR extracts a few functions away from FormattingModule.

The intent is to allow external modules to process formatting data, by allowing direct access to collect_details_for_formatting without having to create a FormattingModule for this sole purpose.