Re: Help from an HTML guru?

Hi Antoine,

My solution for this problem was to create subsections for each item using the <section> tag:

...
<section>
	<h3>Processability</h3>
	…
</section>
<section>
	<h3>Accuracy/Consistency/Relevance</h3>
	...
</section>
…


As you can see, the TOC was changed too.

I hope you find it useful. If it isn't, feel free to discard the changes.

Best,
Newton

> Em 28/05/2015, à(s) 19:02, Antoine Isaac <aisaac@few.vu.nl> escreveu:
> 
> Dear all,
> 
> Can anyone help with a probably stupid editorial problem I cannot solve for the DQV draft [1]?
> 
> In section "6. Dimensions and metrics hints", all sub-headers are supposed to be at the same level. But for reason only the first two sub-sections (now, 'Availability' and 'Processability') have a heading formatted as a sub-section. The remaining sub-section titles ('Accuracy/Consistency/Relevance' and following) are formatted as sub-sub-sections.
> 
> And this holds, whatever I try. Especially, if I remove the 'Availability' sub-section, then 'Accuracy/Consistency/Relevance' gets the right formatting, but 'Completeness' and the following remain formatted as sub-sub-sections...
> 
> For the record I think I have the same problem with the sub-section "Express that a dataset received an ODI certificate" in section 5...
> 
> Thanks for the help!
> 
> Antoine
> 
> [1] http://w3c.github.io/dwbp/vocab-dqg.html
> 

Received on Friday, 29 May 2015 02:06:06 UTC