Hey,
When using the RadEditor to markup some html5 microdata, it seems to strip out the 'itemscope' property.
So when in HTML pane pasting something like:
it saves it like this:
This happens both on <span> and <div> and not just on geo microdata but all items containing 'itemscope'.
In this case I'm using the RadEditor inside Sitefinity v5.1, but after confirming Sitefinity doesn't strip/filter anything and its a RadEditor issue, I'm posting the question here...
Has anyone run into this and found a workaround ?
Jochem
When using the RadEditor to markup some html5 microdata, it seems to strip out the 'itemscope' property.
So when in HTML pane pasting something like:
<
span
itemprop
=
"geo"
itemscope
itemtype
=
"http://schema.org/GeoCoordinates"
>
<
meta
itemprop
=
"latitude"
content
=
"1.23456"
/>
<
meta
itemprop
=
"longitude"
content
=
"1.23456"
/>
</
span
>
it saves it like this:
<
span
itemprop
=
"geo"
itemtype
=
"http://schema.org/GeoCoordinates"
>
<
meta
itemprop
=
"latitude"
content
=
"1.23456"
/>
<
meta
itemprop
=
"longitude"
content
=
"1.23456"
/>
</
span
>
This happens both on <span> and <div> and not just on geo microdata but all items containing 'itemscope'.
In this case I'm using the RadEditor inside Sitefinity v5.1, but after confirming Sitefinity doesn't strip/filter anything and its a RadEditor issue, I'm posting the question here...
Has anyone run into this and found a workaround ?
Jochem