Errata

Frontend Architecture for Design Systems

Errata for Frontend Architecture for Design Systems

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 37
Below 4th paragraph

Code example has many issues with syntax. Double-quotes are set on wrong side of HTML brackets.

Line 3 reads:
<h2 class="content__title>"I'm a Header"</h2>

Line 3 SHOULD read:
<h2 class="content__title">I'm a Header</h2>

Line 6 reads:
<h2 class="content__title--reversed>

Line 6 SHOULD read:
<h2 class="content__title--reversed">

Line 7 reads:
"I'm a Header"

Line 7 SHOULD read:
I'm a Header

Ryan R. Smith  Jul 29, 2017 
Printed Page 38
1st Paragrah (continued Code example from previous page)

Code example has many issues with syntax. Double-quotes are set on wrong side of HTML brackets.

Line 2 (10 of entire code block) reads:
<h2 class="calendar__title>"I'm a Calendar Header"</h2>

Line 2 (10 of entire code block) SHOULD read:
<h2 class="calendar__title">I'm a Calendar Header</h2>

Ryan R. Smith  Jul 29, 2017 
Printed Page 160
last coding example

Just a little one: it would be consistent with the other examples to add the comment line on top of the last code snippet to identify the file name (02-block-hero.mustache).

It might be also more clear for the reader to put the full path across those examples (i.e.: 01-molecules/02-blocks/02-block-hero.mustache).

Thanks for the great book!

Francesco Zaia  Dec 13, 2016