-
Notifications
You must be signed in to change notification settings - Fork 87
OpenTag Helper - allow "itemprop", "itemscope" and "itemtype" for microdata as attributes #179
Comments
just my 50 cents on this |
The fastest way: <?= $this->form()->openTag($form) ?>
<div itemprop="potentialAction">
Why? I think only the elements which wraps other elements should have these universal attributes. (e.g. |
@froschdesign Another problem occurs at the input field:
for more information: https://developers.google.com/search/docs/data-types/sitelinks-searchbox |
@koseduhemak
|
see #50 |
This repository has been closed and moved to laminas/laminas-form; a new issue has been opened at laminas/laminas-form#10. |
I tried to add some microdata to my form:
This does not work, as the specified attributes are not added if I render the form's open tag:
$this->form()->openTag($form);
Any workaround to get this specific attributes working?
The text was updated successfully, but these errors were encountered: