Does order of itemscope and itemprop matter?

Hi, 
Forgive me if this question sounds silly but there is a reason why I have to ask this. 
I understand the syntax that is advertise is: 
<div itemscope itemprop="<value>">

Due to the HamlPy library in current use on my system, even after my own fixes added, the library outputs: 
<div itemprop="<value>" itemscope> 

due to the way ast.literal_eval evaluates the dictionary key/value pairs. I don't why it swaps the order but that's where it stands. 

So I was curious if the order really mattered or where I stand right now is fine too?

Cheers,
Mehershad D

Received on Thursday, 5 January 2012 16:50:19 UTC