[w3c/browser-payment-api] ShippingAddress and null values (#495)

In the "Shipping address changed algorithm", the spec says: 

> Set the shippingAddress attribute on request to the shipping address provided by the user. 

However, it gives no guidance about null values incoming from the information source for the `ShippingAddress`. As such, a lot of those attributes could end up as empty strings. That's ok, but it's not clear in the spec what to do.  

It's also ambiguous in that "new PaymentAddress" is never actually called (even though it has no declared constructor). 


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/issues/495

Received on Monday, 3 April 2017 08:11:06 UTC