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 26814 - DOMStringMap Example img src missing ending quote mark
Summary: DOMStringMap Example img src missing ending quote mark
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: All All
: P2 trivial
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/multipag...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-16 02:56 UTC by Charlene Wright
Modified: 2014-09-24 17:45 UTC (History)
3 users (show)

See Also:


Attachments

Description Charlene Wright 2014-09-16 02:56:28 UTC
Overview:

  In the DOMStringMap section, in the Example, the src attribute of the img 
  element is missing the closing quote.

Steps to Reproduce:

  1) Go to the HTML Living Standard at https://html.spec.whatwg.org/multipage/
  2) Scroll down to find and click "2.7.3 DOMStringMap"
  3) Scroll down to view the Example
  4) View the sample img element under the text "Given the following fragment 
     and elements with similar constructions:"
  5) Observe the src attribute is missing the closing quote:
       src="towers/rocket.png alt="Rocket Tower">

Actual Results:

  The attribute is missing its closing quote.

Expected Results:

  The quotes surrounding the attribute's value would be correctly closed.

Build Date & Hardware:

  Not applicable.

Additional Builds & Platforms:

  This typographical error will be apparent in any user agent used to view the 
  affected document, on any platform.

Additional Information:

  None.
Comment 1 Ian 'Hixie' Hickson 2014-09-24 17:45:07 UTC
Thanks, fixed!
Comment 2 contributor 2014-09-24 17:45:50 UTC
Checked in as WHATWG revision r8809.
Check-in comment: DOMStringMap Example img src missing ending quote mark
https://html5.org/tools/web-apps-tracker?from=8808&to=8809