diff --git a/state_of_html.yml b/state_of_html.yml index 91aaf2661ba..84e14f52f18 100644 --- a/state_of_html.yml +++ b/state_of_html.yml @@ -9,9 +9,12 @@ translations: t: | While web developers tend to focus on JavaScript and CSS, none of what we do would be even possible without HTML acting as a foundation for all of it. - And while it has long seemed like HTML wasn't evolving, things may be changing. New elements like `` and `` are on the horizon, not to mention cool new features like popovers and declarative Shadow DOM. + And while it has long seemed like HTML wasn't evolving, things may be changing. + New elements like `` and `` are on the horizon, not to mention cool new features like popovers, + and the swath of related browser APIs around HTML (Web Components, PWAs, etc.). - So with this survey, our goal is to fill in the gaps between the [State of JS](http://stateofjs.com/) and [State of CSS](https://stateofcss.com/) surveys, and help track the evolution of the web platform as a whole! + So with this survey, our goal is to fill in the gaps between the [State of JS](http://stateofjs.com/) and [State of CSS](https://stateofcss.com/) surveys, + and track the evolution of the web platform as a whole! - key: general.state_of_html.description t: The annual developer survey about the web platform @@ -145,7 +148,7 @@ translations: `element.toggleAttribute("data-selected", isSelected)` - key: options.dom_methods.document_create_document_fragment.description t: | - `document.createDocumentFragment()` + `let fragment = document.createDocumentFragment()` - key: features.interactivity_pain_points t: Interactivity Pain Points @@ -160,7 +163,7 @@ translations: - key: features.interactivity_techniques t: Interactivity Methods - key: features.interactivity_techniques.question - t: Which of these methods do you use to add interactivity or dynamic elements to websites? + t: Which of these methods do you use to add interactivity or dynamically modify HTML? - key: na t: None - key: options.interactivity_techniques.css_for_interactivity @@ -220,12 +223,12 @@ translations: # External Content - - key: features.script_link_attributes + - key: features.privacy_security_features t: | - `