Skip to content

Commit

Permalink
Merge pull request #83 from aartaka/html-and-head-attributes
Browse files Browse the repository at this point in the history
Add more attributes for `head` and `html` tags.
  • Loading branch information
ruricolist committed Jul 5, 2023
2 parents 6218414 + 668ea77 commit d4398b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tags.lisp
Expand Up @@ -212,7 +212,8 @@
(:fieldset :name :disabled :form)
(:form :action :method :enctype :name :accept-charset
:novalidate :target :autocomplete)
(:html :manifest)
(:html :manifest :version :xmlns :prefix)
(:head :prefix :profile)
(:iframe :src :srcdoc :name :width :height :sandbox :seamless :allowfullscreen
:allowpaymentrequest :allow :frameborder :csp :fetchpriority :loading
:referrerpolicy)
Expand Down

0 comments on commit d4398b5

Please sign in to comment.