[Webkit-unassigned] [Bug 73039] [Web Intents] Flagged-off implementation of an intent tag for registration.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 10:43:08 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73039





--- Comment #25 from Adam Barth <abarth at webkit.org>  2011-12-02 10:43:08 PST ---
> Is there a way for the IDL to require or forbid self-closing? I may not be using all the right options in this patch. 

Nope.  You need to modify the parsing algorithm.  The parsing algorithm is defined in the HTML specification.  Generally, we don't accept patches that cause us to diverge from the specification.  Instead, we prefer for the spec to change first and then we implement the specced algorithm.

> Yes, svg can be embedded in html,

I'm talking about SVG documents, not SVG-in-HTML.  SVG documents are first class citizens in the web platform.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list