[css3-regions] Changes to Region interface members

As noted previously [1], the flowFrom attribute on the Region interface is
redundant, so I have removed it.

Also, since the Region interface is added to the Element object, it's
quite likely that the resulting Element.getComputedStyle() method will be
misunderstood. I have renamed the method to getComputedRegionStyle().

[1] http://lists.w3.org/Archives/Public/www-style/2012Aug/0029.html

Received on Wednesday, 8 August 2012 23:24:21 UTC