Skip to content

Instantly share code, notes, and snippets.

@bennadel
Created May 7, 2023 11:44
Show Gist options
  • Save bennadel/1d889e4f1a0710dc74e8a6edb9fd7716 to your computer and use it in GitHub Desktop.
Save bennadel/1d889e4f1a0710dc74e8a6edb9fd7716 to your computer and use it in GitHub Desktop.
ColdFusion Custom Tags Can Use Dashed Attributes
<cfdump var="#attributes#" />
<cfabort />
<cf_MyTag
foo="bar"
x:foo="bar"
data-foo="bar">
</cf_MyTag>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment