From 6fcf798872211dc79d72c35d0b9546d0b6a3644a Mon Sep 17 00:00:00 2001 From: Ra'Shaun Stovall Date: Thu, 14 Sep 2017 05:52:31 -0400 Subject: [PATCH 1/2] Editorial: add missing 'if' Fixes #508. --- dom.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom.bs b/dom.bs index e3aa5d45..e04fedc5 100644 --- a/dom.bs +++ b/dom.bs @@ -9532,7 +9532,7 @@ are to return the result of running get an attribute value given the asso namespace is null, and value is null, then empty token set. -
  • Otherwise, localName is associated attribute's local name, +

  • Otherwise, if localName is associated attribute's local name, namespace is null, then set token set to value, parsed. From 19b85ee8d8d6d534473dee58223e4477396f1d87 Mon Sep 17 00:00:00 2001 From: Snuggs Date: Thu, 14 Sep 2017 12:38:45 -0400 Subject: [PATCH 2/2] Add Ra'Shaun Stovall (Snuggs) to Acknowledgements section --- dom.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/dom.bs b/dom.bs index e04fedc5..f833ab64 100644 --- a/dom.bs +++ b/dom.bs @@ -10049,6 +10049,7 @@ Ondřej Žára, Peter Sharpe, Philip Jägenstedt, Philippe Le Hégaret, +Ra'Shaun Stovall (Snuggs), Rafael Weinstein, Richard Bradshaw, Rick Byers,