-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Despite OGrafs being defined by this specification, they can still render differently across different “OGraf renderers” since not every “OGraf renderer” will be using the same version of HTML rendering engine (Blink, Gecko, etc.), where differences in support for specific HTML, CSS, or JS features can occur. It would be useful to include the minimum compatible engine version for the template in the manifest file because the choice of rendering engine directly affects how OGrafs are displayed. This requirement could potentially be added to the RenderRequirement object of the manifest file.
Since CEF is commonly used in video production software, we should consider whether it makes sense to specify minimum CEF version requirements only, or whether the manifest should remain flexible enough to support defining minimum versions for other rendering engines as well.