From 2bb94b2ca54c7109953a176c99578ddca13d2d34 Mon Sep 17 00:00:00 2001 From: Arthur Evans Date: Tue, 18 Aug 2015 12:56:19 -0700 Subject: [PATCH] Fix typo and add missing selectors There were a couple of typos in here (specifaction, selectores, :shadow), and I couldn't quite understand the second sentence in the note, so I took a stab at rephrasing. Also, I think :host and :host() should be mentioned here. I realize this section will be changing, so feel free to disregard this PR if it's not useful. --- spec/shadow/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spec/shadow/index.html b/spec/shadow/index.html index c05e80f8..72fa5bd8 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -254,13 +254,14 @@

Composed trees

The editor's draft of CSS Scoping specification [[css-scoping-1]] defines the selectors which are related to Shadow DOM. - For those who would search this Shadow DOM specifaction with the name of these selectors, mentioning these selectores here: + Specifically, it defines the following selectors related to Shadow DOM: