Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@hlaueriksson hlaueriksson released this 08 Apr 10:23
· 68 commits to main since this release

Markupolation

Regenerated elements and attributes from https://html.spec.whatwg.org/

Living Standard — Last Updated 6 April 2023

When ImplicitUsings are enabled, the following using directives are now applied:

<Using Include="Markupolation" />
<Using Include="Markupolation.Elements" Static="True" />
<Using Include="Markupolation.Elements" Alias="e" />
<Using Include="Markupolation.Element" Alias="E" />
<Using Include="Markupolation.Attributes" Static="True" />
<Using Include="Markupolation.Attributes" Alias="a" />
<Using Include="Markupolation.Attribute" Alias="A" />
<Using Include="Markupolation.EventHandlerContentAttributes" Static="True" />

Markupolation.Extensions

IfMatch methods in ContentExtensions now use Func instead of Expression<Func> as predicate