Closed (fixed)
Project:
Omega
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Jul 2012 at 03:20 UTC
Updated:
31 Jan 2013 at 21:00 UTC
Jump to comment: Most recent file
RDFa 1.1 was published last month and requires namespaces to be serialized in a prefix attribute. patch forthcoming.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1674238_4_omega_rdfa11.patch | 1.4 KB | scor |
| #1 | 1674238_1_omega_rdfa11.patch | 1.27 KB | scor |
Comments
Comment #1
scor commentedthis patch changes the way the namespace prefixes are declared in HTML. xmlns is not longer used, the new
prefixattribute is used instead. No need to switch between doctypes, RDFa 1.1 works also with the vanilla HTML5 doctype. @profile and @version are also deprecated.Comment #2
cellar door commentedWhat do you think Himerus.... 3.2 update?
Comment #3
mohan_kumar29 commentedHi,
I have used this patch and it is working fine for me.
Thanks.
Comment #4
scor commentedchanging code slightly to be more in line with what's used in omega 4.x.
Comment #5
fubhy commentedThanks! Sorry for the delay.