You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to parsing related types made public. Most of them can be found in the Parser folder.
Background
I'm working on a sample application that can load A-Frame content. The attribute syntax for A-Frame Multi-Property components conforms to CSS guidelines. Therefore, I'd like to use AngleSharp classes like IdentParser to parse the values stored in these attributes. Unfortunately, since the types in this folder do not have an explicit access modifier, they're defaulting to Internal and are not public.
Specification
I do not believe that making these parser classes public would have an impact on any the spec.
The text was updated successfully, but these errors were encountered:
New Feature Proposal
Description
I would like to parsing related types made public. Most of them can be found in the Parser folder.
Background
I'm working on a sample application that can load A-Frame content. The attribute syntax for A-Frame Multi-Property components conforms to CSS guidelines. Therefore, I'd like to use AngleSharp classes like IdentParser to parse the values stored in these attributes. Unfortunately, since the types in this folder do not have an explicit access modifier, they're defaulting to Internal and are not public.
Specification
I do not believe that making these parser classes public would have an impact on any the spec.
The text was updated successfully, but these errors were encountered: