Bug 265495
Summary: | Sync and update 'namespace' for UA Stylesheet in mathml.css | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ntim, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ahmad Saleem
Hi Team,
While looking into other changes, I noted that we have following namespace in 'mathml.css':
@namespace "http://www.w3.org/1998/Math/MathML";
while MathML-Core specs say:
@namespace url(http://www.w3.org/1998/Math/MathML);
Just small change, so raising so I can do quick PR.
Thanks!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119226701>
Tim Nguyen (:ntim)
(In reply to Ahmad Saleem from comment #0)
> Hi Team,
>
> While looking into other changes, I noted that we have following namespace
> in 'mathml.css':
>
> @namespace "http://www.w3.org/1998/Math/MathML";
>
> while MathML-Core specs say:
>
> @namespace url(http://www.w3.org/1998/Math/MathML);
>
> Just small change, so raising so I can do quick PR.
>
> Thanks!
They're equivalent, feel free to do a PR if you'd like.
Ahmad Saleem
(In reply to Tim Nguyen (:ntim) from comment #2)
> (In reply to Ahmad Saleem from comment #0)
> > Hi Team,
> >
> > While looking into other changes, I noted that we have following namespace
> > in 'mathml.css':
> >
> > @namespace "http://www.w3.org/1998/Math/MathML";
> >
> > while MathML-Core specs say:
> >
> > @namespace url(http://www.w3.org/1998/Math/MathML);
> >
> > Just small change, so raising so I can do quick PR.
> >
> > Thanks!
>
> They're equivalent, feel free to do a PR if you'd like.
It leads to bug 267841