question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider supporting alternate content blocks at root of part content

See original GitHub issue

If a part has an mc:AlternateContent block at the root of the document, we do not load it. This is loaded fine in Office, so we may want to enable this scenario.

Issue Analytics

  • State:open
  • Created 9 months ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
twsouthwickcommented, Jan 9, 2023

That’s the beautify of the “Features” infrastructure - things can be opted in to for experimental stuff. Once #1294 is completed, it will be much easier (currently much of this stuff is handled before we return control to the user)

0reactions
tomjebocommented, Jan 10, 2023

excerpt from internal discussion on the originating bug:

…if you add a sldMaster child AlternateContent block wrapping a transition element per [MS-PPTX] 3.1 you can get the XML that we saw in the customer’s bug. Depending on whether you call AppendChild() or how you call AddChild(), it might add that AC block at the end or the beginning or anywhere in the list of children because it does not know what order to place an AlternateContent element. Only a Transition element and we don’t dig into AC blocks when adding them. This is also something we could add as rich features to the SDK.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Defining Content–Block Areas – Make WordPress Core
In its simplest form, content areas represent parts of a site where blocks can be added and manipulated. Since content has a very...
Read more >
Block patterns | Theme Developer Handbook
Block patterns are predefined block layouts. They provide a means to refine the editorial experience by offering users a preset arrangement ...
Read more >
Edit document structure with the Content and Tags panels ...
Follow these steps in Adobe Acrobat Pro to view and edit tags, add alternate text to tags, create a new child tag, and...
Read more >
The Graphics Canvas element - HTML - MDN Web Docs
Alternative content. You should provide alternate content inside the <canvas> block. That content will be rendered both on older browsers that ...
Read more >
Reusing content with content blocks
Content blocks let you create content that you can share between multiple articles. This is useful for content such as disclaimers or ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found