[dev-servo] Regarding missing DOM features project

2019-10-16 Thread Chintan Gandhi
Hello All, Greetings! We, Chintan Gandhi, Jay Modi and Anshul Jethvani are grad students at NC State University and will be working on the missing DOM features project. We would be following this web page https://github.com/servo/servo/wiki/Missing-DOM-features-project in order to move forward

Re: [dev-servo] Regarding missing DOM features project

2019-10-26 Thread Chintan Gandhi
rom you soon. Regards Chintan Gandhi NC State University On Wed, Oct 16, 2019 at 2:49 PM Josh Bowman-Matthews wrote: > Oh, I just looked at the project page and I could see why the > descriptions of the missing DOM features might be lacking some > description. The issue link for srcdoc ifr

[dev-servo] Regarding missing DOM features project: Named getter implementation

2019-11-27 Thread Chintan Gandhi
. // source types enum enum SourcedNamesStates { "id", "name", "past", } 3. How do we fetch the value of id or name attribute? We cannot seem to find a way to do it. Hoping to hear from you soon. Thank you. Have a happy Thanksgiving. R

Re: [dev-servo] Regarding missing DOM features project: Named getter implementation

2019-12-01 Thread Chintan Gandhi
ch we will implement it. These are a lot of questions but we would greatly appreciate your inputs. Thank you. Regards Chintan Gandhi NC State University On Thu, Nov 28, 2019 at 10:31 AM Josh Bowman-Matthews wrote: > Great question! I recommend representing it like: > > enum Source