The standard (example) dita topic r/w rules for table elements include:
attribute "pgwide" is fm property page wide;
Does FM have such a property for tables? It's certainly documented in the struct dev guide and ref, but I don't know what it correlates to.
I would like to use this to set the pgwide attribute in my dita sources. The only work-around I've found is to change the rule to:
attribute "pgwide" is fm attribute;
add the pgwide attribute to table in the edd, and set it. It's a no-op as far as FM is concerned, but is at least preserved on reading and writing. Without changing the r/w rule, FM appears to throw my value away.
I'd like to think there's a better way, and it at least looks like there's intent.
Thanks
Bruce