This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23521 - Example code issues for section element
Summary: Example code issues for section element
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 editorial
Target Milestone: ---
Assignee: steve faulkner
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-15 12:51 UTC by Mallory
Modified: 2016-04-22 20:36 UTC (History)
6 users (show)

See Also:


Attachments

Description Mallory 2013-10-15 12:51:10 UTC
http://www.w3.org/html/wg/drafts/html/master/sections.html#the-section-element 

Second code example (with the inter-element whitespace removal) has title-cased element names. Authors using this may find their CSS being case-sensitive and
body {
}
not targetting the element called <Body>. Suggest examples stick to lowercase.

Possibly the style-without-inter-element-spacing would work better over at the li element, where often authors use display inline-block and may revert to this style for cross-browser spacing.

Third example shows a <style> element inside HTML without the scoped attibute. Without scoped, style must be in the <head>.
Comment 1 Arron Eicholz 2016-04-22 20:36:02 UTC
HTML5.1 Bugzilla Bug Triage: Fixed, this seems to be fixed in the latest draft.

If this resolution is not satisfactory, please copy the relevant bug details/proposal into a new issue at the W3C HTML5 Issue tracker: https://github.com/w3c/html/issues/new where it will be re-triaged. Thanks!